From 170b6cadc2d7fe3ec94fe8c8ade4e820d47c1617 Mon Sep 17 00:00:00 2001 From: Philip <philm@manjaro.org> Date: Mon, 23 Jan 2017 15:52:14 +0100 Subject: [PATCH] adopt upstream changes vor v3.0 --- .gitignore | 6 + .tx/config | 5 + CMakeLists.txt | 46 +- CMakeModules/FindPythonQt.cmake | 69 +++ CalamaresAddModuleSubdirectory.cmake | 16 +- CalamaresAddPlugin.cmake | 18 +- ci/calamares-coverity.sh | 6 +- ci/kpmcore-coverity.sh | 6 +- ci/txpull.sh | 18 +- ci/txpush.sh | 23 +- data/calamares.desktop | 5 +- lang/calamares_ar.ts | 328 ++++++++---- lang/calamares_ast.ts | 362 ++++++++----- lang/calamares_bg.ts | 328 ++++++++---- lang/calamares_ca.ts | 352 +++++++++---- lang/calamares_cs_CZ.ts | 388 +++++++++----- lang/calamares_da.ts | 428 ++++++++++------ lang/calamares_de.ts | 368 +++++++++----- lang/calamares_el.ts | 358 ++++++++----- lang/calamares_en.ts | 328 ++++++++---- lang/calamares_en_GB.ts | 328 ++++++++---- lang/calamares_es.ts | 402 ++++++++++----- lang/calamares_es_ES.ts | 328 ++++++++---- lang/calamares_es_MX.ts | 328 ++++++++---- lang/calamares_es_PR.ts | 324 ++++++++---- lang/calamares_et.ts | 324 ++++++++---- lang/calamares_eu.ts | 324 ++++++++---- lang/calamares_fa.ts | 324 ++++++++---- lang/calamares_fi_FI.ts | 328 ++++++++---- lang/calamares_fr.ts | 328 ++++++++---- lang/calamares_fr_CH.ts | 324 ++++++++---- lang/calamares_gl.ts | 376 +++++++++----- lang/calamares_gu.ts | 324 ++++++++---- lang/calamares_hi.ts | 324 ++++++++---- lang/calamares_hr.ts | 348 +++++++++---- lang/calamares_hu.ts | 336 ++++++++---- lang/calamares_id.ts | 452 +++++++++++------ lang/calamares_is.ts | 342 +++++++++---- lang/calamares_it_IT.ts | 478 +++++++++++------- lang/calamares_ja.ts | 328 ++++++++---- lang/calamares_kk.ts | 324 ++++++++---- lang/calamares_lo.ts | 324 ++++++++---- lang/calamares_lt.ts | 330 ++++++++---- lang/calamares_mr.ts | 324 ++++++++---- lang/calamares_nb.ts | 324 ++++++++---- lang/calamares_nl.ts | 328 ++++++++---- lang/calamares_pl.ts | 374 +++++++++----- lang/calamares_pl_PL.ts | 328 ++++++++---- lang/calamares_pt_BR.ts | 328 ++++++++---- lang/calamares_pt_PT.ts | 328 ++++++++---- lang/calamares_ro.ts | 328 ++++++++---- lang/calamares_ru.ts | 352 +++++++++---- lang/calamares_sk.ts | 344 +++++++++---- lang/calamares_sl.ts | 330 ++++++++---- lang/calamares_sr.ts | 324 ++++++++---- lang/calamares_sr@latin.ts | 328 ++++++++---- lang/calamares_sv.ts | 328 ++++++++---- lang/calamares_th.ts | 328 ++++++++---- lang/calamares_tr_TR.ts | 329 ++++++++---- lang/calamares_uk.ts | 324 ++++++++---- lang/calamares_ur.ts | 324 ++++++++---- lang/calamares_uz.ts | 324 ++++++++---- lang/calamares_zh_CN.ts | 328 ++++++++---- lang/calamares_zh_TW.ts | 328 ++++++++---- settings.conf | 66 +-- src/libcalamares/CMakeLists.txt | 14 + src/libcalamares/CalamaresConfig.h.in | 1 + src/libcalamares/Job.h | 24 +- src/libcalamares/PythonHelper.cpp | 3 +- .../kdsingleapplicationguard.cpp | 2 +- src/libcalamares/utils/CalamaresUtils.cpp | 12 +- src/libcalamares/utils/CalamaresUtils.h | 3 +- src/libcalamaresui/CMakeLists.txt | 19 + .../modulesystem/CppJobModule.cpp | 2 +- src/libcalamaresui/modulesystem/Module.cpp | 49 +- src/libcalamaresui/modulesystem/Module.h | 9 +- .../modulesystem/ProcessJobModule.cpp | 2 +- .../modulesystem/PythonJobModule.cpp | 2 +- .../modulesystem/PythonQtViewModule.cpp | 203 ++++++++ .../modulesystem/PythonQtViewModule.h | 54 ++ .../modulesystem/ViewModule.cpp | 11 +- src/libcalamaresui/utils/DebugWindow.cpp | 92 +++- src/libcalamaresui/utils/DebugWindow.ui | 44 +- src/libcalamaresui/utils/PythonQtUtils.cpp | 44 ++ src/libcalamaresui/utils/PythonQtUtils.h | 38 ++ .../PythonQtGlobalStorageWrapper.cpp | 69 +++ .../viewpages/PythonQtGlobalStorageWrapper.h | 55 ++ src/libcalamaresui/viewpages/PythonQtJob.cpp | 77 +++ src/libcalamaresui/viewpages/PythonQtJob.h | 65 +++ .../viewpages/PythonQtUtilsWrapper.cpp | 146 ++++++ .../viewpages/PythonQtUtilsWrapper.h | 74 +++ .../viewpages/PythonQtViewStep.cpp | 208 ++++++++ .../viewpages/PythonQtViewStep.h | 65 +++ src/modules/bootloader/bootloader.conf | 12 +- src/modules/displaymanager/main.py | 6 +- src/modules/dummypython/module.desc | 2 +- src/modules/dummypythonqt/dummypythonqt.conf | 18 + .../lang/ar/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 520 bytes .../lang/ar/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/ast/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 441 bytes .../lang/ast/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/bg/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 440 bytes .../lang/bg/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/ca/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 438 bytes .../lang/ca/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/cs_CZ/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 486 bytes .../lang/cs_CZ/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/da/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 437 bytes .../lang/da/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/de/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 437 bytes .../lang/de/LC_MESSAGES/dummypythonqt.po | 36 ++ .../dummypythonqt/lang/dummypythonqt.pot | 35 ++ .../lang/el/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 436 bytes .../lang/el/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/en_GB/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 461 bytes .../lang/en_GB/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/es/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 429 bytes .../lang/es/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/es_ES/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 452 bytes .../lang/es_ES/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/es_MX/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 453 bytes .../lang/es_MX/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/es_PR/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 458 bytes .../lang/es_PR/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/et/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 439 bytes .../lang/et/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/eu/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 437 bytes .../lang/eu/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/fa/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 431 bytes .../lang/fa/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/fi_FI/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 454 bytes .../lang/fi_FI/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/fr/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 436 bytes .../lang/fr/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/fr_CH/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 456 bytes .../lang/fr_CH/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/gl/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 439 bytes .../lang/gl/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/gu/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 439 bytes .../lang/gu/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/hi/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 436 bytes .../lang/hi/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/hr/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 975 bytes .../lang/hr/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/hu/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 440 bytes .../lang/hu/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/id/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 896 bytes .../lang/id/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/is/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 462 bytes .../lang/is/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/it_IT/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 901 bytes .../lang/it_IT/LC_MESSAGES/dummypythonqt.po | 40 ++ .../lang/ja/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 432 bytes .../lang/ja/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/kk/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 430 bytes .../lang/kk/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/lo/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 427 bytes .../lang/lo/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/lt/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 504 bytes .../lang/lt/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/mr/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 438 bytes .../lang/mr/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/nb/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 448 bytes .../lang/nb/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/nl/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 908 bytes .../lang/nl/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/pl/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 495 bytes .../lang/pl/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/pl_PL/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 510 bytes .../lang/pl_PL/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/pt_BR/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 455 bytes .../lang/pt_BR/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/pt_PT/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 458 bytes .../lang/pt_PT/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/ro/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 954 bytes .../lang/ro/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/ru/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 576 bytes .../lang/ru/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/sk/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 464 bytes .../lang/sk/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/sl/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 492 bytes .../lang/sl/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/sr/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 512 bytes .../lang/sr/LC_MESSAGES/dummypythonqt.po | 36 ++ .../sr@latin/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 532 bytes .../sr@latin/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/sv/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 438 bytes .../lang/sv/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/th/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 428 bytes .../lang/th/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/tr_TR/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 446 bytes .../lang/tr_TR/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/uk/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 514 bytes .../lang/uk/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/ur/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 435 bytes .../lang/ur/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/uz/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 429 bytes .../lang/uz/LC_MESSAGES/dummypythonqt.po | 36 ++ .../lang/zh_CN/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 445 bytes .../lang/zh_CN/LC_MESSAGES/dummypythonqt.po | 39 ++ .../lang/zh_TW/LC_MESSAGES/dummypythonqt.mo | Bin 0 -> 446 bytes .../lang/zh_TW/LC_MESSAGES/dummypythonqt.po | 39 ++ src/modules/dummypythonqt/main.py | 190 +++++++ src/modules/dummypythonqt/module.desc | 7 + src/modules/initcpio/initcpio.conf | 2 +- src/modules/locale/LocaleConfiguration.cpp | 2 + src/modules/locale/LocaleConfiguration.h | 1 + src/modules/locale/LocalePage.cpp | 2 + src/modules/locale/locale.conf | 10 +- src/modules/netinstall/NetInstallPage.cpp | 17 +- src/modules/netinstall/NetInstallPage.h | 46 +- src/modules/netinstall/NetInstallViewStep.cpp | 27 +- src/modules/netinstall/README.md | 12 +- src/modules/netinstall/netinstall.yaml | 47 +- .../widgets/groupselectionwidget.ui | 7 +- src/modules/networkcfg/main.py | 9 +- src/modules/packages/main.py | 17 +- src/modules/postcfg/main.py | 45 +- src/modules/services/services.conf | 2 +- src/modules/unpackfs/unpackfs.conf | 6 +- src/modules/users/SetPasswordJob.cpp | 16 +- src/modules/users/UsersPage.cpp | 8 +- src/modules/welcome/WelcomePage.cpp | 6 +- 223 files changed, 16370 insertions(+), 5918 deletions(-) create mode 100644 CMakeModules/FindPythonQt.cmake create mode 100644 src/libcalamaresui/modulesystem/PythonQtViewModule.cpp create mode 100644 src/libcalamaresui/modulesystem/PythonQtViewModule.h create mode 100644 src/libcalamaresui/utils/PythonQtUtils.cpp create mode 100644 src/libcalamaresui/utils/PythonQtUtils.h create mode 100644 src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.cpp create mode 100644 src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h create mode 100644 src/libcalamaresui/viewpages/PythonQtJob.cpp create mode 100644 src/libcalamaresui/viewpages/PythonQtJob.h create mode 100644 src/libcalamaresui/viewpages/PythonQtUtilsWrapper.cpp create mode 100644 src/libcalamaresui/viewpages/PythonQtUtilsWrapper.h create mode 100644 src/libcalamaresui/viewpages/PythonQtViewStep.cpp create mode 100644 src/libcalamaresui/viewpages/PythonQtViewStep.h create mode 100644 src/modules/dummypythonqt/dummypythonqt.conf create mode 100644 src/modules/dummypythonqt/lang/ar/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/ar/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/ast/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/ast/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/bg/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/bg/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/ca/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/ca/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/cs_CZ/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/cs_CZ/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/da/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/da/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/dummypythonqt.pot create mode 100644 src/modules/dummypythonqt/lang/el/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/el/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/en_GB/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/en_GB/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/es/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/es/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/es_ES/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/es_ES/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/es_MX/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/es_MX/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/es_PR/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/es_PR/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/et/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/et/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/eu/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/eu/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/fa/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/fa/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/fi_FI/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/fi_FI/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/fr/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/fr/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/fr_CH/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/fr_CH/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/gl/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/gl/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/gu/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/gu/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/hi/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/hi/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/hr/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/hr/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/hu/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/hu/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/id/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/id/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/is/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/is/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/ja/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/ja/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/kk/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/kk/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/lo/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/lo/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/lt/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/lt/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/mr/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/mr/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/nb/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/nb/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/nl/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/nl/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/pl_PL/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/pl_PL/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/pt_BR/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/pt_BR/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/pt_PT/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/pt_PT/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/ro/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/ro/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/ru/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/ru/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/sk/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/sk/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/sl/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/sl/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/sr/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/sr/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/sv/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/sv/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/th/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/th/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/tr_TR/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/tr_TR/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/uk/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/uk/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/ur/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/ur/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/uz/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/uz/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/zh_CN/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/zh_CN/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/lang/zh_TW/LC_MESSAGES/dummypythonqt.mo create mode 100644 src/modules/dummypythonqt/lang/zh_TW/LC_MESSAGES/dummypythonqt.po create mode 100644 src/modules/dummypythonqt/main.py create mode 100644 src/modules/dummypythonqt/module.desc diff --git a/.gitignore b/.gitignore index 8dd45aec12..26e8ff8694 100644 --- a/.gitignore +++ b/.gitignore @@ -35,8 +35,14 @@ Makefile* qtcreator-build CMakeLists.txt.user +# KDevelop +*.kdev4 + # PyCharm .idea +# Visual Studio Code +.vscode + # Backup files *~ diff --git a/.tx/config b/.tx/config index 896f2ecfc6..9a9b25666a 100644 --- a/.tx/config +++ b/.tx/config @@ -7,3 +7,8 @@ source_file = lang/calamares_en.ts source_lang = en type = QT +[calamares.dummypythonqt] +file_filter = src/modules/dummypythonqt/lang/<lang>/LC_MESSAGES/dummypythonqt.po +source_file = src/modules/dummypythonqt/lang/dummypythonqt.pot +source_lang = en + diff --git a/CMakeLists.txt b/CMakeLists.txt index fc99731c9e..0efc60b3bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,8 +55,10 @@ find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED Core Gui Widgets LinguistTools S find_package( YAMLCPP 0.5.1 REQUIRED ) find_package( PolkitQt5-1 REQUIRED ) -option( WITH_PYTHON "Enable Python modules support." ON ) +option( WITH_PYTHON "Enable Python modules API (requires Boost.Python)." ON ) option( WITH_CRASHREPORTER "Build with CrashReporter" ON ) +option( INSTALL_CONFIG "Install configuration files" ON) +option( WITH_PYTHONQT "Enable next generation Python modules API (experimental, requires PythonQt)." OFF ) if( CMAKE_SYSTEM_PROCESSOR MATCHES "arm" OR NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/libcrashreporter-qt/CMakeLists.txt" ) message( STATUS "Build of crashreporter disabled." ) @@ -84,11 +86,23 @@ if ( PYTHONLIBS_FOUND ) FALSE "1.54.0" "Boost.Python is used for interfacing with Calamares job modules written in Python 3." ) + + macro_optional_find_package( PythonQt ) + macro_log_feature( PYTHONQT_FOUND + "PythonQt" + "A Python embedding solution for Qt applications." + "http://pythonqt.sourceforge.net" + FALSE "3.1" + "PythonQt is used for the Python modules API." + ) endif() if ( PYTHONLIBS_NOTFOUND OR NOT CALAMARES_BOOST_PYTHON3_FOUND ) set( WITH_PYTHON OFF ) endif() +if ( PYTHONLIBS_NOTFOUND OR NOT PYTHONQT_FOUND ) + set( WITH_PYTHONQT OFF ) +endif() ### ### Calamares application info @@ -100,9 +114,9 @@ set( CALAMARES_DESCRIPTION_SUMMARY "The distribution-independent installer frame 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 ) ### Bump version here -set( CALAMARES_VERSION_MAJOR 2 ) -set( CALAMARES_VERSION_MINOR 4 ) -set( CALAMARES_VERSION_PATCH 6 ) +set( CALAMARES_VERSION_MAJOR 3 ) +set( CALAMARES_VERSION_MINOR 0 ) +set( CALAMARES_VERSION_PATCH 0 ) set( CALAMARES_VERSION_RC 0 ) set( CALAMARES_VERSION ${CALAMARES_VERSION_MAJOR}.${CALAMARES_VERSION_MINOR}.${CALAMARES_VERSION_PATCH} ) @@ -167,7 +181,15 @@ add_subdirectory( src ) macro_display_feature_log() if ( NOT WITH_PYTHON ) - message( "-- WARNING: Building Calamares without Python support. Python modules will not work.\n" ) + message( "-- WARNING: Building Calamares without Python support. Legacy Python job modules will not work.\n" ) +endif() +if ( NOT WITH_PYTHONQT ) + message( "-- WARNING: Building Calamares without PythonQt support. Python modules will not work.\n" ) +endif() + + +if ( NOT INSTALL_CONFIG ) + message( "-- WARNING: Configuration files will not be installed.\n" ) endif() # Add all targets to the build-tree export set @@ -211,12 +233,14 @@ install( "${CMAKE_INSTALL_CMAKEDIR}" ) -install( - FILES - settings.conf - DESTINATION - share/calamares -) +if (INSTALL_CONFIG) + install( + FILES + settings.conf + DESTINATION + share/calamares + ) +endif() install( FILES diff --git a/CMakeModules/FindPythonQt.cmake b/CMakeModules/FindPythonQt.cmake new file mode 100644 index 0000000000..c01d68be18 --- /dev/null +++ b/CMakeModules/FindPythonQt.cmake @@ -0,0 +1,69 @@ +# Find PythonQt +# +# Sets PYTHONQT_FOUND, PYTHONQT_INCLUDE_DIR, PYTHONQT_LIBRARY, PYTHONQT_LIBRARIES +# + +# Python is required +find_package(PythonLibs) +if(NOT PYTHONLIBS_FOUND) + message(FATAL_ERROR "error: Python is required to build PythonQt") +endif() + +if(NOT EXISTS "${PYTHONQT_INSTALL_DIR}") + find_path(PYTHONQT_INSTALL_DIR include/PythonQt/PythonQt.h DOC "Directory where PythonQt was installed.") +endif() +# XXX Since PythonQt 3.0 is not yet cmakeified, depending +# on how PythonQt is built, headers will not always be +# installed in "include/PythonQt". That is why "src" +# is added as an option. See [1] for more details. +# [1] https://github.com/commontk/CTK/pull/538#issuecomment-86106367 +find_path(PYTHONQT_INCLUDE_DIR PythonQt.h + PATHS "${PYTHONQT_INSTALL_DIR}/include/PythonQt" + "${PYTHONQT_INSTALL_DIR}/src" + DOC "Path to the PythonQt include directory") +find_library(PYTHONQT_LIBRARY_RELEASE PythonQt PATHS "${PYTHONQT_INSTALL_DIR}/lib" DOC "The PythonQt library.") +find_library(PYTHONQT_LIBRARY_DEBUG NAMES PythonQt${CTK_CMAKE_DEBUG_POSTFIX} PythonQt${CMAKE_DEBUG_POSTFIX} PythonQt PATHS "${PYTHONQT_INSTALL_DIR}/lib" DOC "The PythonQt library.") +find_library(PYTHONQT_QTALL_LIBRARY_RELEASE PythonQt_QtAll PATHS "${PYTHONQT_INSTALL_DIR}/lib" DOC "Full Qt bindings for the PythonQt library.") +find_library(PYTHONQT_QTALL_LIBRARY_DEBUG NAMES PythonQt_QtAll${CTK_CMAKE_DEBUG_POSTFIX} PythonQt_QtAll${CMAKE_DEBUG_POSTFIX} PythonQt_QtAll PATHS "${PYTHONQT_INSTALL_DIR}/lib" DOC "Full Qt bindings for the PythonQt library.") + +set(PYTHONQT_LIBRARY) + +if(PYTHONQT_LIBRARY_RELEASE) + list(APPEND PYTHONQT_LIBRARY optimized ${PYTHONQT_LIBRARY_RELEASE}) +endif() +if(PYTHONQT_LIBRARY_DEBUG) + list(APPEND PYTHONQT_LIBRARY debug ${PYTHONQT_LIBRARY_DEBUG}) +endif() + +set(PYTHONQT_QTALL_LIBRARY) +if(PYTHONQT_QTALL_LIBRARY_RELEASE) + list(APPEND PYTHONQT_QTALL_LIBRARY optimized ${PYTHONQT_QTALL_LIBRARY_RELEASE}) +endif() +if(PYTHONQT_QTALL_LIBRARY_DEBUG) + list(APPEND PYTHONQT_QTALL_LIBRARY debug ${PYTHONQT_QTALL_LIBRARY_DEBUG}) +endif() + +mark_as_advanced(PYTHONQT_INSTALL_DIR) +mark_as_advanced(PYTHONQT_INCLUDE_DIR) +mark_as_advanced(PYTHONQT_LIBRARY_RELEASE) +mark_as_advanced(PYTHONQT_LIBRARY_DEBUG) +mark_as_advanced(PYTHONQT_QTALL_LIBRARY_RELEASE) +mark_as_advanced(PYTHONQT_QTALL_LIBRARY_DEBUG) + +# On linux, also find libutil +if(UNIX AND NOT APPLE) + find_library(PYTHONQT_LIBUTIL util) + mark_as_advanced(PYTHONQT_LIBUTIL) +endif() + +# All upper case _FOUND variable is maintained for backwards compatibility. +set(PYTHONQT_FOUND 0) +set(PythonQt_FOUND 0) +if(PYTHONQT_INCLUDE_DIR AND PYTHONQT_LIBRARY AND PYTHONQT_QTALL_LIBRARY) + # Currently CMake'ified PythonQt only supports building against a python Release build. + # This applies independently of CTK build type (Release, Debug, ...) + add_definitions(-DPYTHONQT_USE_RELEASE_PYTHON_FALLBACK) + set(PYTHONQT_FOUND 1) + set(PythonQt_FOUND ${PYTHONQT_FOUND}) + set(PYTHONQT_LIBRARIES ${PYTHONQT_LIBRARY} ${PYTHONQT_LIBUTIL} ${PYTHONQT_QTALL_LIBRARY}) +endif() diff --git a/CalamaresAddModuleSubdirectory.cmake b/CalamaresAddModuleSubdirectory.cmake index 73b6bb06fb..a050f42c56 100644 --- a/CalamaresAddModuleSubdirectory.cmake +++ b/CalamaresAddModuleSubdirectory.cmake @@ -21,7 +21,7 @@ function( calamares_add_module_subdirectory ) configure_file( ${SUBDIRECTORY}/${MODULE_FILE} ${SUBDIRECTORY}/${MODULE_FILE} COPYONLY ) get_filename_component( FLEXT ${MODULE_FILE} EXT ) - if( "${FLEXT}" STREQUAL ".conf" ) + if( "${FLEXT}" STREQUAL ".conf" AND INSTALL_CONFIG) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${SUBDIRECTORY}/${MODULE_FILE} DESTINATION ${MODULE_DATA_DESTINATION} ) list( APPEND MODULE_CONFIG_FILES ${MODULE_FILE} ) @@ -32,13 +32,25 @@ function( calamares_add_module_subdirectory ) endif() endforeach() + # We copy over the lang directory, if any + if( IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/${SUBDIRECTORY}/lang" ) + file( COPY "${CMAKE_CURRENT_SOURCE_DIR}/${SUBDIRECTORY}/lang" + DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/${SUBDIRECTORY}" ) + install( DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/${SUBDIRECTORY}/lang" + DESTINATION ${MODULE_DESTINATION} ) + endif() + message( "-- ${BoldYellow}Found ${CALAMARES_APPLICATION_NAME} module: ${BoldRed}${SUBDIRECTORY}${ColorReset}" ) if( NOT CMAKE_BUILD_TYPE STREQUAL "Release" ) message( " ${Green}TYPE:${ColorReset} jobmodule" ) # message( " ${Green}FILES:${ColorReset} ${MODULE_FILES}" ) message( " ${Green}MODULE_DESTINATION:${ColorReset} ${MODULE_DESTINATION}" ) if( MODULE_CONFIG_FILES ) - message( " ${Green}CONFIGURATION_FILES:${ColorReset} ${MODULE_CONFIG_FILES} => ${MODULE_DATA_DESTINATION}" ) + if (INSTALL_CONFIG) + message( " ${Green}CONFIGURATION_FILES:${ColorReset} ${MODULE_CONFIG_FILES} => ${MODULE_DATA_DESTINATION}" ) + else() + message( " ${Green}CONFIGURATION_FILES:${ColorReset} ${MODULE_CONFIG_FILES} => [Skipping installation]" ) + endif() endif() message( "" ) endif() diff --git a/CalamaresAddPlugin.cmake b/CalamaresAddPlugin.cmake index c945133aa2..b2847f7a9a 100644 --- a/CalamaresAddPlugin.cmake +++ b/CalamaresAddPlugin.cmake @@ -29,7 +29,11 @@ function( calamares_add_plugin ) # message( " ${Green}NO_INSTALL:${ColorReset} ${PLUGIN_NO_INSTALL}" ) message( " ${Green}PLUGIN_DESTINATION:${ColorReset} ${PLUGIN_DESTINATION}" ) if( PLUGIN_CONFIG_FILES ) - message( " ${Green}CONFIGURATION_FILES:${ColorReset} ${PLUGIN_CONFIG_FILES} => ${PLUGIN_DATA_DESTINATION}" ) + if ( INSTALL_CONFIG ) + message( " ${Green}CONFIGURATION_FILES:${ColorReset} ${PLUGIN_CONFIG_FILES} => ${PLUGIN_DATA_DESTINATION}" ) + else() + message( " ${Green}CONFIGURATION_FILES:${ColorReset} ${PLUGIN_CONFIG_FILES} => [Skipping installation]" ) + endif() endif() if( PLUGIN_RESOURCES ) message( " ${Green}RESOURCES:${ColorReset} ${PLUGIN_RESOURCES}" ) @@ -83,9 +87,11 @@ function( calamares_add_plugin ) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${PLUGIN_DESC_FILE} DESTINATION ${PLUGIN_DESTINATION} ) - foreach( PLUGIN_CONFIG_FILE ${PLUGIN_CONFIG_FILES} ) - configure_file( ${PLUGIN_CONFIG_FILE} ${PLUGIN_CONFIG_FILE} COPYONLY ) - install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${PLUGIN_CONFIG_FILE} - DESTINATION ${PLUGIN_DATA_DESTINATION} ) - endforeach() + if ( INSTALL_CONFIG ) + foreach( PLUGIN_CONFIG_FILE ${PLUGIN_CONFIG_FILES} ) + configure_file( ${PLUGIN_CONFIG_FILE} ${PLUGIN_CONFIG_FILE} COPYONLY ) + install( FILES ${CMAKE_CURRENT_BINARY_DIR}/${PLUGIN_CONFIG_FILE} + DESTINATION ${PLUGIN_DATA_DESTINATION} ) + endforeach() + endif() endfunction() diff --git a/ci/calamares-coverity.sh b/ci/calamares-coverity.sh index a6a9f0f8e5..c7a6351c56 100755 --- a/ci/calamares-coverity.sh +++ b/ci/calamares-coverity.sh @@ -20,11 +20,11 @@ make DESTDIR="$WORKSPACE/prefix" install cd "$WORKSPACE" -wget https://scan.coverity.com/download/linux-64 --no-check-certificate \ +wget https://scan.coverity.com/download/cxx/linux64 --no-check-certificate \ --post-data "token=ll90T04noQ4cORJx_zczKA&project=calamares%2Fcalamares" \ - -O coverity_tool.tgz + -O coverity_tool.tar.gz mkdir "$WORKSPACE/coveritytool" -tar xvf coverity_tool.tgz -C "$WORKSPACE/coveritytool" --strip-components 1 +tar xvf coverity_tool.tar.gz -C "$WORKSPACE/coveritytool" --strip-components 2 export PATH="$WORKSPACE/coveritytool/bin:$PATH" rm -Rf "$WORKSPACE/build" diff --git a/ci/kpmcore-coverity.sh b/ci/kpmcore-coverity.sh index 7877da86ab..9507fc438f 100755 --- a/ci/kpmcore-coverity.sh +++ b/ci/kpmcore-coverity.sh @@ -4,11 +4,11 @@ sudo cp ~/jenkins-master/kpluginfactory.h /usr/include/KF5/KCoreAddons cd "$WORKSPACE" -wget https://scan.coverity.com/download/linux-64 --no-check-certificate \ +wget https://scan.coverity.com/download/cxx/linux64 --no-check-certificate \ --post-data "token=cyOjQZx5EOFLdhfo7ZDa4Q&project=KDE+Partition+Manager+Core+Library+-+KPMcore" \ - -O coverity_tool.tgz + -O coverity_tool.tar.gz mkdir "$WORKSPACE/coveritytool" -tar xvf coverity_tool.tgz -C "$WORKSPACE/coveritytool" --strip-components 1 +tar xvf coverity_tool.tar.gz -C "$WORKSPACE/coveritytool" --strip-components 2 export PATH="$WORKSPACE/coveritytool/bin:$PATH" rm -Rf "$WORKSPACE/build" diff --git a/ci/txpull.sh b/ci/txpull.sh index 8e5c760e37..cddc543ef1 100755 --- a/ci/txpull.sh +++ b/ci/txpull.sh @@ -11,5 +11,21 @@ git config --global http.sslVerify false export QT_SELECT=5 tx pull --force --source --all git add --verbose lang/calamares*.ts -git commit --author='Calamares CI <teo@kde.org>' --message='Automatic merge of Transifex translations' | true +git commit --author='Calamares CI <teo@kde.org>' --message='[core] Automatic merge of Transifex translations' | true + +for MODULE_DIR in `find src/modules -maxdepth 1 -mindepth 1 -type d`; do + FILES=(${MODULE_DIR}/*.py) + if [ ${#FILES[@]} -gt 0 ]; then + MODULE_NAME=$(basename ${MODULE_DIR}) + if [ -d ${MODULE_DIR}/lang ]; then + # Convert PO files to MO files + for POFILE in `find . -name "*.po"` ; do + msgfmt -o ${POFILE/.po/.mo} $POFILE + done + git add --verbose ${MODULE_DIR}/lang/* + git commit --author='Calamares CI <teo@kde.org>' --message="[${MODULE_NAME}] Automatic merge of Transifex translations" | true + fi + fi +done + git push --set-upstream origin master diff --git a/ci/txpush.sh b/ci/txpush.sh index f6e7859bc5..d1a2d82bea 100755 --- a/ci/txpush.sh +++ b/ci/txpush.sh @@ -10,4 +10,25 @@ git config --global http.sslVerify false export QT_SELECT=5 lupdate src/ -ts -no-obsolete lang/calamares_en.ts -tx push --force --source --no-interactive + +# Arch +# PYGETTEXT=/usr/lib/python3.5/Tools/i18n/pygettext.py + +# Ubuntu +PYGETTEXT=pygettext3 + +for MODULE_DIR in `find src/modules -maxdepth 1 -mindepth 1 -type d`; do + FILES=(${MODULE_DIR}/*.py) + if [ ${#FILES[@]} -gt 0 ]; then + MODULE_NAME=$(basename ${MODULE_DIR}) + if [ -d ${MODULE_DIR}/lang ]; then + ${PYGETTEXT} -p ${MODULE_DIR}/lang -d ${MODULE_NAME} ${MODULE_DIR}/*.py + if [ -f ${MODULE_DIR}/lang/${MODULE_NAME}.pot ]; then + tx set -r calamares.${MODULE_NAME} --source -l en ${MODULE_DIR}/lang/${MODULE_NAME}.pot + tx push --force --source --no-interactive -r calamares.${MODULE_NAME} + fi + fi + fi +done + +tx push --force --source --no-interactive -r calamares.calamares-master diff --git a/data/calamares.desktop b/data/calamares.desktop index 9d67cce5d6..1bd6a4ff70 100755 --- a/data/calamares.desktop +++ b/data/calamares.desktop @@ -1,9 +1,10 @@ [Desktop Entry] Type=Application Version=1.0 -Name=Install Manjaro Linux (Calamares) -GenericName=Live Installer (Calamares) +Name=Install Manjaro Linux +GenericName=Live Installer Comment=Install the operating system to disk +Comment[de]=Manjaro Linux installieren Exec=/usr/bin/calamares_polkit %f Icon=calamares Terminal=false diff --git a/lang/calamares_ar.ts b/lang/calamares_ar.ts index 538c192254..935d629524 100644 --- a/lang/calamares_ar.ts +++ b/lang/calamares_ar.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>الأدوات</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>معلومات التّنقيح</translation> </message> @@ -304,22 +320,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>نوع الاستثناء غير معروف</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>خطأ بايثون لا يمكن تحليله</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>تتبّع بايثون خلفيّ لا يمكن تحليله</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>خطأ لا يمكن الحصول علية في بايثون.</translation> </message> @@ -386,109 +402,109 @@ The installer will quit and all changes will be lost.</source> <translation>نموذج</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>بعد:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>تقسيم يدويّ</strong><br/>يمكنك إنشاء أو تغيير حجم الأقسام بنفسك.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>مكان محمّل الإقلاع:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>سيتقلّص %1 إلى %2م.بايت وقسم %3م.بايت آخر جديد سيُنشأ ل%4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>اختر &جهاز التّخزين:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>الحاليّ:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>اختر قسمًا لتقليصه، ثمّ اسحب الشّريط السّفليّ لتغيير حجمه </strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>اختر القسم حيث سيكون التّثبيت عليه</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>تعذّر إيجاد قسم النّظام EFI في أيّ مكان. فضلًا ارجع واستخدم التّقسيم اليدويّ لإعداد %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>قسم النّظام EFI على %1 سيُستخدم لبدء %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>قسم نظام EFI:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>لا يبدو أن في جهاز التّخزين أيّ نظام تشغيل. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>مسح القرص</strong><br/>هذا س<font color="red">يمسح</font> كلّ البيانات الموجودة في جهاز التّخزين المحدّد.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>على جهاز التّخزين %1. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>ثبّت جنبًا إلى جنب</strong><br/>سيقلّص المثبّت قسمًا لتفريغ مساحة لِ %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>استبدل قسمًا</strong><br/>يستبدل قسمًا مع %1 .</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>على جهاز التّخزين هذا نظام تشغيل ذأصلًا. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>على جهاز التّخزين هذا عدّة أنظمة تشغيل. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation> </message> @@ -562,12 +578,12 @@ The installer will quit and all changes will be lost.</source> <translation>نظام المل&فّات:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>الشّارات:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>نقطة ال&ضّمّ:</translation> </message> @@ -582,25 +598,30 @@ The installer will quit and all changes will be lost.</source> <translation>م.بايت</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>منطقيّ</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>أساسيّ</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ The installer will quit and all changes will be lost.</source> <translation>أُنهي useradd برمز الخطأ %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>تعذّر تعيين الاسم الكامل للمستخدم %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>أُنهي chfn برمز الخطأ %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>تعذّر تعيين مالك دليل المستخدم ليكون %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>أُنهي chown برمز الخطأ %1.</translation> </message> @@ -848,6 +869,32 @@ The installer will quit and all changes will be lost.</source> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation>الشّارات:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>اضبط معلومات القسم</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>ثبّت %1 على قسم نظام %2 <strong>جديد</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>اضطب قسم %2 <strong>جديد</strong> بنقطة الضّمّ <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>ثبّت %2 على قسم النّظام %3 <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>اضبط القسم %3 <strong>%1</strong> بنقطة الضّمّ <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>ثبّت محمّل الإقلاع على <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>يضبط نقاط الضّمّ.</translation> </message> @@ -1095,7 +1147,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>لوحة المفاتيح</translation> </message> @@ -1222,12 +1274,12 @@ The installer will quit and all changes will be lost.</source> <translation>&غيّر...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>اضبط المنطقة الزّمنيّة إلى %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1298,7 +1350,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1521,7 +1573,7 @@ The installer will quit and all changes will be lost.</source> <translation>ثبّت م&حمّل الإقلاع على:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>أمتأكّد من إنشاء جدول تقسيم جديد على %1؟</translation> </message> @@ -1613,6 +1665,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ The installer will quit and all changes will be lost.</source> <translation>الافتراضي</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>مجهول</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>ممتدّ</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>غير مهيّأ</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1731,52 +1793,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>يجمع معلومات النّظام...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>فيه على الأقل مساحة بحجم %1 غ.بايت حرّة</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>ليست في القرص مساحة كافية. المطلوب هو %1 غ.بايت على الأقلّ.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>فيه ذاكرة شاغرة بحجم %1 غ.بايت على الأقلّ</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>ليس في النّظام ذاكرة شاغرة كافية. المطلوب هو %1 غ.بايت على الأقلّ.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>موصول بمصدر للطّاقة</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>النّظام ليس متّصلًا بمصدر للطّاقة.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>موصول بالإنترنت</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>النّظام ليس موصولًا بالإنترنت</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>المثبّت لا يعمل بصلاحيّات المدير.</translation> </message> @@ -1874,71 +1936,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>اضبك طراز لوحة المفتايح إلى %1، والتّخطيط إلى %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>فشلت كتابة ضبط لوحة المفاتيح للطرفيّة الوهميّة.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>فشلت الكتابة إلى %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>فشلت كتابة ضبط لوحة المفاتيح ل X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>اضبط رايات القسم %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>يمحي رايات القسم <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>يمحي رايات القسم <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>يضبط رايات <strong>%2</strong> القسم<strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <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> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>تعذّر فتح الجهاز '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>تعذّر فتح جدول التّقسيم على الجهاز '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>تعذّر إيجاد القسم '%1'.</translation> </message> @@ -1979,12 +2097,22 @@ The installer will quit and all changes will be lost.</source> <translation>rootMountPoint هو %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>تعذّر ضبط كلمة مرور للمستخدم %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>أُنهي usermod برمز الخطأ %1.</translation> </message> @@ -2046,33 +2174,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>اسم المستخدم طويل جدًّا.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>اسم المضيف قصير جدًّا.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>اسم المضيف طويل جدًّا.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>لا يوجد تطابق في كلمات السر!</translation> </message> @@ -2141,7 +2269,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>مرحبا بك</translation> </message> diff --git a/lang/calamares_ast.ts b/lang/calamares_ast.ts index 4d7330adec..0132d57b4c 100644 --- a/lang/calamares_ast.ts +++ b/lang/calamares_ast.ts @@ -37,12 +37,12 @@ <message> <location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/> <source>The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.</source> - <translation type="unfinished"/> + <translation>L'<strong>entornu d'arranque</strong> d'esti sistema.<br><br>Sistemes x86 más vieyos namái sofiten <strong>BIOS</strong>.<br>Los sistemes modernos usen davezu <strong>EFI</strong>, pero quiciabes d'amuesen como BIOS si s'anicien nel mou compatibilidá.</translation> </message> <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 type="unfinished"/> + <translation>Esti sistema anicióse con un entornu d'arranque <strong>EFI</strong>.<br><br>Pa configurar l'aniciu d'un entornu EFI, esti instalador ha instalar una aplicación de xestión d'arranque, como <strong>GRUB</strong> o <strong>systemd-boot</strong> nuna <strong>partición del sistema EFI</strong>. Esto ye automático, a nun ser qu'escueyas el particionáu manual, que nesi casu has escoyer creala tu mesmu.</translation> </message> <message> <location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="87"/> @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Ferramientes</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Información de depuración</translation> </message> @@ -304,22 +320,22 @@ L'instalador colará y perderánse toles camudancies.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Tiba d'esceición desconocida</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>fallu non analizable de Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>rastexu non analizable de Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Fallu non algamable de Python</translation> </message> @@ -386,109 +402,109 @@ L'instalador colará y perderánse toles camudancies.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Dempués:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Particionáu manual</strong><br/>Pues crear o redimensionar particiones tu mesmu.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Allugamientu del xestor d'arranque:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 redimensionaráse a %2MB y crearáse la partición nueva de %3MB pa %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Esbillar preséu d'almacenamientu:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Anguaño:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> - <translation type="unfinished"/> + <translation>Reusar %1 como partición home pa %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> - <translation type="unfinished"/> + <translation>Nun pue alcontrase una partición EFI nesti sistema. Torna y usa'l particionáu a mano pa configurar %1, por favor.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>La partición del sistema EFI en %1 usaráse p'aniciar %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Partición EFI del sistema:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Esti preséu d'almacenamientu nun paez tener un sistema operativu nelli. ¿Qué te prestaría facer?<br/>Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d'almacenamientu.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Desaniciar discu</strong><br/>Esto <font color="red">desaniciará</font> tolos datos anguaño presentes nel preséu d'almacenamientu esbilláu.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Esti preséu d'almacenamientu tien %1 nelli. ¿Qué te prestaría facer?<br/>Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d'almacenamientu.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Tocar una partición</strong><br/>Troca una partición con %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Esti preséu d'almacenamientu yá tien un sistema operativu nelli. ¿Qué te prestaría facer?<br/>Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d'almacenamientu.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Esti preséu d'almacenamientu tien múltiples sistemes operativos nelli. ¿Qué te prestaría facer?<br/>Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d'almacenamientu.</translation> </message> @@ -562,12 +578,12 @@ L'instalador colará y perderánse toles camudancies.</translation> <translation>Sistema de f&icheros:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Banderes:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Puntu montaxe:</translation> </message> @@ -582,25 +598,30 @@ L'instalador colará y perderánse toles camudancies.</translation> <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> - <translation type="unfinished"/> + <translation>&Cifrar</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Llóxica</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primaria</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ L'instalador colará y perderánse toles camudancies.</translation> <translation>useradd finó col códigu de fallu %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Nun pue afitase'l nome completu pal usuariu %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn finó col códigu de fallu %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Nun pue afitase la propiedá del direutoriu Home al usuariu %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown finó col códigu de fallu %1.</translation> </message> @@ -848,6 +869,32 @@ L'instalador colará y perderánse toles camudancies.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Saltar escritura de configuración LUKS pa Dracut: nun se cifró la partición «/»</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Fallu al abrir %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Trabayu C++ maniquín</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ L'instalador colará y perderánse toles camudancies.</translation> <source>Flags:</source> <translation>Banderes:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ L'instalador colará y perderánse toles camudancies.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Afitar información de partición</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Instalaráse %1 na <strong>nueva</strong> partición del sistema %2.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Configuraráse la partición <strong>nueva</strong> %2 col puntu montaxe <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Instalaráse %2 na partición del sistema %3 <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Configuraráse la partición %3 de <strong>%1</strong> col puntu montaxe <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Instalaráse'l cargador d'arranque en <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Configurando puntos de montaxe.</translation> </message> @@ -1041,7 +1093,7 @@ L'instalador colará y perderánse toles camudancies.</translation> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="29"/> <source>group</source> - <translation type="unfinished"/> + <translation>grupu</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="36"/> @@ -1095,7 +1147,7 @@ L'instalador colará y perderánse toles camudancies.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Tecláu</translation> </message> @@ -1203,7 +1255,7 @@ L'instalador colará y perderánse toles camudancies.</translation> <location filename="../src/modules/locale/LocalePage.cpp" line="206"/> <location filename="../src/modules/locale/LocalePage.cpp" line="240"/> <source>The numbers and dates locale will be set to %1.</source> - <translation type="unfinished"/> + <translation>Los númberos y dates afitaránse a %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="216"/> @@ -1222,15 +1274,15 @@ L'instalador colará y perderánse toles camudancies.</translation> <translation>&Cambiar...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Afitóse'l fusu horariu a %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> - <translation type="unfinished"/> + <translation>%1 (%2)</translation> </message> </context> <context> @@ -1298,9 +1350,9 @@ L'instalador colará y perderánse toles camudancies.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> - <translation type="unfinished"/> + <translation>Instalación de rede. (Deshabilitáu: Nun pue dise en cata del llistáu de paquetes, comprueba la conexón de rede)</translation> </message> </context> <context> @@ -1521,7 +1573,7 @@ L'instalador colará y perderánse toles camudancies.</translation> <translation>&Instalar xestor d'arranque en:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>¿De xuru que quies crear una tabla particiones nueva en %1?</translation> </message> @@ -1606,11 +1658,21 @@ L'instalador colará y perderánse toles camudancies.</translation> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="420"/> <source>EFI system partition flag not set</source> - <translation type="unfinished"/> + <translation>Nun s'afitó la bandera del sistema EFI</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="421"/> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> + <translation>Precísase una partición del sistema EFI p'aniciar %1.<br/><br/>Configuróse una partición col puntu montaxe <strong>%2</strong> pero nun s'afitó la so bandera <strong>esp</strong>.<br/>P'afitar la bandera, volvi y edita la partición.<br/><br/>Pues siguir ensin afitar la bandera pero'l to sistema pue fallar al aniciase.</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>/boot non cifráu</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> <translation type="unfinished"/> </message> </context> @@ -1628,24 +1690,24 @@ L'instalador colará y perderánse toles camudancies.</translation> <translation>Por defeutu</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> - <translation type="unfinished"/> + <translation>ensin formatiar</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> - <translation type="unfinished"/> + <translation>intercambéu</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="49"/> @@ -1703,19 +1765,19 @@ L'instalador colará y perderánse toles camudancies.</translation> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="231"/> <source><strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.</source> - <translation type="unfinished"/> + <translation><strong>%4</strong><br/><br/> La partición %1 ye perpequeña pa %2. Esbilla una cola capacidá de polo menos %3 GiB.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="255"/> <source><strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> - <translation type="unfinished"/> + <translation><strong>%2</strong><br/><br/>Nun pue alcontrase una partición EFI nesti sistema. Volvi atrás y usa'l particionáu manual pa configurar %1.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="267"/> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="286"/> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="311"/> <source><strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.</source> - <translation type="unfinished"/> + <translation><strong>%3</strong><br/><br/>Instalaráse %1 en %2.<br/><font color="red">Alvertencia: </font>perderánse tolos datos na partición %2.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="277"/> @@ -1731,52 +1793,52 @@ L'instalador colará y perderánse toles camudancies.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Axuntando información del sistema...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>tien polo menos %1 GB disponibles d'espaciu en discu</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Nun hai espaciu abondu na unidá. Ríquense polo menos %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>polo menos %1 GB de memoria de trabayu</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>El sistema nun tien abonda memoria de trabayu. Ríquense polo menos %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>ta enchufáu a una fonte d'enerxía</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>El sistema nun ta enchufáu a una fonte d'enerxía.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>ta coneutáu a internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>El sistema nun ta coneutáu a internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>L'instalador nun ta executándose con drechos alministrativos.</translation> </message> @@ -1874,71 +1936,127 @@ L'instalador colará y perderánse toles camudancies.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Afitar modelu de tecláu a %1, distribución a %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Fallu al escribir la configuración de tecláu pa la consola virtual.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Fallu al escribir a %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Fallu al escribir la configuración de tecláu pa X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Fallu al escribir la configuración del tecláu nel direutoriu /etc/default esistente.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> - <source>Clear flags on partition <strong>%1</strong>.</source> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> - <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> - <source>Clearing flags on partition <strong>%1</strong>.</source> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> + <source>Clear flags on partition <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> <translation type="unfinished"/> </message> <message> <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> - <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> + <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> <translation type="unfinished"/> </message> <message> <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> + <source>Clearing flags on partition <strong>%1</strong>.</source> + <translation>Llimpiando banderes na partición <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Llimpiando banderes na partición <strong>%2</strong> de %1MB</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Llimpiando banderes na partición nueva.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> + <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> + <translation>Axustando banderes <strong>%2</strong> na partición <strong>%1</strong></translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Afitando banderes <strong>%3</strong> na partición <strong>%2</strong> de %1MB</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Afitando banderes <strong>%1</strong> na partición nueva.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>L'instalador falló al afitar les banderes na partición %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Nun pudo abrise'l preséu «%1».</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Nun pudo abrise la tabla de particiones nel preséu «%1».</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Nun pudo alcontrase la partición «%1».</translation> </message> @@ -1979,12 +2097,22 @@ L'instalador colará y perderánse toles camudancies.</translation> <translation>rootMountPoint ye %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Nun pue afitase la contraseña pal usuariu %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod finó col códigu de fallu %1.</translation> </message> @@ -2046,33 +2174,33 @@ L'instalador colará y perderánse toles camudancies.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>El to nome d'usuariu ye perllargu.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>El to nome d'usuariu contién caráuteres non válidos. Almítense namái lletres en minúscula y númberos.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>El to nome d'agospiu ye percurtiu.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>El to nome d'agospiu ye perllargu.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>El to nome d'agospiu contién caráuteres non válidos. Almítense namái lletres en minúscula y númberos.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>¡Les tos contraseñes nun concasen!</translation> </message> @@ -2141,7 +2269,7 @@ L'instalador colará y perderánse toles camudancies.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Bienllegáu</translation> </message> diff --git a/lang/calamares_bg.ts b/lang/calamares_bg.ts index 8e75ee41da..bbdc1eda70 100644 --- a/lang/calamares_bg.ts +++ b/lang/calamares_bg.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Инструменти</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Информация за отстраняване на грешки</translation> </message> @@ -304,22 +320,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Неизвестен тип изключение</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>неанализируема Python грешка</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>неанализируемо Python проследяване</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Недостъпна Python грешка.</translation> </message> @@ -387,109 +403,109 @@ The installer will quit and all changes will be lost.</source> <translation>Форма</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>След:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Самостоятелно поделяне</strong><br/>Можете да създадете или преоразмерите дяловете сами.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Локация на програмата за начално зареждане:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 ще се смали до %2МБ и нов %3МБ дял ще бъде създаден за %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Изберете ус&тройство за съхранение:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Сегашен:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Изберете дял за смаляване, после влачете долната лента за преоразмеряване</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Изберете дял за инсталацията</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>EFI системен дял не е намерен. Моля, опитайте пак като използвате ръчно поделяне за %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>EFI системен дял в %1 ще бъде използван за стартиране на %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI системен дял:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Това устройство за съхранение няма инсталирана операционна система. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Изтриване на диска</strong><br/>Това ще <font color="red">изтрие</font> всички данни върху устройството за съхранение.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Това устройство за съхранение има инсталиран %1. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Инсталирайте покрай</strong><br/>Инсталатора ще раздроби дяла за да направи място за %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Замени дял</strong><br/>Заменя този дял с %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Това устройство за съхранение има инсталирана операционна система. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Това устройство за съхранение има инсталирани операционни системи. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation> </message> @@ -563,12 +579,12 @@ The installer will quit and all changes will be lost.</source> <translation>Фа&йлова система:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Флагове:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Точка на &монтиране:</translation> </message> @@ -583,25 +599,30 @@ The installer will quit and all changes will be lost.</source> <translation>МБ</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Логическа</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Главна</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -750,22 +771,22 @@ The installer will quit and all changes will be lost.</source> <translation>useradd прекратен с грешка, код %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Не може да се постави пълното име на потребител %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn прекратен с грешка, код %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Не може да се постави притежанието на домашната директория за потребител %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown прекратен с грешка, код %1.</translation> </message> @@ -849,6 +870,32 @@ The installer will quit and all changes will be lost.</source> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -896,6 +943,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation>Флагове:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -928,37 +980,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Постави информация за дял</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Инсталирай %1 на <strong>нов</strong> %2 системен дял.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Създай <strong>нов</strong> %2 дял със точка на монтиране <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Инсталирай %2 на %3 системен дял <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Създай %3 дял <strong>%1</strong> с точка на монтиране <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Инсталиране на зареждач върху <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Настройка на точките за монтиране.</translation> </message> @@ -1096,7 +1148,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Клавиатура</translation> </message> @@ -1223,12 +1275,12 @@ The installer will quit and all changes will be lost.</source> <translation>&Промени...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Постави часовата зона на %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1299,7 +1351,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1522,7 +1574,7 @@ The installer will quit and all changes will be lost.</source> <translation>Инсталирай &устройството за начално зареждане върху:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Сигурни ли сте че искате да създадете нова таблица на дяловете върху %1?</translation> </message> @@ -1614,6 +1666,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>EFI системен дял е нужен за стартиране на %1.<br/><br/>Дялът беше конфигуриран с точка на монтиране <strong>%2</strong>, но неговия <strong>esp</strong> флаг не е включен.<br/>За да включите флага се върнете назад и редактирайте дяла.<br/><br/>Може да продължите без флага, но системата може да не успее да стартира.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1629,22 +1691,22 @@ The installer will quit and all changes will be lost.</source> <translation>По подразбиране</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>неизвестна</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>разширена</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>неформатирана</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>swap</translation> </message> @@ -1732,52 +1794,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Събиране на системна информация...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>има поне %1 ГБ свободено дисково пространство</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Няма достатъчно дисково пространство. Необходимо е поне %1 ГБ.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>има поне %1 ГБ работна памет</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Системата не разполага с достатъчно работна памет. Необходима е поне %1 ГБ.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>е включен към източник на захранване</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Системата не е включена към източник на захранване.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>е свързан към интернет</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Системата не е свързана с интернет.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Инсталаторът не е стартиран с права на администратор.</translation> </message> @@ -1875,71 +1937,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Постави модела на клавиатурата на %1, оформлението на %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Неуспешно записването на клавиатурна конфигурация за виртуалната конзола.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Неуспешно записване върху %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Неуспешно записване на клавиатурна конфигурация за X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Задай флагове на дял %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Изчисти флаговете на дял <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Сложи флаг на дял <strong>%1</strong> като <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Изчистване на флаговете на дял <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Задаване на флагове <strong>%2</strong> на дял <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <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> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Не можа да се отвори устройство '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Не можа да се отвори таблица на дяловете в устройство '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Не може да се намери дял '%1'.</translation> </message> @@ -1980,12 +2098,22 @@ The installer will quit and all changes will be lost.</source> <translation>root точка на монтиране е %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Не може да се постави парола за потребител %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod е прекратен с грешка %1.</translation> </message> @@ -2047,33 +2175,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Вашето потребителско име е твърде дълго.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Вашето име на хоста е твърде кратко.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Вашето име на хоста е твърде дълго.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Паролите Ви не съвпадат!</translation> </message> @@ -2142,7 +2270,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Добре дошли</translation> </message> diff --git a/lang/calamares_ca.ts b/lang/calamares_ca.ts index a08ca0f0a6..0874ec0868 100644 --- a/lang/calamares_ca.ts +++ b/lang/calamares_ca.ts @@ -4,7 +4,7 @@ <message> <location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="77"/> <source>Choose partition to shrink:</source> - <translation>Escolliu la partició per reduir:</translation> + <translation>Trieu la partició per reduir:</translation> </message> <message> <location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="78"/> @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Tipus:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>cap</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Interfície:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Eines</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Informació de depuració</translation> </message> @@ -176,28 +192,28 @@ Sortida: <message> <location filename="../src/libcalamares/ProcessJob.cpp" line="104"/> <source>External command failed to finish</source> - <translation>L'ordre externa no ha finalitzat correctament</translation> + <translation>L'ordre externa no ha acabat correctament</translation> </message> <message> <location filename="../src/libcalamares/ProcessJob.cpp" line="105"/> <source>Command %1 failed to finish in %2s. Output: %3</source> - <translation>L'ordre %1 no s'ha pogut finalitzar en %2s. + <translation>L'ordre %1 no s'ha pogut acabar en %2s. Sortida: %3</translation> </message> <message> <location filename="../src/libcalamares/ProcessJob.cpp" line="111"/> <source>External command finished with errors</source> - <translation>L'ordre externa ha finalitzat amb errors</translation> + <translation>L'ordre externa ha acabat amb errors</translation> </message> <message> <location filename="../src/libcalamares/ProcessJob.cpp" line="112"/> <source>Command %1 finished with exit code %2. Output: %3</source> - <translation>L'ordre %1 ha finalitzat amb el codi de sortida %2. + <translation>L'ordre %1 ha acabat amb el codi de sortida %2. Sortida: %3</translation> </message> @@ -304,22 +320,22 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Tipus d'excepció desconeguda</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Error de Python no analitzable</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Traceback de Python no analitzable</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Error de Python irrecuperable.</translation> </message> @@ -386,109 +402,109 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <translation>Formulari</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Després:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Partiment manual</strong><br/>Podeu crear o redimensionar les particions vosaltres mateixos.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Ubicació del carregador d'arrencada:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 s'encongirà a %2MB i es crearà una partició nova de %3MB per a %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Seleccioneu un dispositiu d'e&mmagatzematge:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Actual:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Reutilitza %1 com a partició de l'usuari per a %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Seleccioneu una partició per encongir i arrossegueu-la per redimensinar-la</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Seleccioneu una partició per fer-hi la instal·lació</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>No s'ha pogut trobar enlloc una partició EFI en aquest sistema. Si us plau, torneu enrere i useu el partiment manual per configurar %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation> La partició EFI de sistema a %1 s'usarà per iniciar %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Partició EFI del sistema:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Aquest dispositiu d'emmagatzematge no sembla que tingui un sistema operatiu. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Esborra el disc</strong><br/>Això <font color="red">esborrarà</font> totes les dades del dispositiu seleccionat.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Aquest dispositiu d'emmagatzematge té %1. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu. </translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Instal·la al costat</strong><br/>L'instal·lador reduirà una partició per fer espai per a %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Reemplaça una partició</strong><br/>Reemplaça una partició per %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Aquest dispositiu d'emmagatzematge ja té un sistema operatiu. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu. </translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Aquest dispositiu d'emmagatzematge ja múltiples sistemes operatius. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu. </translation> </message> @@ -562,12 +578,12 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <translation>S&istema de fitxers:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Banderes:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Punt de &muntatge:</translation> </message> @@ -582,25 +598,30 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>En&cripta</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Lògica</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primària</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>El punt de muntatge ja s'usa. Si us plau, seleccioneu-ne un altre.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -736,7 +757,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="98"/> <source>Cannot open groups file for reading.</source> - <translation>No es pot obrir el fitxer groups per a ser llegit.</translation> + <translation>No es pot obrir el fitxer groups per ser llegit.</translation> </message> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="160"/> @@ -746,27 +767,27 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="162"/> <source>useradd terminated with error code %1.</source> - <translation>useradd ha finalitzat amb el codi d'error %1.</translation> + <translation>useradd ha acabat amb el codi d'error %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>No es pot assignar el nom complet de l'usuari %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>No es pot afegir l'usuari %1 als grups: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn ha finalitzat amb el codi d'error %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod ha acabat amb el codi d'error %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> - <translation>No es pot assignar el permís de propietat del directori personal de l'usuari %1.</translation> + <translation>No es pot establir la propietat del directori personal a l'usuari %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> - <translation>chown ha finalitzat amb el codi d'error %1.</translation> + <translation>chown ha acabat amb el codi d'error %1.</translation> </message> </context> <context> @@ -848,6 +869,32 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Escriu la configuració de LUKS per a Dracut a %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Omet l'escriptura de la configuració de LUKS per a Dracut: la partició "/" no està encriptada</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Ha fallat obrir %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Tasca C++ fictícia</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <source>Flags:</source> <translation>Banderes:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>El punt de muntatge ja s'usa. Si us plau, seleccioneu-ne un altre.</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Estableix la informació de la partició</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Instal·la %1 a la partició de sistema <strong>nova</strong> %2.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Estableix la partició <strong>nova</strong> %2 amb el punt de muntatge <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Instal·la %2 a la partició de sistema %3 <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Estableix la partició %3 <strong>%1</strong> amb el punt de muntatge <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Instal·la el carregador d'arrencada a <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Establint els punts de muntatge.</translation> </message> @@ -1095,7 +1147,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Teclat</translation> </message> @@ -1222,12 +1274,12 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <translation>&Canvi...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Estableix la zona horària a %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Instal·lació per xarxa. (Inhabilitada: no es poden obtenir les llistes de paquets, comproveu la connexió.)</translation> </message> @@ -1326,7 +1378,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <message> <location filename="../src/modules/keyboard/KeyboardPage.ui" line="131"/> <source>Type here to test your keyboard</source> - <translation>Escriviu aquí per a comprovar el teclat</translation> + <translation>Escriviu aquí per comprovar el teclat</translation> </message> </context> <context> @@ -1362,7 +1414,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <message> <location filename="../src/modules/users/page_usersetup.ui" line="335"/> <source>Choose a password to keep your account safe.</source> - <translation>Escolliu una contrasenya per tal de mantenir el vostre compte d'usuari segur.</translation> + <translation>Trieu una contrasenya per tal de mantenir el compte d'usuari segur.</translation> </message> <message> <location filename="../src/modules/users/page_usersetup.ui" line="440"/> @@ -1392,7 +1444,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <message> <location filename="../src/modules/users/page_usersetup.ui" line="480"/> <source>Choose a password for the administrator account.</source> - <translation>Escolliu una contrasenya per al compte d'administració.</translation> + <translation>Trieu una contrasenya per al compte d'administració.</translation> </message> <message> <location filename="../src/modules/users/page_usersetup.ui" line="585"/> @@ -1521,7 +1573,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <translation>&Instal·la el carregador d'arrencada a:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Esteu segurs que voleu crear una nova taula de particions a %1?</translation> </message> @@ -1613,6 +1665,16 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>Cal una partició EFI de sistema per iniciar %1. <br/><br/> Ja s'ha configurat una partició amb el punt de muntatge <strong>%2</strong> però no se n'ha establert la bandera <strong>esp</strong>. Per establir-la-hi, torneu enrere i editeu la partició. <br/><br/>Podeu continuar sense establir la bandera, però el sistema podria no iniciar-se.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Partició d'arrel no encriptada</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>S'ha establert una partició d'arrencada separada conjuntament amb una partició d'arrel encriptada, però la partició d'arrencada no està encriptada.<br/><br/>Hi ha aspectes de seguretat amb aquest tipus de configuració, perquè hi ha fitxers del sistema importants en una partició no encriptada.<br/>Podeu continuar, si així ho desitgeu, però el desbloqueig del sistema de fitxers succeirà després, durant l'inici del sistema.<br/>Per encriptar la partició d'arrencada, torneu enrere i torneu-la a crear seleccionant <strong>Encripta</strong> a la finestra de creació de la partició.</translation> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <translation>Per defecte</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>desconeguda</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>ampliada</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>sense format</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>Intercanvi</translation> </message> @@ -1731,52 +1793,52 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Recopilant informació del sistema...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>té com a mínim %1 GB d'espai de disc disponible.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>No hi ha prou espai de disc disponible. Com a mínim hi ha d'haver %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>té com a mínim %1 GB de memòria de treball</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>El sistema no té prou memòria de treball. Com a mínim es necessita %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>està connectat a una font de corrent</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>El sistema no està connectat a una font de corrent.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>està connectat a Internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>El sistema no està connectat a Internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>L'instal·lador no s'ha executat amb privilegis d'administrador.</translation> </message> @@ -1874,71 +1936,127 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Canvia el model de teclat a %1, la disposició de teclat a %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>No s'ha pogut escriure la configuració del teclat per a la consola virtual.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>No s'ha pogut escriure a %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>No s'ha pogut escriure la configuració del teclat per X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Ha fallat escriure la configuració del teclat al directori existent /etc/default.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Estableix les banderes a la partició %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Estableix les banderes a la partició %1MB %2.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Estableix les banderes a la partició nova.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Neteja les banderes de la partició <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Neteja les banderes de la partició %1MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Neteja les banderes de la partició nova.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Estableix la bandera <strong>%2</strong> a la partició <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Estableix la bandera de la partició %1MB <strong>%2</strong> com a <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Estableix la bandera de la partició nova com a <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Netejant les banderes de la partició <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Es netegen les banderes de la partició %1MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Es netegen les banderes de la partició nova.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Establint les banderes <strong>%2</strong> a la partició <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>S'estableixen les banderes <strong>%3</strong> a la partició %1MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>S'estableixen les banderes <strong>%1</strong> a la partició nova.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>L'instal·lador ha fallat en establir les banderes a la partició %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>No s'ha pogut obrir el dispositiu "%1".</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>No s'ha pogut obrir la taula de particions del dispositiu "%1".</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>No s'ha pogut trobar la partició "%1".</translation> </message> @@ -1979,12 +2097,22 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <translation>El punt de muntatge rootMountPoint és %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation>No es pot inhabilitar el compte d'arrel.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation>El procés passwd ha acabat amb el codi d'error %1.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>No s'ha pogut assignar la contrasenya de l'usuari %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod ha terminat amb el codi d'error %1.</translation> </message> @@ -2046,33 +2174,33 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>El nom d'usuari és massa llarg.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>El nom d'usuari conté caràcters no vàlids. Només s'hi admeten lletres i números.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>El nom d'usuari és massa curt.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>El nom d'amfitrió és massa llarg.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>El nom d'amfitrió conté caràcters no vàlids. Només s'hi admeten lletres, números i guions.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Les contrasenyes no coincideixen!</translation> </message> @@ -2141,7 +2269,7 @@ L'instal·lador es tancarà i tots els canvis es perdran.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Benvinguts</translation> </message> diff --git a/lang/calamares_cs_CZ.ts b/lang/calamares_cs_CZ.ts index 5e66da48f8..7a42ca0819 100644 --- a/lang/calamares_cs_CZ.ts +++ b/lang/calamares_cs_CZ.ts @@ -4,7 +4,7 @@ <message> <location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="77"/> <source>Choose partition to shrink:</source> - <translation>Zvolte oddíl, který si přejete zmenšit.</translation> + <translation>Zvolte oddíl, který si přejete zmenšit:</translation> </message> <message> <location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="78"/> @@ -37,17 +37,17 @@ <message> <location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/> <source>The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.</source> - <translation type="unfinished"/> + <translation><strong>Zaváděcí prostředí</strong> tohoto systému.<br><br>Starší x86 systémy podporují pouze <strong>BIOS</strong>.<br>Moderní systémy většinou využívají <strong>EFI</strong>, někdy lze toto prostředí přepnout do módu kompatibility a může se jevit jako BIOS.</translation> </message> <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 type="unfinished"/> + <translation>Systém byl spuštěn se zaváděcím prostředím <strong>EFI</strong>.<br><br>Abyste zaváděli systém prostředím EFI, instalátor musí zavést aplikaci pro zavádění systému, jako <strong>GRUB</strong> nebo <strong>systemd-boot</strong> na <strong>systémovém oddílu EFI</strong>. Proběhne to automaticky, pokud si nezvolíte ruční dělení disku, v tom případě si aplikaci pro zavádění musíte sami zvolit.</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 type="unfinished"/> + <translation>Systém byl spuštěn se zaváděcím prostředím <strong>BIOS</strong>.<br><br>Abyste zaváděli systém prostředím BIOS, instalátor musí umístit zavaděč systému, jako <strong>GRUB</strong>, buď na začátek oddílu nebo (lépe) do <strong>Master Boot Record</strong> na začátku tabulky oddílů. Proběhne to automaticky, pokud si nezvolíte ruční dělení disku, v tom případě si zavádění musíte nastavit sami.</translation> </message> </context> <context> @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Typ:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>žádný</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Rozhraní:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Nástroje</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Ladící informace</translation> </message> @@ -161,12 +177,12 @@ Výstup: <message> <location filename="../src/libcalamares/ProcessJob.cpp" line="96"/> <source>Command %1 failed to start.</source> - <translation>Start příkazu %1 selhal.</translation> + <translation>Spuštění příkazu %1 selhalo.</translation> </message> <message> <location filename="../src/libcalamares/ProcessJob.cpp" line="100"/> <source>Internal error when starting command</source> - <translation>Vnitřní chyba při startu příkazu</translation> + <translation>Vnitřní chyba při spouštění příkazu</translation> </message> <message> <location filename="../src/libcalamares/ProcessJob.cpp" line="101"/> @@ -304,22 +320,22 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Neznámý typ výjimky</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Chyba při parsování Python skriptu.</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Chyba při parsování Python skriptu.</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Chyba při načítání Python skriptu.</translation> </message> @@ -386,109 +402,109 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <translation>Formulář</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Po:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Ruční rozdělení disku</strong><br/>Můžete si vytvořit a upravit oddíly sami.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Umístění zaváděcího oddílu:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 bude zmenšen na %2MB a nový %3MB oddíl pro %4 bude vytvořen.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Zvolte paměťové zařízení:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Aktuální:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Opakované použití %1 jako domovský oddíl pro %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> - <translation type="unfinished"/> + <translation><strong>Vyberte, který oddíl chcete zmenšit, poté tažením spodní lišty můžete změnit jeho velikost.</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> - <translation type="unfinished"/> + <translation><strong>Vyberte oddíl pro provedení instalace</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> - <translation type="unfinished"/> + <translation>Nebyl nalezen žádný systémový EFI oddíl. Prosím, vraťte se zpět a zkuste pro nastavení %1 použít ruční rozdělení disku.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>Pro zavedení %2 se využije systémový oddíl EFI %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Systémový oddíl EFI:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Zdá se, že na tomto úložném zařízení není žádný operační systém. Jak chcete postupovat?<br/>Než se provedou jakékoliv změny nastavení Vašich úložných zařízení, ukáže se Vám přehled změn a budete požádáni o jejich potvrzení.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Vymazat disk</strong><br/>Touto volbou <font color="red">smažete</font> všechna data, která se nyní nachází na vybraném úložišti.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Na tomto úložném zařízení jsem našel %1. Jak chcete postupovat?<br/>Než se provedou jakékoliv změny nastavení Vašich úložných zařízení, ukáže se Vám přehled změn a budete požádáni o jejich potvrzení.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Instalovat vedle</strong><br/>Instalační program zmenší oddíl a vytvoří místo pro %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Nahradit oddíl</strong><br/>Původní oddíl nahradí %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Na tomto úložném zařízení již je operační systém. Jak chcete postupovat?<br/>Než se provedou jakékoliv změny nastavení Vašich úložných zařízení, ukáže se Vám přehled změn a budete požádáni o jejich potvrzení.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Na tomto úložném zařízení již je několik operačních systémů. Jak chcete postupovat?<br/>Než se provedou jakékoliv změny nastavení Vašich úložných zařízení, ukáže se Vám přehled změn a budete požádáni o jejich potvrzení.</translation> </message> @@ -559,15 +575,15 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <message> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="119"/> <source>Fi&le System:</source> - <translation type="unfinished"/> + <translation>&Souborový systém:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> - <translation>Značky:</translation> + <translation>Příznaky:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Bod připojení:</translation> </message> @@ -582,25 +598,30 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> - <translation type="unfinished"/> + <translation>Š&ifrovat</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logický</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primární</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <translation>Příkaz useradd ukončen s chybovým kódem %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Nelze nastavit celé jméno pro uživatele %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Nelze přidat uživatele %1 do skupin: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>Příkaz chfn ukončen s chybovým kódem %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod ukončen s chybovým kódem %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Nelze nastavit vlastnictví domovského adresáře pro uživatele %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>Příkaz chown ukončen s chybovým kódem %1.</translation> </message> @@ -812,17 +833,17 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="63"/> <source>The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.</source> - <translation type="unfinished"/> + <translation>Typ <strong>tabulky oddílů</strong>, který je na vybraném úložném zařízení.<br><br>Jedinou možností změnit typ tabulky oddílů je smazání a znovu vytvoření nové tabulky oddílů, tím se smažou všechna data na daném úložném zařízení.<br>Instalační program zanechá stávající typ tabulky oddílů, pokud si sami nenavolíte jeho změnu.<br>Pokud si nejste jisti, na moderních systémech se upřednostňuje GPT.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="107"/> <source>This device has a <strong>%1</strong> partition table.</source> - <translation type="unfinished"/> + <translation>Zařízení má tabulku oddílů <strong>%1</strong>.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="114"/> <source>This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.</source> - <translation type="unfinished"/> + <translation>Vybrané úložné zařízení je <strong>loop</strong> zařízení.<br><br> Nejedná se o vlastní tabulku oddílů, je to pseudo zařízení, které zpřístupňuje soubory blokově. Tento typ nastavení většinou obsahuje jediný systém souborů.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="121"/> @@ -837,7 +858,7 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="137"/> <source><br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.</source> - <translation type="unfinished"/> + <translation><br><br>Tento typ tabulky oddílů je vhodný pro starší systémy, které jsou spouštěny z prostředí <strong>BIOS</strong>. Více se dnes využívá GPT.<br><strong>Upozornění:</strong> Tabulka oddílů MBR je zastaralý standard z dob MS-DOS.<br>Lze vytvořit pouze 4 <em>primární</em> oddíly, a z těchto 4, jeden může být <em>rozšířeným</em> oddílem, který potom může obsahovat více <em>logických</em> oddílů.</translation> </message> </context> <context> @@ -848,6 +869,32 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Zapsat nastavení LUKS pro Dracut do %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Přeskočit zápis nastavení LUKS pro Dracut: oddíl "/" není šifovaný</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Selhalo čtení %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Slepá úloha C++</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -893,7 +940,12 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <message> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <source>Flags:</source> - <translation>Značky:</translation> + <translation>Příznaky:</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> </message> </context> <context> @@ -906,7 +958,7 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="32"/> <source>En&crypt system</source> - <translation type="unfinished"/> + <translation>Z&ašifrovat systém</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="42"/> @@ -927,37 +979,37 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Nastavit informace oddílu</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Instalovat %1 na <strong>nový</strong> %2 systémový oddíl.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Nastavit <strong>nový</strong> %2 oddíl s přípojným bodem <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Instalovat %2 na %3 systémový oddíl <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Nastavit %3 oddíl <strong>%1</strong> s přípojným bodem <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Instalovat zavaděč na <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Nastavuji přípojné body.</translation> </message> @@ -1036,7 +1088,7 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="20"/> <source>Frame</source> - <translation type="unfinished"/> + <translation>Rámec</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="29"/> @@ -1095,7 +1147,7 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Klávesnice</translation> </message> @@ -1222,12 +1274,12 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <translation>&Změnit...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Nastavit časové pásmo na %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Síťová instalace. (Zakázáno: Nelze načíst seznamy balíků, zkontrolujte připojení k síti)</translation> </message> @@ -1465,7 +1517,7 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <message> <location filename="../src/modules/partition/core/PartitionModel.cpp" line="259"/> <source>File System</source> - <translation>Souborový systé</translation> + <translation>Souborový systém</translation> </message> <message> <location filename="../src/modules/partition/core/PartitionModel.cpp" line="261"/> @@ -1521,7 +1573,7 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <translation>Nainstalovat &zavaděč na:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Opravdu si přejete vytvořit novou tabulku oddílů na %1?</translation> </message> @@ -1601,7 +1653,7 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="406"/> <source>An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a FAT32 filesystem with the <strong>esp</strong> flag enabled and mount point <strong>%2</strong>.<br/><br/>You can continue without setting up an EFI system partition but your system may fail to start.</source> - <translation type="unfinished"/> + <translation>Pro spuštění %1 je potřeba systémový oddíl.<br/><br/>Pro nastavení EFI systémového oddílu se vraťte zpět a vyberte nebo vytvořte oddíl typu FAT32 s příznakem <strong>esp</strong> a přípojným bodem <strong>%2</strong>.<br/><br/>Je možné pokračovat bez nastavení systémového oddílu EFI, ale váš systém nemusí jít spustit.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="420"/> @@ -1611,6 +1663,16 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="421"/> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> + <translation>Pro spuštění %1 je potřeba systémový oddíl.<br/><br/>Byl nakonfigurován oddíl s přípojným bodem <strong>%2</strong> ale nemá nastaven příznak <strong>esp</strong>.<br/>Pro nastavení příznaku se vraťte zpět a upravte oddíl.<br/><br/>Je možné pokračovat bez nastavení příznaku, ale váš systém nemusí jít spustit.</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Zaváděcí oddíl není šifrován</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> <translation type="unfinished"/> </message> </context> @@ -1628,22 +1690,22 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <translation>Výchozí</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>neznámý</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>rozšířený</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>nenaformátovaný</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>odkládací oddíl</translation> </message> @@ -1731,52 +1793,52 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Shromažďuji informace o systému...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>má minimálně %1 GB dostupného místa na disku.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Nedostatek místa na disku. Je potřeba nejméně %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>má alespoň %1 GB operační paměti</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Systém nemá dostatek paměti. Je potřeba nejméně %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>je připojený ke zdroji napájení</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Systém není připojen ke zdroji napájení.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>je připojený k Internetu</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Systém není připojený k Internetu.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Instalační program není spuštěn s právy administrátora.</translation> </message> @@ -1874,73 +1936,129 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Nastavit model klávesnice na %1, rozložení na %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Selhal zápis konfigurace klávesnice do virtuální konzole.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Selhal zápis do %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Selhal zápis konfigurace klávesnice pro X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Selhal zápis nastavení klávesnice do existující složky /etc/default.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> - <translation type="unfinished"/> + <translation>Nastavit příznak oddílu %1.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Nastavit příznaky na %1MB %2 oddílu.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Nastavit příznak na novém oddílu.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> - <translation type="unfinished"/> + <translation>Smazat příznaky oddílu <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Smazat příznaky na %1MB <strong>%2</strong> oddílu.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Smazat příznaky na novém oddílu.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> - <translation type="unfinished"/> + <translation>Nastavit příznak oddílu <strong>%1</strong> jako <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Nastavit příznak %1MB <strong>%2</strong> oddílu jako <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Nastavit příznak <strong>%1</strong> na novém oddílu.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> - <translation type="unfinished"/> + <translation>Mazání příznaků oddílu <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Mazání příznaků na %1MB <strong>%2</strong> oddílu.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Mazání příznaků na novém oddílu.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> - <translation type="unfinished"/> + <translation>Nastavování příznaků <strong>%2</strong> na oddíle <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Nastavování příznaků <strong>%3</strong> na %1MB <strong>%2</strong> oddílu.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Nastavování příznaků <strong>%1</strong> na novém oddílu.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> - <translation type="unfinished"/> + <translation>Instalátor selhal při nastavení příznaku oddílu %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Nelze otevřít zařízení '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> - <translation type="unfinished"/> + <translation>Nelze otevřít tabulku oddílů na zařízení '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> - <translation type="unfinished"/> + <translation>Oddíl '%1' nebyl nalezen.</translation> </message> </context> <context> @@ -1979,12 +2097,22 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <translation>rootMountPoint je %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Nelze nastavit heslo uživatele %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod ukončen s chybovým kódem %1.</translation> </message> @@ -2046,33 +2174,33 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Vaše uživatelské jméno je příliš dlouhé.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Vaše uživatelské jméno obsahuje neplatné znaky. Jsou povolena pouze malá písmena a čísla.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Vaše hostname je příliš krátké.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Vaše hostname je příliš dlouhé.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Vaše hostname obsahuje neplatné znaky. Jsou povoleny pouze písmena, čísla a pomlčky.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Zadaná hesla se neshodují!</translation> </message> @@ -2130,7 +2258,7 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <message> <location filename="../src/modules/welcome/WelcomePage.cpp" line="72"/> <source><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2015 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, 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-2015 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Poděkování: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Philip Müller, Pier Luigi Fiorini, Rohan Garg a <a href="https://www.transifex.com/calamares/calamares/">Tým překladatelů Calamares</a>.<br/><br/>Vývoj <a href="http://calamares.io/">Calamares</a> je sponzorován <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</translation> </message> <message> <location filename="../src/modules/welcome/WelcomePage.cpp" line="196"/> @@ -2141,7 +2269,7 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Vítejte</translation> </message> diff --git a/lang/calamares_da.ts b/lang/calamares_da.ts index 5f19951857..517c5767ac 100644 --- a/lang/calamares_da.ts +++ b/lang/calamares_da.ts @@ -37,17 +37,17 @@ <message> <location filename="../src/modules/partition/gui/BootInfoWidget.cpp" line="61"/> <source>The <strong>boot environment</strong> of this system.<br><br>Older x86 systems only support <strong>BIOS</strong>.<br>Modern systems usually use <strong>EFI</strong>, but may also show up as BIOS if started in compatibility mode.</source> - <translation type="unfinished"/> + <translation><strong>Boot miljøet</strong> for dette system.<br><br>Ældre x86 systemer understøtter kun <strong>BIOS</strong>.<br>Moderne systemer bruger normalt <strong>EFI</strong>, men kan sommetider vise sig som BIOS hvis startet i kompatibilitets mode.</translation> </message> <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 type="unfinished"/> + <translation>Dette system er startet med en <strong>EFI</strong> boot miljø.<br><br>For at konfigurere opstart fra et EFI miljø, bliver installationsprogrammet nødt til installere et boot loader program, som <strong>GRUB</strong> eller <strong>systemd-boot</strong> på en <strong>EFI System Partition</strong>. Dette vil ske automatisk, med mindre du vælger manuel partitionering, hvor du i så fald skal vælge eller lave den selv.</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 type="unfinished"/> + <translation>Dette system blev startet med et <strong>BIOS</strong> boot miljø.<br><br>For at konfigurere opstart fra et BIOS miljø, bliver installationsprogrammet nødt til at installere en boot loader, som <strong>GRUB</strong>, enten i begyndelsen af en partition eller på <strong>Master Boot Record</strong> nær begyndelsen af partitionstabellen (foretrukket). Dette vil ske automatisk, med mindre du vælger manuel partitionering, hvor du i så fald skal sætte den op selv.</translation> </message> </context> <context> @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> - <source>Tools</source> + <source>Type:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> + <source>Tools</source> + <translation>Værktøjer</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Debug information</translation> </message> @@ -304,22 +320,22 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Ukendt undtagelsestype</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Utilgængelig Python-fejl</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Utilgængeligt Python-traceback</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Uhentbar Python fejl.</translation> </message> @@ -386,109 +402,109 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <translation>Form</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Efter:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Manuel partitionering</strong><br/>Do kan lave og ændre størrelse på partitioner selv.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Boot loader lokation:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 vil blive krympet til %2MB og en ny %3MB partition vil blive lavet til %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> - <translation type="unfinished"/> + <translation>Vælg lager en&hed:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> - <translation type="unfinished"/> + <translation>Nuværende:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> - <translation type="unfinished"/> + <translation>Genbrug %1 som hjemme partition til %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> - <translation type="unfinished"/> + <translation><strong>Vælg en partition at krympe, herefter træk den nederste bar for at ændre størrelsen</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> - <translation type="unfinished"/> + <translation><strong>Vælg en partition at installere på</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> - <translation type="unfinished"/> + <translation>En EFI partition blev ikke fundet på systemet. Venligst gå tilbage og brug manuel partitionering til at sætte %1 op.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> - <translation type="unfinished"/> + <translation>EFI system partitionen ved %1 vil blive brugt til at starte %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> - <translation type="unfinished"/> + <translation>EFI system partition:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Denne lagerenhed ser ikke ud til at indeholde et styresystem. Hvad vil du gerne gøre?<br/>Du vil få mulighed for at se og bekræfte dine valg før der sker ændringer til lagerenheden.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Slet disk</strong><br/>Dette vil <font color="red">slette</font> alt data der er på den valgte lagerenhed lige nu.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Denne lagerenhed har %1 på den. Hvad vil du gerne gøre?</br>Du vil få mulighed for at se og bekræfte dine valg før det sker ændringer til lagerenheden.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Installér ved siden af</strong><br/>Installationsprogrammet vil krympe en partition for at gøre plads til %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Erstat en partition</strong><br/>Erstatter en partition med %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Denne lagerenhed indeholder allerede et styresystem. Hvad vil du gerne gøre?<br/>Du vil få mulighed for at se og bekræfte dine valg før der sker ændringer til lagerenheden.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Denne lagerenhed indeholder flere styresystemer. Hvad vil du gerne gøre?</br>Du vil få mulighed for at se og bekræfte dine valg før der sker ændringer til lagerenheden.</translation> </message> @@ -559,15 +575,15 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <message> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="119"/> <source>Fi&le System:</source> - <translation type="unfinished"/> + <translation>Fi&l System:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> - <translation type="unfinished"/> + <translation>Flag:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Bindingspunkt:</translation> </message> @@ -582,25 +598,30 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> - <translation type="unfinished"/> + <translation>Kryp&tér</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logisk</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primær</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <translation>useradd stoppet med fejl kode %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Kan ikke indstille fuld navn for bruger %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Kan ikke tilføje bruger %1 til grupperne: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn stoppet med fejl kode %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod stoppede med fejl kode %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Kan ikke indstille hjemmemappe ejerskab for bruger %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown stoppet med fejl kode %1.</translation> </message> @@ -812,17 +833,17 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="63"/> <source>The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.</source> - <translation type="unfinished"/> + <translation>Typen af <strong>partitionstabel</strong> på den valgte lagerenhed.<br><br>Den eneste måde at ændre partitionstabel typen er at slette og genskabe partitionstabellen på ny, hvilket vil destruere al data på lagerenheden.<br>Installationsprogrammet vil beholde den nuværende partitionstabel medmindre du specifikt vælger andet.<br>Hvis usikker, er GPT foretrukket på moderne systemer.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="107"/> <source>This device has a <strong>%1</strong> partition table.</source> - <translation type="unfinished"/> + <translation>Denne enhed har en <strong>%1</strong> partitionstabel.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="114"/> <source>This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.</source> - <translation type="unfinished"/> + <translation>Dette er en <strong>loop</strong> enhed.<br><br>Det er en pseudo-enhed uden en partitionstabel, der gør en fil tilgængelig som en blok enhed. Denne type opsætning indeholder typisk kun et enkelt filsystem.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="121"/> @@ -837,7 +858,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="137"/> <source><br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.</source> - <translation type="unfinished"/> + <translation><br><br>Denne partitionstabel type er kun anbefalet på ændre systemer der starter fra et <strong>BIOS</strong> boot miljø. GPT er anbefalet i de fleste tilfælde.<br><br><strong>Advarsel:</strong> MBR partitionstabel typen er en forældet MS-DOS æra standard.<br>Kun 4 <em>primære</em> partitioner var tilladt, og ud af de 4, kunne én af dem være en <em>udvidet</em> partition, som måtte indeholde mange <em>logiske</em> partitioner.</translation> </message> </context> <context> @@ -848,6 +869,32 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Skriv LUKS konfiguration for Dracut til %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Spring skrivning af LUKS konfiguration over for Dracut: "/" partitionen er ikke krypteret</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Fejlede i at åbne %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Dummy C++ Opgave</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -893,6 +940,11 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <message> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <source>Flags:</source> + <translation>Flag:</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> <translation type="unfinished"/> </message> </context> @@ -901,63 +953,63 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="14"/> <source>Form</source> - <translation type="unfinished"/> + <translation>Form</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="32"/> <source>En&crypt system</source> - <translation type="unfinished"/> + <translation>Kryp&tér system</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="42"/> <source>Passphrase</source> - <translation type="unfinished"/> + <translation>Adgangskode</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="52"/> <source>Confirm passphrase</source> - <translation type="unfinished"/> + <translation>Bekræft adgangskode</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.cpp" line="150"/> <source>Please enter the same passphrase in both boxes.</source> - <translation type="unfinished"/> + <translation>Indtast venligst samme adgangskode i begge felter.</translation> </message> </context> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Indstil partitionsinformation</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Installér %1 på den <strong>nye</strong> %2 system partition.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Opsæt den <strong>nye</strong> %2 partition med monteringspunkt <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Installér %2 på %3 system partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Opsæt %3 partition <strong>%1</strong> med monteringspunkt <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Installér boot loader på <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Opsætter monteringspunkter.</translation> </message> @@ -1036,17 +1088,17 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="20"/> <source>Frame</source> - <translation type="unfinished"/> + <translation>Ramme</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="29"/> <source>group</source> - <translation type="unfinished"/> + <translation>gruppe</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="36"/> <source>description</source> - <translation type="unfinished"/> + <translation>beskrivelse</translation> </message> </context> <context> @@ -1095,7 +1147,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Tastatur</translation> </message> @@ -1197,13 +1249,13 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <location filename="../src/modules/locale/LocalePage.cpp" line="174"/> <location filename="../src/modules/locale/LocalePage.cpp" line="237"/> <source>The system language will be set to %1.</source> - <translation type="unfinished"/> + <translation>System sproget vil blive sat til %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="206"/> <location filename="../src/modules/locale/LocalePage.cpp" line="240"/> <source>The numbers and dates locale will be set to %1.</source> - <translation type="unfinished"/> + <translation>Tal og dato lokal indstillingen vil blive sat til %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="216"/> @@ -1222,15 +1274,15 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <translation>&Ændre...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Indstil tidszone til %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> - <translation type="unfinished"/> + <translation>%1 (%2)</translation> </message> </context> <context> @@ -1298,9 +1350,9 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> - <translation type="unfinished"/> + <translation>Netværksinstallation. (Deaktiveret: Kunne ikke hente pakkelister, tjek din netværksforbindelse)</translation> </message> </context> <context> @@ -1308,7 +1360,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <message> <location filename="../src/modules/netinstall/NetInstallViewStep.cpp" line="50"/> <source>Package selection</source> - <translation type="unfinished"/> + <translation>Pakke valg</translation> </message> </context> <context> @@ -1435,7 +1487,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="205"/> <source>New partition</source> - <translation type="unfinished"/> + <translation>Ny partition</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="222"/> @@ -1521,7 +1573,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <translation>Installér boot &loader på:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Er du sikker på at du vil oprette en ny partitionstabel på %1?</translation> </message> @@ -1586,32 +1638,42 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="243"/> <source>Current:</source> - <translation type="unfinished"/> + <translation>Nuværende:</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="261"/> <source>After:</source> - <translation type="unfinished"/> + <translation>Efter:</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="405"/> <source>No EFI system partition configured</source> - <translation type="unfinished"/> + <translation>Ingen EFI system partition konfigureret</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="406"/> <source>An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a FAT32 filesystem with the <strong>esp</strong> flag enabled and mount point <strong>%2</strong>.<br/><br/>You can continue without setting up an EFI system partition but your system may fail to start.</source> - <translation type="unfinished"/> + <translation>En EFI system partition er nødvendig for at starte %1.<br/><br/>For at konfigurere en EFI system partition, skal du gå tilbage og vælge eller lave et FAT32 filsystem med <strong>esp</strong> flaget aktiveret og montereringspunkt <strong>%2</strong>.<br/><br/>Du kan fortsætte uden at opsætte en EFI system partition, men dit system vil muligvis ikke starte.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="420"/> <source>EFI system partition flag not set</source> - <translation type="unfinished"/> + <translation>EFI system partition flag ikke sat</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="421"/> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> - <translation type="unfinished"/> + <translation>en EFI system partition er nødvendig for at starte %1.<br/><br/>En partition var konfigureret med menteringspunkt <strong>%2</strong> men dens <strong>esp</strong> flag var ikke sat.<br/>For at sætte flaget, skal du gå tilbage og redigere partitionen.<br/><br/>Du kan fortsætte uden at konfigurere flaget, men dit system vil muligvis ikke starte.</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Boot partition ikke krypteret</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>En seperat boot partition blev sat op sammen med en krypteret rod partition, men boot partitionen er ikke krypteret.<br/><br/>Der er sikkerheds bekymringer med denne type installationer, fordi vigtige system filer er gemt på en ikke-krypteret partition.<br/>Du må fortsætte hvis du ønsker, men oplåsning af filsystemet sker senere i systemets opstart.<br/>For at kryptere boot partitionen, skal du gå tilbage og genskabe den, vælge <strong>Kryptér</strong> i partition skabe vinduet.</translation> </message> </context> <context> @@ -1628,24 +1690,24 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <translation>Standard</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>ukendt</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>udvidet</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>uformatteret</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> - <translation type="unfinished"/> + <translation>swap</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="49"/> @@ -1731,52 +1793,52 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Samler system informationer...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>har mindst %1 GB fri plads på drevet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Der er ikke nok fri plads på drevet. Mindst %1 GB er påkrævet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>har mindst %1 GB virkende hukkommelse</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Systemet har ikke nok virkende hukkommelse. Mindst %1 GB er påkrævet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>er sat til en strømkilde</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Systemet er ikke sat til en strømkilde.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>er forbundet til internettet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Systemet er ikke forbundet til internettet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Installationsprogrammet kører ikke med administrator rettigheder.</translation> </message> @@ -1874,73 +1936,129 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Indstil tastatur model til %1, layout til %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Fejl ved at skrive tastatur konfiguration for den virtuelle konsol.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Fejlede at skrive til %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Fejlede at skrive tastatur konfiguration til X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Fejlede i at skrive tastatur konfigurationen til eksisterende /etc/default mappe.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> - <translation type="unfinished"/> + <translation>Sæt flag på partition %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Sæt flag på %1MB %2 partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Sæt flag på ny partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> - <translation type="unfinished"/> + <translation>Ryd flag på partition <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Ryd flag på %1MB <strong>%2</strong> partition.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Ryd flag på ny partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> - <translation type="unfinished"/> + <translation>Flag partition <strong>%1</strong> som <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Flag %1MB <strong>%2</strong> partition som <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Flag ny partition som <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> - <translation type="unfinished"/> + <translation>Rydder flag på partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Rydder flag på %1MB <strong>%2</strong> partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Rydder flag på ny partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> - <translation type="unfinished"/> + <translation>Sætter flag <strong>%2</strong> på partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Sætter flag <strong>%3</strong> på %1MB <strong>%2</strong> partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Sætter flag <strong>%1</strong> på ny partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> - <translation type="unfinished"/> + <translation>Installationsprogrammet fejlede i at sætte flag på partition %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> - <translation type="unfinished"/> + <translation>Kunne ikke åbne enhed '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> - <translation type="unfinished"/> + <translation>Kunne ikke åbne partitionstabel på enhed '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> - <translation type="unfinished"/> + <translation>Kunne ikke finde partition '%1'.</translation> </message> </context> <context> @@ -1979,12 +2097,22 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <translation>rodMonteringsPunkt er %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Kan ikke indstille kodeord for bruger %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod stoppede med fejl kode %1.</translation> </message> @@ -2046,33 +2174,33 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Dit brugernavn er for langt.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Dit brugernavn indeholder ugyldige tegn. Kun små bogstaver og numre er gyldige.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Dit hostname er for kort.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Dit hostname er for langt.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Dit hostname indeholder ugyldige tegn. Kun bogstaver, numre og tankestreger er gyldige.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Dine kodeord er ikke ens!</translation> </message> @@ -2130,7 +2258,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <message> <location filename="../src/modules/welcome/WelcomePage.cpp" line="72"/> <source><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2015 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, 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/>til %3</strong><br/><br/>Copyright 2014-2015 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Tak til: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Philip Müller, Pier Luigi Fiorini, Rohan Garg og <a href="https://www.transifex.com/calamares/calamares/">Calamares oversætter holdet</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> udvikling sponsoreret af <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</translation> </message> <message> <location filename="../src/modules/welcome/WelcomePage.cpp" line="196"/> @@ -2141,7 +2269,7 @@ Installationsprogrammet vil stoppe og alle ændringer vil gå tabt.</translation <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Velkommen</translation> </message> diff --git a/lang/calamares_de.ts b/lang/calamares_de.ts index 5b0f36a59b..4efaf9b6df 100644 --- a/lang/calamares_de.ts +++ b/lang/calamares_de.ts @@ -103,11 +103,27 @@ Bitte gehen Sie zurück und nutzen Sie die manuelle Partitionierung, um %1 aufzu </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Typ:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>keiner</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Interface:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Werkzeuge</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Debug-Information</translation> </message> @@ -252,7 +268,7 @@ Ausgabe: <location filename="../src/libcalamaresui/ViewManager.cpp" line="67"/> <location filename="../src/libcalamaresui/ViewManager.cpp" line="295"/> <source>&Cancel</source> - <translation>&Beenden</translation> + <translation>&Abbrechen</translation> </message> <message> <location filename="../src/libcalamaresui/ViewManager.cpp" line="90"/> @@ -299,28 +315,28 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <message> <location filename="../src/libcalamaresui/ViewManager.cpp" line="171"/> <source>Installation Failed</source> - <translation>Die Installation ist gescheitert</translation> + <translation>Installation gescheitert</translation> </message> </context> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> - <translation>Unbekannte Ausnahme</translation> + <translation>Unbekannter Ausnahmefehler</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Nicht analysierbarer Python-Fehler</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Nicht analysierbarer Python-Traceback</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Nicht zuzuordnender Python-Fehler</translation> </message> @@ -387,109 +403,109 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <translation>Form</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Nachher:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Manuelle Partitionierung</strong><br/>Sie können Partitionen eigenhändig erstellen oder in der Grösse verändern.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Installationsziel des Bootloaders:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 wird auf %2MB verkleinert und eine neue Partition mit einer Größe von %3MB wird für %4 erstellt werden.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Speichermedium auswählen</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Aktuell:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> - <translation type="unfinished"/> + <translation>%1 als Home-Partition für %2 wiederverwenden.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Wählen Sie die zu verkleinernde Partition, dann ziehen Sie den Regler, um die Größe zu ändern</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Wählen Sie eine Patrition für die Installation</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Es wurde keine EFI-Systempartition auf diesem System gefunden. Bitte gehen Sie zurück und nutzen Sie die manuelle Partitionierung, um %1 aufzusetzen.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>Die EFI Systempartition %1 wird benutzt um %2 zu starten.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI Systempartition</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Auf diesem Speichermedium scheint kein Betriebssystem installiert zu sein. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen auf diesem Speichermedium vorgenommen werden.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Festplatte löschen</strong><br/>Dies wird alle vorhandenen Daten auf dem gewählten Speichermedium <font color="red">löschen</font>. </translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Auf diesem Speichermedium ist %1 installiert. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen werden.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Parallel dazu installieren</strong><br/>Das Installationsprogramm wird eine Partition verkleinern, um Platz für %1 zu schaffen.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Ersetze eine Partition</strong><br/>Ersetzt eine Partition durch %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Dieses Speichermedium enthält bereits ein Betriebssystem. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen wird.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Auf diesem Speichermedium sind mehrere Betriebssysteme installiert. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen werden.</translation> </message> @@ -563,12 +579,12 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <translation>Fi&le System:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Markierungen:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Ein&hängepunkt:</translation> </message> @@ -583,25 +599,30 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> - <translation type="unfinished"/> + <translation>Ver&schlüsseln</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logisch</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primär</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Der Mountpoint wird schon benuztzt. Bitte wählen Sie einen anderen.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -750,22 +771,22 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <translation>useradd wurde mit Fehlercode %1 beendet.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Kann vollen Namen von Benutzer %1 nicht setzen.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Folgenden Gruppen konnte Benutzer %1 nicht hinzugefügt werden: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn wurde mit Fehlercode %1 beendet.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod beendet mit Fehlercode %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Kann Besitzrechte des Home-Verzeichnisses von Benutzer %1 nicht setzen.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown wurde mit Fehlercode %1 beendet.</translation> </message> @@ -849,6 +870,32 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Schreibe LUKS-Konfiguration für Dracut nach %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Überspringe das Schreiben der LUKS-Konfiguration für Dracut: die Partition "/" ist nicht verschlüsselt</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Konnte %1 nicht öffnen</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Dummy C++ Job</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -896,6 +943,11 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <source>Flags:</source> <translation>Markierungen:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Der Mountpoint wird schon benuztzt. Bitte wählen Sie einen anderen.</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -917,50 +969,50 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="52"/> <source>Confirm passphrase</source> - <translation>Bestätige Passwort</translation> + <translation>Passwort wiederholen </translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.cpp" line="150"/> <source>Please enter the same passphrase in both boxes.</source> - <translation type="unfinished"/> + <translation>Bitte tragen Sie dasselbe Passwort in beide Felder ein.</translation> </message> </context> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Setze Partitionsinformationen</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Installiere %1 auf <strong>neuer</strong> %2 Systempartition.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Erstelle <strong>neue</strong> %2 Partition mit Einhängepunkt <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Installiere %2 auf %3 Systempartition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Erstelle %3 Partition <strong>%1</strong> mit Einhängepunkt <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Installiere Bootloader auf <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> - <translation>Richte Mount-Punkte ein.</translation> + <translation>Richte Einhängepunkte ein.</translation> </message> </context> <context> @@ -986,7 +1038,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <message> <location filename="../src/modules/finished/FinishedViewStep.cpp" line="43"/> <source>Finish</source> - <translation>Ende</translation> + <translation>Beenden</translation> </message> </context> <context> @@ -1037,17 +1089,17 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="20"/> <source>Frame</source> - <translation type="unfinished"/> + <translation>Frame</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="29"/> <source>group</source> - <translation type="unfinished"/> + <translation>Gruppe</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="36"/> <source>description</source> - <translation type="unfinished"/> + <translation>Beschreibung</translation> </message> </context> <context> @@ -1096,7 +1148,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Tastatur</translation> </message> @@ -1198,13 +1250,13 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <location filename="../src/modules/locale/LocalePage.cpp" line="174"/> <location filename="../src/modules/locale/LocalePage.cpp" line="237"/> <source>The system language will be set to %1.</source> - <translation type="unfinished"/> + <translation>Die Systemsprache wird auf %1 gestellt.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="206"/> <location filename="../src/modules/locale/LocalePage.cpp" line="240"/> <source>The numbers and dates locale will be set to %1.</source> - <translation type="unfinished"/> + <translation>Das Format für Zahlen und Datum wird auf %1 gesetzt.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="216"/> @@ -1223,15 +1275,15 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <translation>&Ändern...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Setze Zeitzone auf %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> - <translation type="unfinished"/> + <translation>%1 (%2)</translation> </message> </context> <context> @@ -1299,9 +1351,9 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> - <translation type="unfinished"/> + <translation>Netzwerk-Installation. (Deaktiviert: Paketlisten nicht erreichbar, prüfe deine Netzwerk-Verbindung)</translation> </message> </context> <context> @@ -1309,7 +1361,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <message> <location filename="../src/modules/netinstall/NetInstallViewStep.cpp" line="50"/> <source>Package selection</source> - <translation type="unfinished"/> + <translation>Paketauswahl</translation> </message> </context> <context> @@ -1436,7 +1488,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="205"/> <source>New partition</source> - <translation type="unfinished"/> + <translation>Neue Partition</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="222"/> @@ -1522,7 +1574,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <translation>Installiere Boot&loader auf:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Sind Sie sicher, dass Sie eine neue Partitionstabelle auf %1 erstellen möchten?</translation> </message> @@ -1614,6 +1666,16 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>Eine EFI Systempartition wird benötigt um %1 zu starten.<br/><br/>Eine Partition wurde mit dem Einhängepunkt <strong>%2</strong> konfiguriert jedoch wurde dort keine <strong>esp</strong> Markierung gesetzt.<br/>Um diese Markierung zu setzen, gehen Sie zurück und bearbeiten Sie die Partition.<br/><br/>Sie können ohne die Markierung fortfahren aber ihr System wird unter Umständen nicht starten können.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Bootpartition unverschlüsselt</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Eine saparate Bootpartition wurde zusammen mit einer verschlüsselten Rootpartition erstellt, die Bootpartition ist aber unverschlüsselt.<br/><br/>. Dies begnet Sicherheitsbedenken, weil wichtige Systemdateien auf einer unverschlüsselten Partition gespeichert werden.<br/>Wenn Sie wollen, können Sie fortfahren, aber das entschlüsseln des Filesystems wird später während des Systemstarts erfolgen.<br/>Um die Bootpartition zu verschlüsseln, gehen Sie zurück und erstellen Sie sie neu, indem Sie <strong>Verschlüsseln</strong> im Partitionserstellungs-Fenster wählen. </translation> + </message> </context> <context> <name>QObject</name> @@ -1629,22 +1691,22 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <translation>Standard</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>unbekannt</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>erweitert</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>unformatiert</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>Swap</translation> </message> @@ -1732,52 +1794,52 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Sammle Systeminformationen...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>mindestens %1 GB freien Festplattenplatz hat</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Der Speicherplatz auf der Festplatte ist unzureichend. Es wird mindestens %1 GB benötigt.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>hat mindestens %1 GB Arbeitsspeicher</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Das System hat nicht genug Arbeitsspeicher. Es wird mindestens %1GB benötigt.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>ist an eine Stromquelle angeschlossen</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Das System ist an keine Stromquelle angeschlossen.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>ist mit dem Internet verbunden</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Das System ist nicht mit dem Internet verbunden.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Das Installationsprogramm wird nicht mit Administratorrechten ausgeführt.</translation> </message> @@ -1875,71 +1937,127 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Definiere Tastaturmodel zu %1, Layout zu %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Konnte keine Tastatur-Konfiguration für die virtuelle Konsole schreiben.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Konnte nicht auf %1 schreiben</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Konnte keine Tastatur-Konfiguration für X11 schreiben.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Die Konfiguration der Tastatur konnte nicht in das bereits existierende Verzeichnis /etc/default geschrieben werden.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> - <translation>Setzen von Markierungen auf Partition %1.</translation> + <translation>Setze Markierungen für Partition %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Setze Markierungen für %1MB %2 Partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Setze Markierungen für neue Partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> - <translation>Markierungen auf Partition <strong>%1</strong> entfernen.</translation> + <translation>Markierungen für Partition <strong>%1</strong> entfernen.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Markierungen für %1MB <strong>%2</strong> Partition entfernen.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Markierungen für neue Partition entfernen.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Partition markieren <strong>%1</strong> als <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Markiere %1MB <strong>%2</strong> Partition als <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Markiere neue Partition als <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Entferne Flags auf Partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Lösche Markierungen für %1MB <strong>%2</strong> Partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Lösche Markierungen für neue Partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Setze Flags <strong>%2</strong> auf Partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Setze Markierungen <strong>%3</strong> für %1MB <strong>%2</strong> Partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Setze Markierungen <strong>%1</strong> für neue Partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>Setzen von Flags auf Partition %1 durch die Installationsroutine schlug fehl.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Konnte Gerät nicht öffnen '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Konnte Partitionstabelle auf Gerät '%1' nicht öffnen.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Konnte Partition '%1' nicht finden.</translation> </message> @@ -1980,12 +2098,22 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <translation>root-Einhängepunkt ist %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Passwort für Benutzer %1 kann nicht gesetzt werden.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod wurde mit Fehlercode %1 beendet.</translation> </message> @@ -2047,33 +2175,33 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Ihr Nutzername ist zu lang.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Ihr Nutzername enthält ungültige Zeichen. Nur Kleinbuchstaben und Ziffern sind erlaubt.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Ihr Hostname ist zu kurz.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Ihr Hostname ist zu lang.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Ihr Hostname enthält ungültige Zeichen. Nur Buchstaben, Ziffern und Striche sind erlaubt.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Ihre Passwörter stimmen nicht überein!</translation> </message> @@ -2142,7 +2270,7 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren. <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Willkommen</translation> </message> diff --git a/lang/calamares_el.ts b/lang/calamares_el.ts index 8e7659a5cb..5a9a55f819 100644 --- a/lang/calamares_el.ts +++ b/lang/calamares_el.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> - <source>Tools</source> + <source>Type:</source> + <translation>Τύπος:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>κανένα</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> + <source>Tools</source> + <translation>Εργαλεία</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Πληροφορίες αποσφαλμάτωσης</translation> </message> @@ -304,22 +320,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Άγνωστος τύπος εξαίρεσης</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Μη αναγνώσιμο σφάλμα Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Μη αναγνώσιμη ανίχνευση Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Μη ανακτήσιµο σφάλμα Python.</translation> </message> @@ -386,109 +402,109 @@ The installer will quit and all changes will be lost.</source> <translation>Τύπος</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Μετά:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Χειροκίνητη τμηματοποίηση</strong><br/>Μπορείτε να δημιουργήσετε κατατμήσεις ή να αλλάξετε το μέγεθός τους μόνοι σας.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Τοποθεσία προγράμματος εκκίνησης:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>Το %1 θα συρρικνωθεί σε %2MB και μία νέα κατάτμηση %3MB θα δημιουργηθεί για το %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Επιλέξτε συσκευή απ&οθήκευσης:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Τρέχον:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Επιλέξτε ένα διαμέρισμα για σμίκρυνση, και μετά σύρετε το κάτω τμήμα της μπάρας για αλλαγή του μεγέθους</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Επιλέξτε διαμέρισμα για την εγκατάσταση</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Πουθενά στο σύστημα δεν μπορεί να ανιχθευθεί μία κατάτμηση EFI. Παρακαλώ επιστρέψτε πίσω και χρησιμοποιήστε τη χειροκίνητη τμηματοποίηση για την εγκατάσταση του %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>Η κατάτμηση συστήματος EFI στο %1 θα χρησιμοποιηθεί για την εκκίνηση του %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Κατάτμηση συστήματος EFI:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Η συσκευή αποθήκευσης δεν φαίνεται να διαθέτει κάποιο λειτουργικό σύστημα. Τί θα ήθελες να κάνεις;<br/>Θα έχεις την δυνατότητα να επιβεβαιώσεις και αναθεωρήσεις τις αλλαγές πριν γίνει οποιαδήποτε αλλαγή στην συσκευή αποθήκευσης.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Διαγραφή του δίσκου</strong><br/>Αυτό θα <font color="red">διαγράψει</font> όλα τα αρχεία στην επιλεγμένη συσκευή αποθήκευσης.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Εγκατάσταση σε επαλληλία</strong><br/>Η εγκατάσταση θα συρρικνώσει μία κατάτμηση για να κάνει χώρο για το %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Αντικατάσταση μίας κατάτμησης</strong><br/>Αντικαθιστά μία κατάτμηση με το %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -526,12 +542,12 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/partition/jobs/ClearTempMountsJob.cpp" line="58"/> <source>Cannot get list of temporary mounts.</source> - <translation type="unfinished"/> + <translation>Η λίστα των προσωρινών προσαρτήσεων δεν μπορεί να ληφθεί.</translation> </message> <message> <location filename="../src/modules/partition/jobs/ClearTempMountsJob.cpp" line="97"/> <source>Cleared all temporary mounts.</source> - <translation type="unfinished"/> + <translation>Καθαρίστηκαν όλες οι προσωρινές προσαρτήσεις.</translation> </message> </context> <context> @@ -562,12 +578,12 @@ The installer will quit and all changes will be lost.</source> <translation>Σύστημα Αρχ&είων:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Σημαίες:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Σ&ημείο προσάρτησης:</translation> </message> @@ -582,25 +598,30 @@ The installer will quit and all changes will be lost.</source> <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Λογική</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Πρωτεύουσα</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ The installer will quit and all changes will be lost.</source> <translation>Το useradd τερματίστηκε με κωδικό σφάλματος %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Δεν είναι δυνατός ο ορισμός του πλήρους όνοματος του χρήστη %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>Το chfn τερματίστηκε με κωδικό σφάλματος %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Δεν είναι δυνατός ο ορισμός της ιδιοκτησία του προσωπικού καταλόγου για τον χρήστη %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>Το chown τερματίστηκε με κωδικό σφάλματος %1.</translation> </message> @@ -848,6 +869,32 @@ The installer will quit and all changes will be lost.</source> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,13 +942,18 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation>Σημαίες:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="14"/> <source>Form</source> - <translation type="unfinished"/> + <translation>Τύπος</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="32"/> @@ -911,53 +963,53 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="42"/> <source>Passphrase</source> - <translation type="unfinished"/> + <translation>Λέξη Κλειδί</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="52"/> <source>Confirm passphrase</source> - <translation type="unfinished"/> + <translation>Επιβεβαίωση λέξης κλειδί</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.cpp" line="150"/> <source>Please enter the same passphrase in both boxes.</source> - <translation type="unfinished"/> + <translation>Παρακαλώ εισάγετε την ίδια λέξη κλειδί και στα δύο κουτιά.</translation> </message> </context> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Ορισμός πληροφοριών κατάτμησης</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Εγκατάσταση %1 στο <strong>νέο</strong> %2 διαμέρισμα συστήματος.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Εγκατάσταση φορτωτή εκκίνησης στο <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1028,7 +1080,7 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="133"/> <source>The installer failed to update partition table on disk '%1'.</source> - <translation type="unfinished"/> + <translation>Η εγκατάσταση απέτυχε να αναβαθμίσει τον πίνακα κατατμήσεων στον δίσκο '%1'.</translation> </message> </context> <context> @@ -1041,12 +1093,12 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="29"/> <source>group</source> - <translation type="unfinished"/> + <translation>Ομάδα</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="36"/> <source>description</source> - <translation type="unfinished"/> + <translation>περιγραφή</translation> </message> </context> <context> @@ -1095,7 +1147,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Πληκτρολόγιο</translation> </message> @@ -1197,7 +1249,7 @@ The installer will quit and all changes will be lost.</source> <location filename="../src/modules/locale/LocalePage.cpp" line="174"/> <location filename="../src/modules/locale/LocalePage.cpp" line="237"/> <source>The system language will be set to %1.</source> - <translation type="unfinished"/> + <translation>Η τοπική γλώσσα του συστήματος έχει οριστεί σε %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="206"/> @@ -1222,12 +1274,12 @@ The installer will quit and all changes will be lost.</source> <translation>&Αλλαγή...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Ορισμός της ζώνης ώρας σε %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1251,12 +1303,12 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/partition/jobs/MoveFileSystemJob.cpp" line="66"/> <source>Move file system of partition %1.</source> - <translation type="unfinished"/> + <translation>Μετακίνηση μεγέθους του συστήματος αρχείων στην κατάτμηση %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/MoveFileSystemJob.cpp" line="80"/> <source>Could not open file system on partition %1 for moving.</source> - <translation type="unfinished"/> + <translation>Δεν μπορούσε να ανοιχτή το σύστημα αρχείων στη κατάτμηση %1 για μετακίνηση.</translation> </message> <message> <location filename="../src/modules/partition/jobs/MoveFileSystemJob.cpp" line="86"/> @@ -1298,7 +1350,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1308,7 +1360,7 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/netinstall/NetInstallViewStep.cpp" line="50"/> <source>Package selection</source> - <translation type="unfinished"/> + <translation>Επιλογή πακέτου</translation> </message> </context> <context> @@ -1435,7 +1487,7 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="205"/> <source>New partition</source> - <translation type="unfinished"/> + <translation>Νέα κατάτμηση</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="222"/> @@ -1521,7 +1573,7 @@ The installer will quit and all changes will be lost.</source> <translation>Εγκατάσταση προγράμματος ε&κκίνησης στο:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Θέλετε σίγουρα να δημιουργήσετε έναν νέο πίνακα κατατμήσεων στο %1;</translation> </message> @@ -1613,6 +1665,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ The installer will quit and all changes will be lost.</source> <translation>Προκαθορισμένο</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>άγνωστη</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>εκτεταμένη</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>μη μορφοποιημένη</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1731,52 +1793,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Συλλογή πληροφοριών συστήματος...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>έχει τουλάχιστον %1 GB διαθέσιμου χώρου στον δίσκο</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Δεν υπάρχει αρκετός χώρος στον δίσκο. Απαιτείται τουλάχιστον %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>έχει τουλάχιστον %1 GB μνημης</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Το σύστημα δεν έχει αρκετή μνήμη. Απαιτείται τουλάχιστον %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>είναι συνδεδεμένος σε πηγή ρεύματος</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Το σύστημα δεν είναι συνδεδεμένο σε πηγή ρεύματος.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>είναι συνδεδεμένος στο διαδίκτυο</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Το σύστημα δεν είναι συνδεδεμένο στο διαδίκτυο.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Το πρόγραμμα εγκατάστασης δεν εκτελείται με δικαιώματα διαχειριστή.</translation> </message> @@ -1874,71 +1936,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <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> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Δεν μπόρεσε να βρει το διαμέρισμα '%1'.</translation> </message> @@ -1979,12 +2097,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2046,33 +2174,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Το όνομα χρήστη είναι πολύ μακρύ.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Το όνομα υπολογιστή είναι πολύ σύντομο.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Το όνομα υπολογιστή είναι πολύ μακρύ.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Οι κωδικοί πρόσβασης δεν ταιριάζουν!</translation> </message> @@ -2141,7 +2269,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Καλώς ήλθατε</translation> </message> diff --git a/lang/calamares_en.ts b/lang/calamares_en.ts index e56bc5e6ce..f1fa2070a5 100644 --- a/lang/calamares_en.ts +++ b/lang/calamares_en.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Type:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>none</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Interface:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Tools</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Debug information</translation> </message> @@ -304,22 +320,22 @@ The installer will quit and all changes will be lost.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Unknown exception type</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>unparseable Python error</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>unparseable Python traceback</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Unfetchable Python error.</translation> </message> @@ -386,109 +402,109 @@ The installer will quit and all changes will be lost.</translation> <translation>Form</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>After:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Boot loader location:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Select storage de&vice:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Current:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Reuse %1 as home partition for %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Select a partition to install on</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>The EFI system partition at %1 will be used for starting %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI system partition:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Replace a partition</strong><br/>Replaces a partition with %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</translation> </message> @@ -562,12 +578,12 @@ The installer will quit and all changes will be lost.</translation> <translation>Fi&le System:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Flags:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Mount Point:</translation> </message> @@ -582,25 +598,30 @@ The installer will quit and all changes will be lost.</translation> <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>En&crypt</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logical</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primary</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Mountpoint already in use. Please select another one.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ The installer will quit and all changes will be lost.</translation> <translation>useradd terminated with error code %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Cannot set full name for user %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Cannot add user %1 to groups: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn terminated with error code %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod terminated with error code %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Cannot set home directory ownership for user %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown terminated with error code %1.</translation> </message> @@ -848,6 +869,32 @@ The installer will quit and all changes will be lost.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Write LUKS configuration for Dracut to %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Failed to open %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Dummy C++ Job</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ The installer will quit and all changes will be lost.</translation> <source>Flags:</source> <translation>Flags:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Mountpoint already in use. Please select another one.</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ The installer will quit and all changes will be lost.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Set partition information</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Install %1 on <strong>new</strong> %2 system partition.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Install %2 on %3 system partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Install boot loader on <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Setting up mount points.</translation> </message> @@ -1095,7 +1147,7 @@ The installer will quit and all changes will be lost.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Keyboard</translation> </message> @@ -1222,12 +1274,12 @@ The installer will quit and all changes will be lost.</translation> <translation>&Change...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Set timezone to %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ The installer will quit and all changes will be lost.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</translation> </message> @@ -1521,7 +1573,7 @@ The installer will quit and all changes will be lost.</translation> <translation>Install boot &loader on:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Are you sure you want to create a new partition table on %1?</translation> </message> @@ -1613,6 +1665,16 @@ The installer will quit and all changes will be lost.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Boot partition not encrypted</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</translation> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ The installer will quit and all changes will be lost.</translation> <translation>Default</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>unknown</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>extended</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>unformatted</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>swap</translation> </message> @@ -1731,52 +1793,52 @@ The installer will quit and all changes will be lost.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Gathering system information...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>has at least %1 GB available drive space</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>There is not enough drive space. At least %1 GB is required.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>has at least %1 GB working memory</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>The system does not have enough working memory. At least %1 GB is required.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>is plugged in to a power source</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>The system is not plugged in to a power source.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>is connected to the Internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>The system is not connected to the Internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>The installer is not running with administrator rights.</translation> </message> @@ -1874,71 +1936,127 @@ The installer will quit and all changes will be lost.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Set keyboard model to %1, layout to %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Failed to write keyboard configuration for the virtual console.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Failed to write to %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Failed to write keyboard configuration for X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Failed to write keyboard configuration to existing /etc/default directory.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Set flags on partition %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Set flags on %1MB %2 partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Set flags on new partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Clear flags on partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Clear flags on %1MB <strong>%2</strong> partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Clear flags on new partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Flag partition <strong>%1</strong> as <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Flag new partition as <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Clearing flags on partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Clearing flags on %1MB <strong>%2</strong> partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Clearing flags on new partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Setting flags <strong>%1</strong> on new partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>The installer failed to set flags on partition %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Could not open device '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Could not open partition table on device '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Could not find partition '%1'.</translation> </message> @@ -1979,12 +2097,22 @@ The installer will quit and all changes will be lost.</translation> <translation>rootMountPoint is %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation>Cannot disable root account.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation>passwd terminated with error code %1.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Cannot set password for user %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod terminated with error code %1.</translation> </message> @@ -2046,33 +2174,33 @@ The installer will quit and all changes will be lost.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Your username is too long.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Your hostname is too short.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Your hostname is too long.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Your passwords do not match!</translation> </message> @@ -2141,7 +2269,7 @@ The installer will quit and all changes will be lost.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Welcome</translation> </message> diff --git a/lang/calamares_en_GB.ts b/lang/calamares_en_GB.ts index f4b9727fea..57953b48cf 100644 --- a/lang/calamares_en_GB.ts +++ b/lang/calamares_en_GB.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Debug information</translation> </message> @@ -304,22 +320,22 @@ The installer will quit and all changes will be lost.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Unknown exception type</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>unparseable Python error</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>unparseable Python traceback</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Unfetchable Python error.</translation> </message> @@ -386,109 +402,109 @@ The installer will quit and all changes will be lost.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -562,12 +578,12 @@ The installer will quit and all changes will be lost.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Mount Point:</translation> </message> @@ -582,25 +598,30 @@ The installer will quit and all changes will be lost.</translation> <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logical</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primary</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ The installer will quit and all changes will be lost.</translation> <translation>useradd terminated with error code %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Cannot set full name for user %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn terminated with error code %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Cannot set home directory ownership for user %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown terminated with error code %1.</translation> </message> @@ -848,6 +869,32 @@ The installer will quit and all changes will be lost.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ The installer will quit and all changes will be lost.</translation> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ The installer will quit and all changes will be lost.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Set partition information</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Install %1 on <strong>new</strong> %2 system partition.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Install %2 on %3 system partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Install boot loader on <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1095,7 +1147,7 @@ The installer will quit and all changes will be lost.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Keyboard</translation> </message> @@ -1222,12 +1274,12 @@ The installer will quit and all changes will be lost.</translation> <translation>&Change...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Set timezone to %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1298,7 +1350,7 @@ The installer will quit and all changes will be lost.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1521,7 +1573,7 @@ The installer will quit and all changes will be lost.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Are you sure you want to create a new partition table on %1?</translation> </message> @@ -1613,6 +1665,16 @@ The installer will quit and all changes will be lost.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ The installer will quit and all changes will be lost.</translation> <translation>Default</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1731,52 +1793,52 @@ The installer will quit and all changes will be lost.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1874,71 +1936,127 @@ The installer will quit and all changes will be lost.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Set keyboard model to %1, layout to %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Failed to write keyboard configuration for the virtual console.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Failed to write to %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Failed to write keyboard configuration for X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1979,12 +2097,22 @@ The installer will quit and all changes will be lost.</translation> <translation>rootMountPoint is %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Cannot set password for user %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod terminated with error code %1.</translation> </message> @@ -2046,33 +2174,33 @@ The installer will quit and all changes will be lost.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Your username is too long.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Your hostname is too short.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Your hostname is too long.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Your passwords do not match!</translation> </message> @@ -2141,7 +2269,7 @@ The installer will quit and all changes will be lost.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_es.ts b/lang/calamares_es.ts index dba8c508ee..b3b5cb9250 100644 --- a/lang/calamares_es.ts +++ b/lang/calamares_es.ts @@ -103,11 +103,27 @@ Para configurar el arranque desde un entorno BIOS, este instalador debe instalar </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Tipo:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>ninguno</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Interfaz:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Herramientas</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Información de depuración.</translation> </message> @@ -305,22 +321,22 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Excepción desconocida</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>error unparseable Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>rastreo de Python unparseable</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Error de Python Unfetchable.</translation> </message> @@ -387,111 +403,111 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <translation>Formulario</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Despues:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Particionado manual </strong><br/> Usted puede crear o cambiar el tamaño de las particiones usted mismo.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Ubicación del cargador de arranque:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 se contraerá a %2 MB y se creará una nueva partición de %3 MB para %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Seleccionar dispositivo de almacenamiento:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Corriente</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Volver a usar %1 como partición home para %2</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Seleccione una partición para reducir el tamaño, a continuación, arrastre la barra inferior para cambiar el tamaño</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Seleccione una partición para instalar en</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>No se puede encontrar una partición de sistema EFI en ningún lugar de este sistema. Por favor, vuelva y use el particionamiento manual para establecer %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>La partición de sistema EFI en %1 se usará para iniciar %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Partición del sistema EFI:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Este dispositivo de almacenamiento no parece tener un sistema operativo en él. ¿Qué quiere hacer?<br/>Podrá revisar y confirmar sus elecciones antes de que se haga cualquier cambio en el dispositivo de almacenamiento.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Borrar disco</strong><br/>Esto <font color="red">borrará</font> todos los datos presentes actualmente en el dispositivo de almacenamiento.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> - <translation type="unfinished"/> + <translation>%1 se encuentra instalado en este dispositivo de almacenamiento. ¿Qué desea hacer?<br/>Podrá revisar y confirmar su elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> - <translation type="unfinished"/> + <translation><strong>Instalar junto al otro SO</strong><br/>El instalador reducirá la partición del SO existente para tener espacio para instalar %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Reemplazar una partición</strong><br/>Reemplazar una partición con %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> - <translation type="unfinished"/> + <translation>Este dispositivo de almacenamiento parece que ya tiene un sistema operativo instalado en él. ¿Qué desea hacer?<br/>Podrá revisar y confirmar su elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> - <translation type="unfinished"/> + <translation>Este dispositivo de almacenamiento contiene múltiples sistemas operativos instalados en él. ¿Qué desea hacer?<br/>Podrá revisar y confirmar su elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento.</translation> </message> </context> <context> @@ -563,12 +579,12 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <translation>Sistema de archivos:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Banderas:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Punto de &montaje:</translation> </message> @@ -583,25 +599,30 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> - <translation type="unfinished"/> + <translation>&Cifrar</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Lógica</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primaria</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Punto de montaje ya en uso. Por favor, seleccione otro.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -750,22 +771,22 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <translation>useradd terminó con código de error %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>No se puede asignar el nombre completo al usuario %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>No se puede añadir al usuario %1 a los grupos: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn terminó con código de error %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod finalizó con un código de error %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>No se puede dar la propiedad del directorio home al usuario %1</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown terminó con código de error %1.</translation> </message> @@ -813,7 +834,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="63"/> <source>The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.</source> - <translation type="unfinished"/> + <translation>El tipo de <strong>tabla de particiones</strong> en el dispositivo de almacenamiento seleccionado.<br/><br/>La única forma de cambiar el tipo de la tabla de particiones es borrando y creando la tabla de particiones de nuevo, lo cual destruirá todos los datos almacenados en el dispositivo de almacenamiento.<br/>Este instalador mantendrá la tabla de particiones actual salvo que explícitamente se indique lo contrario.<br/>En caso de dudas, GPT es preferible en sistemas modernos.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="107"/> @@ -823,22 +844,22 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="114"/> <source>This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.</source> - <translation type="unfinished"/> + <translation>Este es un dispositivo <strong>loop</strong>.<br/><br/>Se trata de un pseudo-dispositivo sin tabla de particiones que permite el acceso a los archivos como un dispositivo orientado a bloques. Este tipo de configuración normalmente solo contiene un único sistema de archivos.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="121"/> <source>This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.</source> - <translation type="unfinished"/> + <translation>Este instalador <strong>no puede detectar una tabla de particiones</strong> en el dispositivo de almacenamiento seleccionado.<br><br> El dispositivo no tiene una tabla de particiones o la tabla de particiones está corrupta o es de un tipo desconocido.<br> Este instalador puede crearte una nueva tabla de particiones automáticamente o mediante la página de particionamiento manual.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="131"/> <source><br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.</source> - <translation type="unfinished"/> + <translation><br><br>Este es el tipo de tabla de particiones recomendado para sistemas modernos que arrancan mediante un entorno de arranque <strong>EFI</strong>.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="137"/> <source><br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.</source> - <translation type="unfinished"/> + <translation><br><br>Este tipo de tabla de partición sólo es aconsejable en sistemas antiguos que se inician desde un entorno de arranque <strong>BIOS</strong>. La tabla GPT está recomendada en la mayoría de los demás casos.<br><br><strong>Advertencia:</strong> La tabla de partición MBR es un estándar obsoleto de la era MS-DOS.<br>Sólo se pueden crear 4 particiones <em>primarias</em>, y de esas 4, una puede ser una partición <em>extendida</em> que, en cambio, puede contener varias particiones <em>lógicas</em>.</translation> </message> </context> <context> @@ -849,6 +870,32 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Escribir la configuración de LUKS para Dracut en %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Omitir la escritura de la configuración de LUKS para Dracut: La partición "/" no está cifrada</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>No se pudo abrir %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Tarea C++ ficticia</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -896,69 +943,74 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <source>Flags:</source> <translation>Banderas:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Punto de montaje ya en uso. Por favor, seleccione otro.</translation> + </message> </context> <context> <name>EncryptWidget</name> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="14"/> <source>Form</source> - <translation type="unfinished"/> + <translation>Formulario</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="32"/> <source>En&crypt system</source> - <translation type="unfinished"/> + <translation>&Cifrar sistema</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="42"/> <source>Passphrase</source> - <translation type="unfinished"/> + <translation>Frase-contraseña</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="52"/> <source>Confirm passphrase</source> - <translation type="unfinished"/> + <translation>Confirmar frase-contraseña</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.cpp" line="150"/> <source>Please enter the same passphrase in both boxes.</source> - <translation type="unfinished"/> + <translation>Por favor, introduzca la misma frase-contraseña en ambos recuadros.</translation> </message> </context> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Establecer la información de la partición</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Instalar %1 en <strong>nuevo</strong> %2 partición del sistema.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Configurar <strong>nueva</strong> %2 partición con punto de montaje <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Instalar %2 en %3 partición del sistema <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Configurar %3 partición <strong>%1</strong> con punto de montaje <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Instalar gestor de arranque en <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Configurando puntos de montaje.</translation> </message> @@ -1037,17 +1089,17 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="20"/> <source>Frame</source> - <translation type="unfinished"/> + <translation>Marco</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="29"/> <source>group</source> - <translation type="unfinished"/> + <translation>grupo</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="36"/> <source>description</source> - <translation type="unfinished"/> + <translation>descripción</translation> </message> </context> <context> @@ -1096,7 +1148,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Teclado</translation> </message> @@ -1198,13 +1250,13 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <location filename="../src/modules/locale/LocalePage.cpp" line="174"/> <location filename="../src/modules/locale/LocalePage.cpp" line="237"/> <source>The system language will be set to %1.</source> - <translation type="unfinished"/> + <translation>El idioma del sistema se establecerá a %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="206"/> <location filename="../src/modules/locale/LocalePage.cpp" line="240"/> <source>The numbers and dates locale will be set to %1.</source> - <translation type="unfinished"/> + <translation>La localización de números y fechas se establecerá a %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="216"/> @@ -1223,15 +1275,15 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <translation>&Cambiar...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Configurar zona horaria a %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> - <translation type="unfinished"/> + <translation>%1 (%2)</translation> </message> </context> <context> @@ -1299,9 +1351,9 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> - <translation type="unfinished"/> + <translation>Instalación a través de la Red. (Desactivada: no se ha podido obtener una lista de paquetes, comprueba tu conexión a la red)</translation> </message> </context> <context> @@ -1309,7 +1361,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <message> <location filename="../src/modules/netinstall/NetInstallViewStep.cpp" line="50"/> <source>Package selection</source> - <translation type="unfinished"/> + <translation>Selección de paquetes</translation> </message> </context> <context> @@ -1436,7 +1488,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="205"/> <source>New partition</source> - <translation type="unfinished"/> + <translation>Partición nueva</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="222"/> @@ -1522,7 +1574,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <translation>Instalar gestor de arranque en:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>¿Está seguro de querer crear una nueva tabla de particiones en %1?</translation> </message> @@ -1602,7 +1654,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="406"/> <source>An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a FAT32 filesystem with the <strong>esp</strong> flag enabled and mount point <strong>%2</strong>.<br/><br/>You can continue without setting up an EFI system partition but your system may fail to start.</source> - <translation type="unfinished"/> + <translation>Una partición EFI del sistema es necesaria para empezar %1.<br/><br/>Para configurar una partición EFI, vuelva atrás y seleccione crear un sistema de archivos FAT32 con el argumento <strong>esp</strong> activado y montada en <strong>%2</strong>.<br/><br/>Puede continuar sin configurar una partición EFI pero su sistema puede fallar al arrancar.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="420"/> @@ -1612,7 +1664,17 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="421"/> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> - <translation type="unfinished"/> + <translation>Una partición EFI del sistema es necesaria para empezar %1.<br/><br/>Una partición EFI fue configurada para ser montada en <strong>%2</strong> pero su argumento <strong>esp</strong> no fue seleccionado.<br/>Para activar el argumento, vuelva atrás y edite la partición.<br/><br/>Puede continuar sin configurar el argumento pero su sistema puede fallar al arrancar.</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Partición de arranque no cifrada</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Se estableció una partición de arranque aparte junto con una partición raíz cifrada, pero la partición de arranque no está cifrada.<br/><br/>Hay consideraciones de seguridad con esta clase de instalación, porque los ficheros de sistema importantes se mantienen en una partición no cifrada.<br/>Puede continuar si lo desea, pero el desbloqueo del sistema de ficheros ocurrirá más tarde durante el arranque del sistema.<br/>Para cifrar la partición de arranque, retroceda y vuelva a crearla, seleccionando <strong>Cifrar</strong> en la ventana de creación de la partición.</translation> </message> </context> <context> @@ -1629,24 +1691,24 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <translation>Por defecto</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>desconocido</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>extendido</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>sin formato</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> - <translation type="unfinished"/> + <translation>swap</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="49"/> @@ -1664,7 +1726,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="134"/> <source>Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.</source> - <translation type="unfinished"/> + <translation>Seleccione dónde instalar %1<br/><font color="red">Atención: </font>esto borrará todos sus archivos en la partición seleccionada.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="161"/> @@ -1704,19 +1766,19 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="231"/> <source><strong>%4</strong><br/><br/>The partition %1 is too small for %2. Please select a partition with capacity at least %3 GiB.</source> - <translation type="unfinished"/> + <translation><strong>%4</strong><br/><br/>La partición %1 es demasiado pequeña para %2. Por favor, seleccione una participación con capacidad para al menos %3 GiB.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="255"/> <source><strong>%2</strong><br/><br/>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> - <translation type="unfinished"/> + <translation><strong>%2</strong><br/><br/>No se puede encontrar una partición de sistema EFI en ninguna parte de este sistema. Por favor, retroceda y use el particionamiento manual para establecer %1.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="267"/> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="286"/> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="311"/> <source><strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.</source> - <translation type="unfinished"/> + <translation><strong>%3</strong><br/><br/>%1 se instalará en %2.<br/><font color="red">Advertencia: </font>Todos los datos en la partición %2 se perderán.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="277"/> @@ -1732,52 +1794,52 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Obteniendo información del sistema...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>tiene al menos %1 GB espacio libre en el disco</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>No hay suficiente espació en el disco duro. Se requiere al menos %1 GB libre.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>tiene al menos %1 GB de memoria.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>El sistema no tiene suficiente memoria. Se requiere al menos %1 GB</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>esta conectado a una fuente de alimentación</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>El sistema no esta conectado a una fuente de alimentación.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>esta conectado a Internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>El sistema no esta conectado a Internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>El instalador no esta ejecutándose con permisos de administrador.</translation> </message> @@ -1875,71 +1937,127 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Configurar modelo de teclado a %1, distribución a %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Hubo un fallo al escribir la configuración del teclado para la consola virtual.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>No se puede escribir en %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Hubo un fallo al escribir la configuración del teclado para X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>No se pudo escribir la configuración de teclado en el directorio /etc/default existente.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Establecer indicadores en la partición %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Establecer indicadores en la partición de %1 MB %2.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Establecer indicadores en una nueva partición.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> - <translation type="unfinished"/> + <translation>Limpiar indicadores en la partición <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Limpiar indicadores en la partición de %1 MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Limpiar indicadores en la nueva partición.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> - <translation type="unfinished"/> + <translation>Indicar partición <strong>%1</strong> como <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Indicar partición de %1 MB <strong>%2</strong> como <strong>%3</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Indicar nueva partición como <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> - <translation type="unfinished"/> + <translation>Limpiando indicadores en la partición <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Limpiando indicadores en la partición de %1 MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Limpiando indicadores en la nueva partición.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> - <translation type="unfinished"/> + <translation>Estableciendo indicadores <strong>%2</strong> en la partición <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Establecinedo indicadores <strong>%3</strong> en la partición de %1 MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Estableciendo indicadores <strong>%1</strong> en una nueva partición.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> - <translation type="unfinished"/> + <translation>El instalador no pudo establecer indicadores en la partición %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>No se pudo abrir el dispositivo '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>No se pudo abrir la tabla de particiones en el dispositivo '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>No se pudo encontrar la partición '%1'.</translation> </message> @@ -1980,12 +2098,22 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <translation>El punto de montaje de la raíz es %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation>No se puede deshabilitar la cuenta root</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation>passwd finalizó con el código de error %1.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>No se puede definir contraseña para el usuario %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod ha terminado con el código de error %1</translation> </message> @@ -2047,33 +2175,33 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Su nombre de usuario es demasiado largo.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Su nombre de usuario contiene caracteres inválidos. Solo se admiten letras minúsculas y números.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>El nombre del Host es demasiado corto.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>El nombre del Host es demasiado largo. </translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>El nombre del Host contiene caracteres inválidos. Solo se admiten letras, números y guiones.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>¡Sus contraseñas no coinciden!</translation> </message> @@ -2131,7 +2259,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <message> <location filename="../src/modules/welcome/WelcomePage.cpp" line="72"/> <source><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2015 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, 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-2015 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Agradecimientos: Anke Boersma, Aurélien Gâteau, Kevin Kofler, 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="196"/> @@ -2142,7 +2270,7 @@ Saldrá del instalador y se perderán todos los cambios.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Bienvenido</translation> </message> diff --git a/lang/calamares_es_ES.ts b/lang/calamares_es_ES.ts index 745deb482f..b1f8d7c59f 100644 --- a/lang/calamares_es_ES.ts +++ b/lang/calamares_es_ES.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Información de depuración</translation> </message> @@ -304,22 +320,22 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Tipo de excepción desconocida</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Error de Python no analizable</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Rastreo de Python no analizable</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Error de Python no alcanzable.</translation> </message> @@ -386,109 +402,109 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -562,12 +578,12 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Punto de &montaje:</translation> </message> @@ -582,25 +598,30 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logica</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primaria</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <translation>useradd ha terminado con el código de error %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>No se puede establecer el nombre y los apellidos del usuario %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn ha terminado con el código de error %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>No se puede establecer el propietario del directorio personal del usuario %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown ha terminado con el código de error %1.</translation> </message> @@ -848,6 +869,32 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Establecer la información de la partición</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Instalar el cargador de arranque en <strong>%1</strong></translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1095,7 +1147,7 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Teclado</translation> </message> @@ -1222,12 +1274,12 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <translation>&Cambiar</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Establecer la zona horaria a %1%2. <br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1298,7 +1350,7 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1521,7 +1573,7 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>¿Estás seguro de que quieres crear una nueva tabla de particiones en %1?</translation> </message> @@ -1613,6 +1665,16 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <translation>Por defecto</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1731,52 +1793,52 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1874,71 +1936,127 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Establecer el modelo de teclado %1, a una disposición %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>No se ha podido guardar la configuración de la consola virtual.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>No se ha podido escribir en %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>No se ha podido guardar la configuración del teclado de X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1979,12 +2097,22 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <translation>El punto de montaje de root es %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>No se puede establecer la contraseña del usuario %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod ha terminado con el código de error %1.</translation> </message> @@ -2046,33 +2174,33 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Tu nombre de usuario es demasiado largo.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Tu nombre de usuario contiene caracteres no válidos. Solo se pueden usar letras minúsculas y números.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>El nombre de tu equipo es demasiado corto.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>El nombre de tu equipo es demasiado largo.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Tu nombre de equipo contiene caracteres no válidos Sólo se pueden usar letras, números y guiones.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Tu contraseña no coincide</translation> </message> @@ -2141,7 +2269,7 @@ El instalador se cerrará y se perderán todos los cambios.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_es_MX.ts b/lang/calamares_es_MX.ts index ec223e8a16..09a8de693e 100644 --- a/lang/calamares_es_MX.ts +++ b/lang/calamares_es_MX.ts @@ -103,11 +103,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Herramientas</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Información de depuración</translation> </message> @@ -305,22 +321,22 @@ El instalador terminará y se perderán todos los cambios.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Excepción desconocida</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>error no analizable Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>rastreo de Python no analizable</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Error de Python Unfetchable.</translation> </message> @@ -388,109 +404,109 @@ El instalador terminará y se perderán todos los cambios.</translation> <translation>Formulario</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Después:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Particionado manual </strong><br/> Puede crear o cambiar el tamaño de las particiones usted mismo.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Ubicación del cargador de arranque:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Seleccionar dispositivo de almacenamiento:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Actual:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation> <strong>Seleccione una partición para reducir el tamaño, a continuación, arrastre la barra inferior para redimencinar</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation> <strong>Seleccione una partición para instalar</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -565,12 +581,12 @@ El instalador terminará y se perderán todos los cambios.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Punto de &montaje:</translation> </message> @@ -585,25 +601,30 @@ El instalador terminará y se perderán todos los cambios.</translation> <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Lógica</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primaria</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -752,22 +773,22 @@ El instalador terminará y se perderán todos los cambios.</translation> <translation>useradd ha finalizado con elcódigo de error %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>No se puede aplicar el nombre completo al usuario %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn terminó con un un código de error %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>No se pueden aplicar permisos de propiedad a la carpeta home para el usuario %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown ha finalizado con elcódigo de error %1.</translation> </message> @@ -851,6 +872,32 @@ El instalador terminará y se perderán todos los cambios.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -898,6 +945,11 @@ El instalador terminará y se perderán todos los cambios.</translation> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -930,37 +982,37 @@ El instalador terminará y se perderán todos los cambios.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Fijar información de la partición. </translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Instalar %1 en <strong>nueva</strong> partición de sistema %2.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Configurar <strong>nueva</strong> %2 partición con punto de montaje <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Instalar %2 en %3 partición del sistema <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Configurar %3 partición <strong>%1</strong> con punto de montaje <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Instalar el cargador de arranque en <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Configurando puntos de montaje.</translation> </message> @@ -1098,7 +1150,7 @@ El instalador terminará y se perderán todos los cambios.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Teclado</translation> </message> @@ -1225,12 +1277,12 @@ El instalador terminará y se perderán todos los cambios.</translation> <translation>&Cambiar...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Definir la zona horaria como %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1301,7 +1353,7 @@ El instalador terminará y se perderán todos los cambios.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1524,7 +1576,7 @@ El instalador terminará y se perderán todos los cambios.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>¿Está seguro de querer crear una nueva tabla de particiones en %1?</translation> </message> @@ -1616,6 +1668,16 @@ El instalador terminará y se perderán todos los cambios.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1631,22 +1693,22 @@ El instalador terminará y se perderán todos los cambios.</translation> <translation>Por defecto</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1734,52 +1796,52 @@ El instalador terminará y se perderán todos los cambios.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Obteniendo información del sistema...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>tiene al menos %1 GB de espacio en disco disponible</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>No hay suficiente espacio disponible en disco. Se requiere al menos %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>tiene al menos %1 GB de memoria para trabajar</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>No hay suficiente espacio disponible en disco. Se requiere al menos %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>está conectado a una fuente de energía</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>El sistema no está conectado a una fuente de energía.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>está conectado a Internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>El sistema no está conectado a Internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>El instalador no se está ejecutando con privilegios de administrador.</translation> </message> @@ -1877,71 +1939,127 @@ El instalador terminará y se perderán todos los cambios.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Establecer el modelo de teclado %1, a una disposición %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>No se ha podido guardar la configuración de teclado para la consola virtual.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>No se ha podido escribir en %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>No se ha podido guardar la configuración del teclado de X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1982,12 +2100,22 @@ El instalador terminará y se perderán todos los cambios.</translation> <translation>El punto de montaje de root es %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>No se puede definir contraseña para el usuario %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod ha terminado con el código de error %1</translation> </message> @@ -2049,33 +2177,33 @@ El instalador terminará y se perderán todos los cambios.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Tu nombre de usuario es demasiado largo.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Tu nombre de usuario contiene caracteres no válidos. Solo se pueden usar letras minúsculas y números.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>El nombre de tu equipo es demasiado corto.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>El nombre de tu equipo es demasiado largo.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Tu nombre de equipo contiene caracteres no válidos Sólo se pueden usar letras, números y guiones.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Las contraseñas no coinciden!</translation> </message> @@ -2144,7 +2272,7 @@ El instalador terminará y se perderán todos los cambios.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Bienvenido</translation> </message> diff --git a/lang/calamares_es_PR.ts b/lang/calamares_es_PR.ts index cef719bdf3..6c45c94cc8 100644 --- a/lang/calamares_es_PR.ts +++ b/lang/calamares_es_PR.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Información de depuración</translation> </message> @@ -303,22 +319,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -385,109 +401,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -561,12 +577,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -581,25 +597,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -748,22 +769,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -847,6 +868,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -894,6 +941,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -926,37 +978,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1094,7 +1146,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1221,12 +1273,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1297,7 +1349,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1520,7 +1572,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1612,6 +1664,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1627,22 +1689,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1730,52 +1792,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1873,71 +1935,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1978,12 +2096,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2045,33 +2173,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2140,7 +2268,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_et.ts b/lang/calamares_et.ts index d717704176..5067bdee02 100644 --- a/lang/calamares_et.ts +++ b/lang/calamares_et.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -297,22 +313,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -379,109 +395,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -555,12 +571,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -575,25 +591,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Loogiline köide</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Peamine</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -742,22 +763,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -841,6 +862,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -888,6 +935,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -920,37 +972,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1088,7 +1140,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1215,12 +1267,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1291,7 +1343,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1514,7 +1566,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1606,6 +1658,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1621,22 +1683,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1724,52 +1786,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1867,71 +1929,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1972,12 +2090,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2039,33 +2167,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2134,7 +2262,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_eu.ts b/lang/calamares_eu.ts index 5c05dc5e8e..4ee0f00c7a 100644 --- a/lang/calamares_eu.ts +++ b/lang/calamares_eu.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Tresnak</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -301,22 +317,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -383,109 +399,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -559,12 +575,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Muntatze Puntua:</translation> </message> @@ -579,25 +595,30 @@ The installer will quit and all changes will be lost.</source> <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logikoa</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primarioa</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -746,22 +767,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -845,6 +866,32 @@ The installer will quit and all changes will be lost.</source> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -892,6 +939,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -924,37 +976,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Ezarri partizioaren informazioa</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Ezarri %2 partizio <strong>berria</strong> <strong>%1</strong> muntatze puntuarekin.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Ezarri %3 partizioa <strong>%1</strong> <strong>%2</strong> muntatze puntuarekin.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Muntatze puntuak ezartzen.</translation> </message> @@ -1092,7 +1144,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Teklatua</translation> </message> @@ -1219,12 +1271,12 @@ The installer will quit and all changes will be lost.</source> <translation>&Aldatu...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1295,7 +1347,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1518,7 +1570,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1610,6 +1662,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1625,22 +1687,22 @@ The installer will quit and all changes will be lost.</source> <translation>Lehenetsia</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1728,52 +1790,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Sistemaren informazioa eskuratzen...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Sistema ez dago indar iturri batetara konektatuta.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>Internetera konektatuta dago</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Sistema ez dago Internetera konektatuta.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1871,71 +1933,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Ezin izan da %1 partizioan idatzi</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1976,12 +2094,22 @@ The installer will quit and all changes will be lost.</source> <translation>root Muntatze Puntua %1 da</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2043,33 +2171,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Zure erabiltzaile-izena luzeegia da.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Zure ostalari-izena laburregia da.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Zure ostalari-izena luzeegia da.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Pasahitzak ez datoz bat!</translation> </message> @@ -2138,7 +2266,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Ongi etorri</translation> </message> diff --git a/lang/calamares_fa.ts b/lang/calamares_fa.ts index 567dfeef96..a26d3b7b53 100644 --- a/lang/calamares_fa.ts +++ b/lang/calamares_fa.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -297,22 +313,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -379,109 +395,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -555,12 +571,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -575,25 +591,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -742,22 +763,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -841,6 +862,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -888,6 +935,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -920,37 +972,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1088,7 +1140,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1215,12 +1267,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1291,7 +1343,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1514,7 +1566,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1606,6 +1658,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1621,22 +1683,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1724,52 +1786,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1867,71 +1929,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1972,12 +2090,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2039,33 +2167,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2134,7 +2262,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_fi_FI.ts b/lang/calamares_fi_FI.ts index 90d8b86d99..4fa474e71b 100644 --- a/lang/calamares_fi_FI.ts +++ b/lang/calamares_fi_FI.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -304,22 +320,22 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Tuntematon poikkeustyyppi</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>jäsentämätön Python virhe</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>jäsentämätön Python jäljitys</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Python virhettä ei voitu hakea.</translation> </message> @@ -386,109 +402,109 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -562,12 +578,12 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Liitoskohta:</translation> </message> @@ -582,25 +598,30 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Looginen</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Ensisijainen</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <translation>useradd päättyi virhekoodilla %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Ei voida asettaa koko nimeä käyttäjälle %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn päättyi virhekoodilla %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Ei voida asettaa kotihakemiston omistusoikeutta käyttäjälle %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown päättyi virhekoodilla %1.</translation> </message> @@ -848,6 +869,32 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Aseta osion tiedot</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1095,7 +1147,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Näppäimistö</translation> </message> @@ -1222,12 +1274,12 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <translation>&Vaihda...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Aseta aikavyöhyke %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1298,7 +1350,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1521,7 +1573,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Oletko varma, että haluat luoda uuden osion %1?</translation> </message> @@ -1613,6 +1665,16 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <translation>Oletus</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1731,52 +1793,52 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1874,71 +1936,127 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Aseta näppäimistön malliksi %1, asetelmaksi %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Virtuaalikonsolin näppäimistöasetuksen tallentaminen epäonnistui.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Kirjoittaminen epäonnistui kohteeseen %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>X11 näppäimistöasetuksen tallentaminen epäonnistui.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1979,12 +2097,22 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <translation>rootMountPoint on %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Salasanaa ei voi asettaa käyttäjälle %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod päättyi virhekoodilla %1.</translation> </message> @@ -2046,33 +2174,33 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Käyttäjänimesi on liian pitkä.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Isäntänimesi on liian lyhyt.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Isäntänimesi on liian pitkä.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Isäntänimesi sisältää epäkelpoja merkkejä. Vain kirjaimet, numerot ja väliviivat ovat sallittuja.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Salasanasi eivät täsmää!</translation> </message> @@ -2141,7 +2269,7 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_fr.ts b/lang/calamares_fr.ts index 6a729a9fd0..5245fca3e5 100644 --- a/lang/calamares_fr.ts +++ b/lang/calamares_fr.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Type :</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>aucun</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Interface:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Outils</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Informations de dépannage</translation> </message> @@ -304,22 +320,22 @@ L'installateur se fermera et les changements seront perdus.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Type d'exception inconnue</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Erreur Python non analysable</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Traçage Python non exploitable</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Erreur Python non rapportable.</translation> </message> @@ -386,109 +402,109 @@ L'installateur se fermera et les changements seront perdus.</translation> <translation>Formulaire</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Après:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Partitionnement manuel</strong><br/>Vous pouvez créer ou redimensionner vous-même des partitions.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Emplacement du chargeur de démarrage:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 va être réduit à %2Mo et une nouvelle partition de %3Mo va être créée pour %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Sélectionnez le support de sto&ckage :</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Actuel :</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Réutiliser %1 comme partition home pour %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Sélectionnez une partition à réduire, puis faites glisser la barre du bas pour redimensionner</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Sélectionner une partition pour l'installation</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Une partition système EFI n'a pas pu être trouvée sur ce système. Veuillez retourner à l'étape précédente et sélectionner le partitionnement manuel pour configurer %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>La partition système EFI sur %1 va être utilisée pour démarrer %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Partition système EFI :</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Ce périphérique de stockage ne semble pas contenir de système d'exploitation. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Effacer le disque</strong><br/>Ceci va <font color="red">effacer</font> toutes les données actuellement présentes sur le périphérique de stockage sélectionné.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Ce périphérique de stockage contient %1. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Installer à côté</strong><br/>L'installateur va réduire une partition pour faire de la place pour %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Remplacer une partition</strong><br>Remplace une partition par %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Ce périphérique de stockage contient déjà un système d'exploitation. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Ce péiphérique de stockage contient déjà plusieurs systèmes d'exploitation. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage.</translation> </message> @@ -562,12 +578,12 @@ L'installateur se fermera et les changements seront perdus.</translation> <translation>Sy&stème de fichiers:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Drapeaux:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Point de &Montage :</translation> </message> @@ -582,25 +598,30 @@ L'installateur se fermera et les changements seront perdus.</translation> <translation>Mo</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>Chi&ffrer</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logique</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primaire</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Le point de montage est déjà utilisé. Merci d'en sélectionner un autre.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ L'installateur se fermera et les changements seront perdus.</translation> <translation>useradd s'est terminé avec le code erreur %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Impossible de renseigner le nom complet pour l'utilisateur %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Impossible d'ajouter l'utilisateur %1 au groupe %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn s'est terminé avec le code erreur %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod s'est terminé avec le code erreur %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Impossible de définir le propriétaire du répertoire home pour l'utilisateur %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown s'est terminé avec le code erreur %1.</translation> </message> @@ -848,6 +869,32 @@ L'installateur se fermera et les changements seront perdus.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Inscrire la configuration LUKS pour Dracut sur %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Ne pas enreigstrer la configuration LUKS pour Dracut : la partition "/" n'est pas chiffrée</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Impossible d'ouvrir %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Tâche C++ fictive</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ L'installateur se fermera et les changements seront perdus.</translation> <source>Flags:</source> <translation>Drapeaux:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Le point de montage est déjà utilisé. Merci d'en sélectionner un autre.</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ L'installateur se fermera et les changements seront perdus.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Configurer les informations de la partition</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Installer %1 sur le <strong>nouveau</strong> système de partition %2.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Configurer la <strong>nouvelle</strong> partition %2 avec le point de montage <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Installer %2 sur la partition système %3 <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Configurer la partition %3 <strong>%1</strong> avec le point de montage <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Installer le chargeur de démarrage sur <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Configuration des points de montage.</translation> </message> @@ -1095,7 +1147,7 @@ L'installateur se fermera et les changements seront perdus.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Clavier</translation> </message> @@ -1222,12 +1274,12 @@ L'installateur se fermera et les changements seront perdus.</translation> <translation>&Modifier...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Configurer le fuseau horaire à %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ L'installateur se fermera et les changements seront perdus.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Installation par le réseau (Désactivée : impossible de récupérer leslistes de paquets, vérifiez la connexion réseau)</translation> </message> @@ -1521,7 +1573,7 @@ L'installateur se fermera et les changements seront perdus.</translation> <translation>Installer le chargeur de démarrage sur:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Êtes-vous sûr de vouloir créer une nouvelle table de partitionnement sur %1 ?</translation> </message> @@ -1613,6 +1665,16 @@ L'installateur se fermera et les changements seront perdus.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>Une partition système EFI est nécessaire pour démarrer %1.<br/><br/>Une partition a été configurée avec le point de montage <strong>%2</strong> mais son drapeau <strong>esp</strong> n'est pas activé.<br/>Pour activer le drapeau, revenez en arrière et éditez la partition.<br/><br/>Vous pouvez continuer sans activer le drapeau mais votre système pourrait refuser de démarrer.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Partition d'amorçage non chiffrée.</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Une partition d'amorçage distincte a été configurée avec une partition racine chiffrée, mais la partition d'amorçage n'est pas chiffrée. <br/> <br/> Il y a des problèmes de sécurité avec ce type d'installation, car des fichiers système importants sont conservés sur une partition non chiffrée <br/> Vous pouvez continuer si vous le souhaitez, mais le déverrouillage du système de fichiers se produira plus tard au démarrage du système. <br/> Pour chiffrer la partition d'amorçage, revenez en arrière et recréez-la, en sélectionnant <strong> Chiffrer </ strong> dans la partition Fenêtre de création.</translation> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ L'installateur se fermera et les changements seront perdus.</translation> <translation>Défaut</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>inconnu</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>étendu</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>non formaté</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>swap</translation> </message> @@ -1731,52 +1793,52 @@ L'installateur se fermera et les changements seront perdus.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Récupération des informations système...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>a au moins %1 Go d'espace disque disponible</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Il n'y a pas assez d'espace disque. Au moins %1 Go sont requis.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>a au moins %1 Go de mémoire vive</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Le système n'a pas assez de mémoire vive. Au moins %1 Go sont requis.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>est relié à une source de courant</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Le système n'est pas relié à une source de courant.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>est connecté à Internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Le système n'est pas connecté à Internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>L'installateur ne dispose pas des droits administrateur.</translation> </message> @@ -1874,71 +1936,127 @@ L'installateur se fermera et les changements seront perdus.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Configurer le modèle de clavier à %1, la disposition des touches à %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Échec de l'écriture de la configuration clavier pour la console virtuelle.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Échec de l'écriture sur %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Échec de l'écriture de la configuration clavier pour X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Impossible d'écrire la configuration du clavier dans le dossier /etc/default existant.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Configurer les drapeaux sur la partition %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Configurer les drapeaux sur la partition %2 de %1Mo.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Configurer les drapeaux sur la nouvelle partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Réinitialisez les drapeaux sur la partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Réinitialisez les drapeaux sur la partition <strong>%2</strong> de %1Mo.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Réinitialisez les drapeaux sur la nouvelle partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Marquer la partition <strong>%1</strong> comme <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Marquer la partition <strong>%2</strong> de %1Mo comme <strong>%3</strong>. </translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Marquer la nouvelle partition comme <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Réinitialisation des drapeaux pour la partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Réinitialisez les drapeaux sur la partition <strong>%2</strong> de %1Mo.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Réinitialisez les drapeaux sur la nouvelle partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Configuration des drapeaux <strong>%2</strong> pour la partition <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Configuration des drapeaux <strong>%3</strong> pour la partition <strong>%2</strong> de %1Mo.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Configuration des drapeaux <strong>%1</strong> pour la nouvelle partition.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>L'installateur n'a pas pu activer les drapeaux sur la partition %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Impossible d'ouvrir le périphérique '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Impossible de lire la table de partitions sur le périphérique '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Impossible de trouver la partition '%1'.</translation> </message> @@ -1979,12 +2097,22 @@ L'installateur se fermera et les changements seront perdus.</translation> <translation>Le point de montage racine est %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation>Impossible de désactiver le compte root.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation>passwd c'est arrêté avec le code d'erreur %1.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Impossible de créer le mot de passe pour l'utilisateur %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod s'est terminé avec le code erreur %1.</translation> </message> @@ -2046,33 +2174,33 @@ L'installateur se fermera et les changements seront perdus.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Votre nom d'utilisateur est trop long.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Votre nom d'utilisateur contient des caractères invalides. Seuls les lettres minuscules et les chiffres sont autorisés.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Le nom d'hôte est trop petit.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Le nom d'hôte est trop long.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Le nom d'hôte contient des caractères invalides. Seules les lettres, nombres et tirets sont autorisés.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Vos mots de passe ne correspondent pas !</translation> </message> @@ -2141,7 +2269,7 @@ L'installateur se fermera et les changements seront perdus.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Bienvenue</translation> </message> diff --git a/lang/calamares_fr_CH.ts b/lang/calamares_fr_CH.ts index 5ae57e6420..0bf253ea41 100644 --- a/lang/calamares_fr_CH.ts +++ b/lang/calamares_fr_CH.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -297,22 +313,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -379,109 +395,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -555,12 +571,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -575,25 +591,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -742,22 +763,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -841,6 +862,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -888,6 +935,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -920,37 +972,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1088,7 +1140,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1215,12 +1267,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1291,7 +1343,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1514,7 +1566,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1606,6 +1658,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1621,22 +1683,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1724,52 +1786,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1867,71 +1929,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1972,12 +2090,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2039,33 +2167,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2134,7 +2262,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_gl.ts b/lang/calamares_gl.ts index 6068105bb8..c34d42689d 100644 --- a/lang/calamares_gl.ts +++ b/lang/calamares_gl.ts @@ -103,11 +103,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Ferramentas</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Informe de depuración de erros.</translation> </message> @@ -305,22 +321,22 @@ O instalador pecharase e perderanse todos os cambios.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Excepción descoñecida</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Erro de Python descoñecido</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>O rastreo de Python non é analizable.</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Erro de Python non recuperable</translation> </message> @@ -387,111 +403,111 @@ O instalador pecharase e perderanse todos os cambios.</translation> <translation>Formulario</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Despois:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Particionado manual</strong><br/> Pode crear o redimensionar particións pola súa conta.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Localización do cargador de arranque:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 será acurtada a %2MB e unha nova partición de %3MB será creada para %4</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Seleccione o dispositivo de almacenamento:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Actual:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Reutilizar %1 como partición home para %2</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Seleccione unha partición para acurtar, logo empregue a barra para redimensionala</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Seleccione unha partición para instalar</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Non foi posible atopar unha partición de sistema de tipo EFI. Por favor, volva atrás e empregue a opción de particionado manual para crear unha en %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>A partición EFI do sistema en %1 será usada para iniciar %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Partición EFI do sistema:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Esta unidade de almacenamento non semella ter un sistema operativo instalado nela. Que desexa facer?<br/>Poderá revisar e confirmar as súas eleccións antes de que calquera cambio sexa feito na unidade de almacenamento.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> - <translation type="unfinished"/> + <translation><strong>Borrar disco</strong><br/>Esto <font color="red">eliminará</font> todos os datos gardados na unidade de almacenamento seleccionada.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> - <translation type="unfinished"/> + <translation>A unidade de almacenamento ten %1 nela. Que desexa facer?<br/>Poderá revisar e confirmar a súa elección antes de que se aplique algún cambio á unidade.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> - <translation type="unfinished"/> + <translation><strong>Instalar a carón</strong><br/>O instalador encollerá a partición para facerlle sitio a %1</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> - <translation type="unfinished"/> + <translation><strong>Substituír a partición</strong><br/>Substitúe a partición con %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> - <translation type="unfinished"/> + <translation>Esta unidade de almacenamento xa ten un sistema operativo instalado nel. Que desexa facer?<br/>Poderá revisar e confirmar as súas eleccións antes de que calquera cambio sexa feito na unidade de almacenamento</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> - <translation type="unfinished"/> + <translation>Esta unidade de almacenamento ten múltiples sistemas operativos instalados nela. Que desexa facer?<br/>Poderá revisar e confirmar as súas eleccións antes de que calquera cambio sexa feito na unidade de almacenamento.</translation> </message> </context> <context> @@ -560,15 +576,15 @@ O instalador pecharase e perderanse todos os cambios.</translation> <message> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="119"/> <source>Fi&le System:</source> - <translation type="unfinished"/> + <translation>Sistema de ficheiros:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> - <translation type="unfinished"/> + <translation>Bandeiras:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Punto de &montaxe:</translation> </message> @@ -583,25 +599,30 @@ O instalador pecharase e perderanse todos os cambios.</translation> <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> - <translation type="unfinished"/> + <translation>Encriptar</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Lóxica</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primaria</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -684,22 +705,22 @@ O instalador pecharase e perderanse todos os cambios.</translation> <message> <location filename="../src/modules/partition/jobs/CreatePartitionTableJob.cpp" line="56"/> <source>Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).</source> - <translation type="unfinished"/> + <translation>Crear unha nova táboa de particións %1 en <strong>%2</strong>(%3)</translation> </message> <message> <location filename="../src/modules/partition/jobs/CreatePartitionTableJob.cpp" line="66"/> <source>Creating new %1 partition table on %2.</source> - <translation type="unfinished"/> + <translation>Creando nova táboa de partición %1 en %2.</translation> </message> <message> <location filename="../src/modules/partition/jobs/CreatePartitionTableJob.cpp" line="76"/> <source>The installer failed to create a partition table on %1.</source> - <translation type="unfinished"/> + <translation>O instalador fallou ó crear a táboa de partición en %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/CreatePartitionTableJob.cpp" line="84"/> <source>Could not open device %1.</source> - <translation type="unfinished"/> + <translation>Non foi posíbel abrir o dispositivo %1.</translation> </message> </context> <context> @@ -712,7 +733,7 @@ O instalador pecharase e perderanse todos os cambios.</translation> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="57"/> <source>Create user <strong>%1</strong>.</source> - <translation type="unfinished"/> + <translation>Crear usario <strong>%1</strong></translation> </message> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="64"/> @@ -722,52 +743,52 @@ O instalador pecharase e perderanse todos os cambios.</translation> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="80"/> <source>Sudoers dir is not writable.</source> - <translation type="unfinished"/> + <translation>O directorio sudoers non ten permisos de escritura.</translation> </message> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="84"/> <source>Cannot create sudoers file for writing.</source> - <translation type="unfinished"/> + <translation>Non foi posible crear o arquivo de sudoers.</translation> </message> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="92"/> <source>Cannot chmod sudoers file.</source> - <translation type="unfinished"/> + <translation>Non se puideron cambiar os permisos do arquivo sudoers.</translation> </message> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="98"/> <source>Cannot open groups file for reading.</source> - <translation type="unfinished"/> + <translation>Non foi posible ler o arquivo grupos.</translation> </message> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="160"/> <source>Cannot create user %1.</source> - <translation type="unfinished"/> + <translation>Non foi posible crear o usuario %1.</translation> </message> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="162"/> <source>useradd terminated with error code %1.</source> - <translation type="unfinished"/> + <translation>useradd terminou co código de erro %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation type="unfinished"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Non foi posible engadir o usuario %1 ós grupos: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation type="unfinished"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod terminou co código de erro %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> - <translation type="unfinished"/> + <translation>Non foi posible asignar o directorio home como propio para o usuario %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> - <translation type="unfinished"/> + <translation>chown terminou co código de erro %1.</translation> </message> </context> <context> @@ -775,12 +796,12 @@ O instalador pecharase e perderanse todos os cambios.</translation> <message> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="42"/> <source>Delete partition %1.</source> - <translation type="unfinished"/> + <translation>Eliminar partición %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="50"/> <source>Delete partition <strong>%1</strong>.</source> - <translation type="unfinished"/> + <translation>Eliminar partición <strong>%1</strong>.</translation> </message> <message> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="58"/> @@ -849,6 +870,32 @@ O instalador pecharase e perderanse todos os cambios.</translation> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -896,6 +943,11 @@ O instalador pecharase e perderanse todos os cambios.</translation> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -928,37 +980,37 @@ O instalador pecharase e perderanse todos os cambios.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1096,7 +1148,7 @@ O instalador pecharase e perderanse todos os cambios.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1223,12 +1275,12 @@ O instalador pecharase e perderanse todos os cambios.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1299,7 +1351,7 @@ O instalador pecharase e perderanse todos os cambios.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1522,7 +1574,7 @@ O instalador pecharase e perderanse todos os cambios.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1614,6 +1666,16 @@ O instalador pecharase e perderanse todos os cambios.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1629,22 +1691,22 @@ O instalador pecharase e perderanse todos os cambios.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1732,52 +1794,52 @@ O instalador pecharase e perderanse todos os cambios.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1875,71 +1937,127 @@ O instalador pecharase e perderanse todos os cambios.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Configurar modelo de teclado a %1, distribución a %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Houbo un fallo ao escribir a configuración do teclado para a consola virtual.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Non pode escribir en %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1980,12 +2098,22 @@ O instalador pecharase e perderanse todos os cambios.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2047,33 +2175,33 @@ O instalador pecharase e perderanse todos os cambios.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2142,7 +2270,7 @@ O instalador pecharase e perderanse todos os cambios.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Benvido</translation> </message> diff --git a/lang/calamares_gu.ts b/lang/calamares_gu.ts index c1f2e185a9..45458b8c6e 100644 --- a/lang/calamares_gu.ts +++ b/lang/calamares_gu.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -297,22 +313,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -379,109 +395,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -555,12 +571,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -575,25 +591,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -742,22 +763,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -841,6 +862,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -888,6 +935,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -920,37 +972,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1088,7 +1140,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1215,12 +1267,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1291,7 +1343,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1514,7 +1566,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1606,6 +1658,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1621,22 +1683,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1724,52 +1786,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1867,71 +1929,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1972,12 +2090,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2039,33 +2167,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2134,7 +2262,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_hi.ts b/lang/calamares_hi.ts index a0dc566c2c..e1eb4e2377 100644 --- a/lang/calamares_hi.ts +++ b/lang/calamares_hi.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -297,22 +313,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -379,109 +395,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -555,12 +571,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -575,25 +591,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -742,22 +763,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -841,6 +862,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -888,6 +935,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -920,37 +972,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1088,7 +1140,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1215,12 +1267,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1291,7 +1343,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1514,7 +1566,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1606,6 +1658,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1621,22 +1683,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1724,52 +1786,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1867,71 +1929,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1972,12 +2090,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2039,33 +2167,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2134,7 +2262,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_hr.ts b/lang/calamares_hr.ts index c202647868..eb40329c7c 100644 --- a/lang/calamares_hr.ts +++ b/lang/calamares_hr.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Tip:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>nijedan</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Sučelje:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Alati</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Debug informacija</translation> </message> @@ -304,22 +320,22 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Nepoznati tip iznimke</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>unparseable Python greška</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>unparseable Python traceback</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Nedohvatljiva Python greška.</translation> </message> @@ -386,109 +402,109 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <translation>Oblik</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Poslije:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Ručno particioniranje</strong><br/>Možete sami stvoriti ili promijeniti veličine particija.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Lokacija boot učitavača:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 će se smanjiti na %2MB i stvorit će se nova %3MB particija za %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Odaberi uređaj za spremanje:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Trenutni:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Koristi %1 kao home particiju za %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Odaberite particiju za smanjivanje, te povlačenjem donjeg pokazivača odaberite promjenu veličine</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Odaberite particiju za instalaciju</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>EFI particija ne postoji na ovom sustavu. Vratite se natrag i koristite ručno particioniranje da bi ste postavili %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>EFI particija na %1 će se koristiti za pokretanje %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI particija:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Izgleda da na ovom disku nema operacijskog sustava. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Obriši disk</strong><br/>To će <font color="red">obrisati</font> sve podatke na odabranom disku.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Ovaj disk ima %1. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Instaliraj uz postojeće</strong><br/>Instalacijski program će smanjiti particiju da bi napravio mjesto za %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Zamijeni particiju</strong><br/>Zamijenjuje particiju sa %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Ovaj disk već ima operacijski sustav. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Ovaj disk ima više operacijskih sustava. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku.</translation> </message> @@ -562,12 +578,12 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <translation>Da&totečni sustav:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> - <translation>Zastavice:</translation> + <translation>Oznake:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Točke montiranja:</translation> </message> @@ -582,25 +598,30 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>Ši&friraj</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logično</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primarno</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Točka montiranja se već koristi. Odaberite drugu.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <translation>useradd je prestao s radom sa greškom koda %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Ne mogu postaviti puno ime za korisnika %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Ne mogu dodati korisnika %1 u grupe: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn je prestao s radom sa greškom koda %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>korisnički mod je prekinut s greškom %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Ne mogu postaviti vlasništvo radnog direktorija za korisnika %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown je prestao s radom sa greškom koda %1.</translation> </message> @@ -848,6 +869,32 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Zapisujem LUKS konfiguraciju za Dracut na %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Preskačem pisanje LUKS konfiguracije za Dracut: "/" particija nije kriptirana</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Neuspješno otvaranje %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Lažni C++ posao</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -893,7 +940,12 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <message> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/> <source>Flags:</source> - <translation>Zastavice:</translation> + <translation>Oznake:</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Točka montiranja se već koristi. Odaberite drugu.</translation> </message> </context> <context> @@ -927,37 +979,37 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Postavi informacije o particiji</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Instaliraj %1 na <strong>novu</strong> %2 sistemsku particiju.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Postavi <strong>novu</strong> %2 particiju s točkom montiranja <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Instaliraj %2 na %3 sistemsku particiju <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Postavi %3 particiju <strong>%1</strong> s točkom montiranja <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Instaliraj boot učitavač na <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Postavljam točke montiranja.</translation> </message> @@ -1095,7 +1147,7 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Tipkovnica</translation> </message> @@ -1222,12 +1274,12 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <translation>&Promijeni...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Postavi vremesku zonu na %1%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Mrežna instalacija. (Onemogućeno: Ne mogu dohvatiti listu paketa, provjerite da li ste spojeni na mrežu)</translation> </message> @@ -1521,7 +1573,7 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <translation>Instaliraj boot &učitavač na:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Jeste li sigurni da želite stvoriti novu particijsku tablicu na %1?</translation> </message> @@ -1601,17 +1653,27 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="406"/> <source>An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a FAT32 filesystem with the <strong>esp</strong> flag enabled and mount point <strong>%2</strong>.<br/><br/>You can continue without setting up an EFI system partition but your system may fail to start.</source> - <translation>EFI particija je potrebna za pokretanje %1.<br/><br/>Da bi ste konfigurirali EFI particiju, idite natrag i odaberite ili stvorite FAT32 datotečni sustav s omogućenom <strong>esp</strong> zastavicom i točkom montiranja <strong>%2</strong>.<br/><br/>Možete nastaviti bez postavljanja EFI particije, ali vaš sustav se možda neće moći pokrenuti.</translation> + <translation>EFI particija je potrebna za pokretanje %1.<br/><br/>Da bi ste konfigurirali EFI particiju, idite natrag i odaberite ili stvorite FAT32 datotečni sustav s omogućenom <strong>esp</strong> oznakom i točkom montiranja <strong>%2</strong>.<br/><br/>Možete nastaviti bez postavljanja EFI particije, ali vaš sustav se možda neće moći pokrenuti.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="420"/> <source>EFI system partition flag not set</source> - <translation>EFI particijska zastavica nije postavljena</translation> + <translation>Oznaka EFI particije nije postavljena</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="421"/> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> - <translation>EFI particija je potrebna za pokretanje %1.<br><br/>Particija je konfigurirana s točkom montiranja <strong>%2</strong> ali njezina <strong>esp</strong> zastavica nije postavljena.<br/>Za postavljanje zastavice, vratite se i uredite postavke particije.<br/><br/>Možete nastaviti bez postavljanja zastavice, ali vaš sustav se možda neće moći pokrenuti.</translation> + <translation>EFI particija je potrebna za pokretanje %1.<br><br/>Particija je konfigurirana s točkom montiranja <strong>%2</strong> ali njezina <strong>esp</strong> oznaka nije postavljena.<br/>Za postavljanje oznake, vratite se i uredite postavke particije.<br/><br/>Možete nastaviti bez postavljanja oznake, ali vaš sustav se možda neće moći pokrenuti.</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Boot particija nije kriptirana</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Odvojena boot particija je postavljena zajedno s kriptiranom root particijom, ali boot particija nije kriptirana.<br/><br/>Zabrinuti smo za vašu sigurnost jer su važne datoteke sustava na nekriptiranoj particiji.<br/>Možete nastaviti ako želite, ali datotečni sustav će se otključati kasnije tijekom pokretanja sustava.<br/>Da bi ste kriptirali boot particiju, vratite se natrag i napravite ju, odabirom opcije <strong>Kriptiraj</strong> u prozoru za stvaranje prarticije.</translation> </message> </context> <context> @@ -1628,22 +1690,22 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <translation>Zadano</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>nepoznato</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>prošireno</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>nije formatirano</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>swap</translation> </message> @@ -1731,52 +1793,52 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Skupljanje informacija o sustavu...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>ima barem %1 GB dostupne slobodne memorije na disku</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Nema dovoljno prostora na disku. Potrebno je najmanje %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>ima barem %1 GB radne memorije</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Ovaj sustav nema dovoljno radne memorije. Potrebno je najmanje %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>je spojeno na izvor struje</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Ovaj sustav nije spojen na izvor struje.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>je spojeno na Internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Ovaj sustav nije spojen na internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Instalacijski program nije pokrenut sa administratorskim dozvolama.</translation> </message> @@ -1874,71 +1936,127 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Postavi model tpkovnice na %1, raspored na %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Neuspješno pisanje konfiguracije tipkovnice za virtualnu konzolu.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Neuspješno pisanje na %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Neuspješno pisanje konfiguracije tipkovnice za X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Neuspješno pisanje konfiguracije tipkovnice u postojeći /etc/default direktorij.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> - <translation>Postavi zastavice na particiji %1.</translation> + <translation>Postavi oznake na particiji %1.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Postavi oznake na %1MB %2 particiji.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Postavi oznake na novoj particiji.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> - <translation>Obriši zastavice na particiji <strong>%1</strong>.</translation> + <translation>Obriši oznake na particiji <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Obriši oznake na %1MB <strong>%2</strong> particiji.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Obriši oznake na novoj particiji.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Označi particiju <strong>%1</strong> kao <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Označi %1MB <strong>%2</strong> particiju kao <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Označi novu particiju kao <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> - <translation>Brišem zastavice na particiji <strong>%1</strong>.</translation> + <translation>Brišem oznake na particiji <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Brišem oznake na %1MB <strong>%2</strong> particiji.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Brišem oznake na novoj particiji.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> - <translation>Postavljam zastavice <strong>%2</strong> na particiji <strong>%1</strong>.</translation> + <translation>Postavljam oznake <strong>%2</strong> na particiji <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Postavljam oznake <strong>%3</strong> na %1MB <strong>%2</strong> particiji.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Postavljam oznake <strong>%1</strong> na novoj particiji.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> - <translation>Instalacijski program nije uspio postaviti zastavice na particiji %1.</translation> + <translation>Instalacijski program nije uspio postaviti oznake na particiji %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Ne mogu otvoriti uređaj '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Ne mogu otvoriti particijsku tablicu na uređaju '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Ne mogu pronaći particiju '%1'.</translation> </message> @@ -1979,12 +2097,22 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <translation>rootTočkaMontiranja je %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation>Ne mogu onemogućiti root račun.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation>passwd je prekinut s greškom %1.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Ne mogu postaviti lozinku za korisnika %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod je prekinut s greškom %1.</translation> </message> @@ -2046,33 +2174,33 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Vaše korisničko ime je predugačko.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Korisničko ime sadržava nedozvoljene znakove. Dozvoljena su samo mala slova i brojevi.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Ime računala je kratko.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Ime računala je predugačko.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Ime računala sadrži nedozvoljene znakove. Samo slova, brojevi i crtice su dozvoljene.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Lozinke se ne podudaraju!</translation> </message> @@ -2141,7 +2269,7 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Dobrodošli</translation> </message> diff --git a/lang/calamares_hu.ts b/lang/calamares_hu.ts index 1f5fe64fb6..feb67a0fce 100644 --- a/lang/calamares_hu.ts +++ b/lang/calamares_hu.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Típus:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>semelyik</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Interfész:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Eszközök</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Hibakeresési információk</translation> </message> @@ -304,22 +320,22 @@ Minden változtatás elveszik, ha kilépsz a telepítőből.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Ismeretlen kivétel típus</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>nem egyeztethető Python hiba</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>nem egyeztethető Python visszakövetés</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Összehasonlíthatatlan Python hiba.</translation> </message> @@ -387,109 +403,109 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <translation>Adatlap</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Utána:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Manuális partícionálás</strong><br/>Létrehozhat vagy átméretezhet partíciókat.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Rendszerbetöltő helye:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 lesz zsugorítva %2MB méretűre és egy új %3MB méretű partíció lesz létrehozva itt %4</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Válassz tároló eszközt:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Aktuális:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> - <translation>Új %1 partíció létrehozása a következőn: %2.</translation> + <translation>%1 partíció használata mint home partíció a %2 -n</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Válaszd ki a partíciót amit zsugorítani akarsz és egérrel méretezd át.</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Válaszd ki a telepítésre szánt partíciót </strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Nem található EFI partíció a rendszeren. Menj vissza a manuális partícionáláshoz és állíts be %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>A %1 EFI rendszer partíció lesz használva %2 indításához.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI rendszerpartíció:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Úgy tűnik ezen a tárolóeszközön nincs operációs rendszer. Mit szeretnél csinálni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Lemez törlése</strong><br/>Ez <font color="red">törölni</font> fogja a lemezen levő összes adatot.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Ezen a tárolóeszközön %1 található. Mit szeretnél tenni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Meglévő mellé telepíteni</strong><br/>A telepítő zsugorítani fogja a partíciót, hogy elférjen a %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>A partíció lecserélése</strong> a következővel: %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Ez a tárolóeszköz már tartalmaz egy operációs rendszert. Mit szeretnél tenni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>A tárolóeszközön több operációs rendszer található. Mit szeretnél tenni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön.</translation> </message> @@ -563,12 +579,12 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <translation>Fájlrendszer:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Zászlók:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Csatolási pont:</translation> </message> @@ -583,25 +599,30 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> - <translation>Rendszer titkosítása</translation> + <translation>Titkosítás</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logikai</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Elsődleges</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>A csatolási pont már használatban van. Kérem, válassz másikat.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -750,22 +771,22 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <translation>useradd megszakítva %1 hibakóddal.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Nem lehet a teljes nevet beállítani a %1 felhasználónak.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Nem lehet a %1 felhasználót létrehozni a %2 csoportban.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn megszakítva %1 hibakóddal.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod megszakítva %1 hibakóddal.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Nem lehet a home könyvtár tulajdonos jogosultságát beállítani %1 felhasználónak.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown megszakítva %1 hibakóddal.</translation> </message> @@ -849,6 +870,32 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Dracut LUKS konfiguráció mentése ide %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Dracut LUKS konfiguráció mentésének kihagyása: "/" partíció nincs titkosítva.</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Hiba történt %1 megnyitásakor</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Teszt C++ job</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -896,6 +943,11 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <source>Flags:</source> <translation>Zászlók:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>A csatolási pont már használatban van. Kérem, válassz másikat.</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -922,43 +974,43 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <message> <location filename="../src/modules/partition/gui/EncryptWidget.cpp" line="150"/> <source>Please enter the same passphrase in both boxes.</source> - <translation>Kérem ugyanazt a jelmondadot használd mindkét dobozban.</translation> + <translation>Írd be ugyanazt a jelmondatot mindkét dobozban.</translation> </message> </context> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Partíció információk beállítása</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>%1 telepítése az <strong>új</strong> %2 partícióra.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation><strong>Új</strong> %2 partíció beállítása <strong>%1</strong> csatolási ponttal.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>%2 telepítése %3 <strong>%1</strong> rendszer partícióra.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>%3 partíció beállítása <strong>%1</strong> <strong>%2</strong> csatolási ponttal.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Rendszerbetöltő telepítése ide <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Csatlakozási pontok létrehozása</translation> </message> @@ -1096,7 +1148,7 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Billentyűzet</translation> </message> @@ -1204,7 +1256,7 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <location filename="../src/modules/locale/LocalePage.cpp" line="206"/> <location filename="../src/modules/locale/LocalePage.cpp" line="240"/> <source>The numbers and dates locale will be set to %1.</source> - <translation>A rendszer területi beállítása %1.</translation> + <translation>A számok és dátumok területi beállítása %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="216"/> @@ -1223,12 +1275,12 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <translation>&Változtat...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Időzóna beállítása %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1299,7 +1351,7 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Hálózati telepítés. (Kikapcsolva: A csomagokat nem lehet letölteni, ellenőrizd a hálózati kapcsolatot)</translation> </message> @@ -1522,7 +1574,7 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <translation>&Rendszerbetöltő telepítése ide:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Biztos vagy benne, hogy létrehozol egy új partíciós táblát itt %1 ?</translation> </message> @@ -1614,6 +1666,16 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>EFI rendszerpartíciónak léteznie kell %1 indításához.<br/><br/> A csatolási pont <strong>%2</strong> beállítása sikerült a partíción de a zászló nincs beállítva. A beálíltásához lépj vissza szerkeszteni a partíciót..<br/><br/> Folytathatod a telepítést zászló beállítása nélkül is, de lehet, hogy a rendszer nem indul el majd.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Indító partíció nincs titkosítva</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Egy külön indító partíció lett beállítva egy titkosított root partícióval, de az indító partíció nincs titkosítva.br/><br/>Biztonsági aggályok merülnek fel ilyen beállítás mellet, mert fontos fájlok nem titkosított partíción vannak tárolva. <br/>Ha szeretnéd, folytathatod így, de a fájlrendszer zárolása meg fog történni az indítás után. <br/> Az indító partíció titkosításához lépj vissza és az újra létrehozáskor válaszd a <strong>Titkosít</strong> opciót.</translation> + </message> </context> <context> <name>QObject</name> @@ -1629,22 +1691,22 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <translation>Alapértelmezett</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>ismeretlen</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>kiterjesztett</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>formázatlan</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>Swap</translation> </message> @@ -1732,52 +1794,52 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Rendszerinformációk gyűjtése...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>Legalább %1 GB lemezterület elérhető</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Nincs elég lemezterület. Legalább %1GB szükséges.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>Legalább %1 GB elérhető memória</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>A rendszernek nincs elég memóriája. Legalább %1 GB szükséges.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>csatlakoztatva van külső áramforráshoz</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>A rendszer nincs csatlakoztatva külső áramforráshoz</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>csatlakozik az internethez</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>A rendszer nem csatlakozik az internethez.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>A telepítő nem adminisztrátori jogokkal fut.</translation> </message> @@ -1875,71 +1937,127 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Billentyűzet beállítása %1, elrendezés %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Hiba történt a billentyűzet virtuális konzolba való beállításakor</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Hiba történt %1 -re történő íráskor</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Hiba történt a billentyűzet X11- hez való beállításakor</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Hiba történt a billentyűzet konfiguráció alapértelmezett /etc/default mappába valló elmentésekor.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Zászlók beállítása a partíción %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Jelzők beállítása a %1MB %2 partíción.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Jelzők beállítása az új partíción.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Zászlók törlése a partíción: <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Jelzők törlése a %1MB <strong>%2</strong> partíción.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Jelzők törlése az új partíción.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Zászlók beállítása <strong>%1</strong> ,mint <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Jelzők beállítása %1MB <strong>%2</strong> a partíción mint <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Jelző beállítása mint <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Zászlók törlése a partíción: <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Jelzők törlése a %1MB <strong>%2</strong> partíción.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>jelzők törlése az új partíción.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Zászlók beállítása <strong>%2</strong> a <strong>%1</strong> partíción.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Jelzők beállítása <strong>%3</strong> a %1MB <strong>%2</strong> partíción.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Jelzők beállítása az új <strong>%1</strong> partíción.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>A telepítőnek nem sikerült a zászlók beállítása a partíción %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Nem sikerült az eszköz megnyitása '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Nem sikerült a partíció megnyitása a következő eszközön '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>A '%1' partcíió nem található.</translation> </message> @@ -1980,12 +2098,22 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <translation>rootMountPoint is %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Nem lehet a %1 felhasználó jelszavát beállítani.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod megszakítva %1 hibakóddal.</translation> </message> @@ -2047,33 +2175,33 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>A felhasználónév túl hosszú.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>A felhasználónév érvénytelen karaktereket tartalmaz. Csak kis kezdőbetűk és számok érvényesek.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>A hálózati név túl rövid.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>A hálózati név túl hosszú.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>A hálózati név érvénytelen karaktereket tartalmaz. Csak betűk, számok és kötőjel érvényes.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>A két jelszó nem egyezik!</translation> </message> @@ -2143,7 +2271,7 @@ Telepítés nem folytatható. <a href="#details">Részletek...&l <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Üdvözlet</translation> </message> diff --git a/lang/calamares_id.ts b/lang/calamares_id.ts index 182ce56003..229ba834c0 100644 --- a/lang/calamares_id.ts +++ b/lang/calamares_id.ts @@ -29,7 +29,7 @@ <message> <location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="218"/> <source>EFI system partition:</source> - <translation>Partisi sistem EFI</translation> + <translation>Partisi sistem EFI:</translation> </message> </context> <context> @@ -70,7 +70,7 @@ <message> <location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="111"/> <source>Do not install a boot loader</source> - <translation>Jangan instal boot loader</translation> + <translation>Jangan pasang boot loader</translation> </message> <message> <location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="125"/> @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Tipe:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>tidak ada</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Antarmuka:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> - <translation type="unfinished"/> + <translation>Alat</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Informasi debug</translation> </message> @@ -116,7 +132,7 @@ <message> <location filename="../src/libcalamaresui/ExecutionViewStep.cpp" line="77"/> <source>Install</source> - <translation>Instal</translation> + <translation>Pasang</translation> </message> </context> <context> @@ -256,14 +272,14 @@ Keluaran: <message> <location filename="../src/libcalamaresui/ViewManager.cpp" line="90"/> <source>Cancel installation?</source> - <translation>Batalkan instalasi?</translation> + <translation>Batalkan pemasangan?</translation> </message> <message> <location filename="../src/libcalamaresui/ViewManager.cpp" line="91"/> <source>Do you really want to cancel the current install process? The installer will quit and all changes will be lost.</source> - <translation>Apakah Anda benar-benar ingin membatalkan proses instalasi ini? -Penginstal akan ditutup dan semua perubahan akan hilang.</translation> + <translation>Apakah Anda benar-benar ingin membatalkan proses pemasangan ini? +Pemasangan akan ditutup dan semua perubahan akan hilang.</translation> </message> <message> <location filename="../src/libcalamaresui/ViewManager.cpp" line="224"/> @@ -273,12 +289,12 @@ Penginstal akan ditutup dan semua perubahan akan hilang.</translation> <message> <location filename="../src/libcalamaresui/ViewManager.cpp" line="225"/> <source>The %1 installer is about to make changes to your disk in order to install %2.<br/><strong>You will not be able to undo these changes.</strong></source> - <translation>Penginstal %1 akan membuat perubahan ke disk Anda untuk menginstal %2.<br/><strong>Anda tidak dapat membatalkan perubahan tersebut.</strong></translation> + <translation>Pemasang %1 akan membuat perubahan ke disk Anda untuk memasang %2.<br/><strong>Anda tidak dapat membatalkan perubahan tersebut.</strong></translation> </message> <message> <location filename="../src/libcalamaresui/ViewManager.cpp" line="232"/> <source>&Install now</source> - <translation>&Instal sekarang</translation> + <translation>&Pasang sekarang</translation> </message> <message> <location filename="../src/libcalamaresui/ViewManager.cpp" line="233"/> @@ -298,28 +314,28 @@ Penginstal akan ditutup dan semua perubahan akan hilang.</translation> <message> <location filename="../src/libcalamaresui/ViewManager.cpp" line="171"/> <source>Installation Failed</source> - <translation>Instalasi Gagal</translation> + <translation>Pemasangan Gagal</translation> </message> </context> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Tipe pengecualian tidak dikenal</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>tidak dapat mengurai pesan kesalahan Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>tidak dapat mengurai penelusuran balik Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Tidak dapat mengambil pesan kesalahan Python.</translation> </message> @@ -329,7 +345,7 @@ Penginstal akan ditutup dan semua perubahan akan hilang.</translation> <message> <location filename="../src/calamares/CalamaresWindow.cpp" line="44"/> <source>%1 Installer</source> - <translation>Penginstal %1</translation> + <translation>Pemasang %1</translation> </message> <message> <location filename="../src/calamares/CalamaresWindow.cpp" line="98"/> @@ -355,14 +371,14 @@ Penginstal akan ditutup dan semua perubahan akan hilang.</translation> <message> <location filename="../src/modules/welcome/checker/CheckerWidget.cpp" line="95"/> <source>This computer does not satisfy the minimum requirements for installing %1.<br/>Installation cannot continue. <a href="#details">Details...</a></source> - <translation>Komputer ini tidak memenuhi syarat minimum untuk menginstal %1. -Penginstalan tidak dapat dilanjutkan. <a href="</translation> + <translation>Komputer ini tidak memenuhi syarat minimum untuk memasang %1. +Pemasang tidak dapat dilanjutkan. <a href="</translation> </message> <message> <location filename="../src/modules/welcome/checker/CheckerWidget.cpp" line="113"/> <source>This computer does not satisfy some of the recommended requirements for installing %1.<br/>Installation can continue, but some features might be disabled.</source> - <translation>Komputer ini tidak memenuhi beberapa syarat yang direkomendasikan untuk menginstal %1. -Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translation> + <translation>Komputer ini tidak memenuhi beberapa syarat yang direkomendasikan untuk memasang %1. +Pemasangan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translation> </message> <message> <location filename="../src/modules/welcome/checker/CheckerWidget.cpp" line="142"/> @@ -388,109 +404,109 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <translation>Isian</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Setelah:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Pemartisian manual</strong><br/>Anda bisa membuat atau mengubah ukuran partisi.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Lokasi Boot loader:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 akan disusutkan menjadi %2MB dan partisi baru %3MB akan dibuat untuk %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> - <translation type="unfinished"/> + <translation>Pilih perangkat penyimpanan:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> - <translation type="unfinished"/> + <translation>Saat ini:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> - <translation type="unfinished"/> + <translation>Gunakan kembali %1 sebagai partisi home untuk %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> - <translation type="unfinished"/> + <translation>Partisi sistem EFI:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Tampaknya media penyimpanan ini tidak mengandung sistem operasi. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Hapus disk</strong><br/>Aksi ini akan <font color="red">menghapus</font> semua berkas yang ada pada media penyimpanan terpilih.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Media penyimpanan ini mengandung %1. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> - <translation><strong>Pasang berdampingan dengan</strong><br/>Penginstal akan menciutkan sebuah partisi untuk memberi ruang bagi %1.</translation> + <translation><strong>Pasang berdampingan dengan</strong><br/>Pemasang akan menciutkan sebuah partisi untuk memberi ruang bagi %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Ganti sebuah partisi</strong><br/> Ganti partisi dengan %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Media penyimpanan ini telah mengandung sistem operasi. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Media penyimpanan ini telah mengandung beberapa sistem operasi. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation> </message> @@ -561,15 +577,15 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="119"/> <source>Fi&le System:</source> - <translation type="unfinished"/> + <translation>Sistem Berkas:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> - <translation type="unfinished"/> + <translation>Tanda:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Titik Kait:</translation> </message> @@ -584,25 +600,30 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> - <translation type="unfinished"/> + <translation>Enkripsi</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logikal</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Utama</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -624,7 +645,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/jobs/CreatePartitionJob.cpp" line="83"/> <source>The installer failed to create partition on disk '%1'.</source> - <translation>Penginstal gagal untuk membuat partisi di disk '%1'.</translation> + <translation>Pemasang gagal untuk membuat partisi di disk '%1'.</translation> </message> <message> <location filename="../src/modules/partition/jobs/CreatePartitionJob.cpp" line="92"/> @@ -639,12 +660,12 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/jobs/CreatePartitionJob.cpp" line="126"/> <source>The installer failed to create file system on partition %1.</source> - <translation>Penginstal gagal membuat sistem berkas pada partisi %1.</translation> + <translation>Pemasang gagal membuat sistem berkas pada partisi %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/CreatePartitionJob.cpp" line="134"/> <source>The installer failed to update partition table on disk '%1'.</source> - <translation>Penginstal gagal memperbarui tabel partisi pada disk %1.</translation> + <translation>Pemasang gagal memperbarui tabel partisi pada disk %1.</translation> </message> </context> <context> @@ -695,7 +716,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/jobs/CreatePartitionTableJob.cpp" line="76"/> <source>The installer failed to create a partition table on %1.</source> - <translation>Penginstal gagal membuat tabel partisi pada %1.</translation> + <translation>Pemasang gagal membuat tabel partisi pada %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/CreatePartitionTableJob.cpp" line="84"/> @@ -751,22 +772,22 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <translation>useradd dihentikan dengan kode kesalahan %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Tidak dapat menyetel nama lengkap untuk pengguna %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn dihentikan dengan kode kesalahan %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Tidak dapat menyetel kepemilikan direktori home untuk pengguna %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown dihentikan dengan kode kesalahan %1.</translation> </message> @@ -791,7 +812,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="67"/> <source>The installer failed to delete partition %1.</source> - <translation>Penginstal gagal untuk menghapus partisi %1.</translation> + <translation>Pemasang gagal untuk menghapus partisi %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="73"/> @@ -829,7 +850,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="121"/> <source>This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.</source> - <translation>Pemartisi <strong>tidak bisa mendeteksi tabel partisi apapun</strong> pada media penyimpanan terpilih.<br><br>Mungkin media ini tidak memiliki tabel partisi, atau tabel partisi yang ada telah korup atau tipenya tidak dikenal.<br>Penginstal dapat membuatkan partisi baru untuk Anda, baik secara otomatis atau melalui laman pemartisian manual.</translation> + <translation>Pemasang <strong>tidak bisa mendeteksi tabel partisi apapun</strong> pada media penyimpanan terpilih.<br><br>Mungkin media ini tidak memiliki tabel partisi, atau tabel partisi yang ada telah korup atau tipenya tidak dikenal.<br>Pemasang dapat membuatkan partisi baru untuk Anda, baik secara otomatis atau melalui laman pemartisian manual.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="131"/> @@ -850,6 +871,32 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -897,6 +944,11 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -913,53 +965,53 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="42"/> <source>Passphrase</source> - <translation type="unfinished"/> + <translation>Kata Sandi</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="52"/> <source>Confirm passphrase</source> - <translation type="unfinished"/> + <translation>Konfirmasi kata sandi</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.cpp" line="150"/> <source>Please enter the same passphrase in both boxes.</source> - <translation type="unfinished"/> + <translation>Silakan masukkan kata sandi yang sama di kedua kotak.</translation> </message> </context> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Tetapkan informasi partisi</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> - <translation>Instal %1 pada partisi sistem %2 <strong>baru</strong></translation> + <translation>Pasang %1 pada partisi sistem %2 <strong>baru</strong></translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Setel partisi %2 <strong>baru</strong> dengan tempat kait <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> - <translation>Instal %2 pada sistem partisi %3 <strong>%1</strong>.</translation> + <translation>Pasang %2 pada sistem partisi %3 <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Setel partisi %3 <strong>%1</strong> dengan tempat kait <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> - <translation>Instal boot loader di <strong>%1</strong>.</translation> + <translation>Pasang boot loader di <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Menyetel tempat kait.</translation> </message> @@ -979,7 +1031,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/finished/FinishedPage.cpp" line="50"/> <source><h1>All done.</h1><br/>%1 has been installed on your computer.<br/>You may now restart into your new system, or continue using the %2 Live environment.</source> - <translation><h1>Selesai.</h1><br>%1 sudah terinstal di komputer Anda.<br/>Anda dapat memulai ulang ke sistem baru atau lanjut menggunakan lingkungan Live %2.</translation> + <translation><h1>Selesai.</h1><br>%1 sudah terpasang di komputer Anda.<br/>Anda dapat memulai ulang ke sistem baru atau lanjut menggunakan lingkungan Live %2.</translation> </message> </context> <context> @@ -1010,7 +1062,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="83"/> <source>The installer failed to format partition %1 on disk '%2'.</source> - <translation>Penginstal gagal memformat partisi %1 pada disk '%2'.'%2'.</translation> + <translation>Pemasang gagal memformat partisi %1 pada disk '%2'.'%2'.</translation> </message> <message> <location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="91"/> @@ -1025,12 +1077,12 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="124"/> <source>The installer failed to create file system on partition %1.</source> - <translation>Penginstal gagal membuat sistem berkas pada partisi %1.</translation> + <translation>Pemasang gagal membuat sistem berkas pada partisi %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="133"/> <source>The installer failed to update partition table on disk '%1'.</source> - <translation>Penginstal gagal memperbarui tabel partisi pada disk '%1'.</translation> + <translation>Pemasang gagal memperbarui tabel partisi pada disk '%1'.</translation> </message> </context> <context> @@ -1058,14 +1110,14 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="84"/> <location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="96"/> <source>Konsole not installed</source> - <translation>Konsole tidak terinstal</translation> + <translation>Konsole tidak terpasang</translation> </message> <message> <location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="70"/> <location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="85"/> <location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="97"/> <source>Please install the kde konsole and try again!</source> - <translation>Mohon instal konsole KDE dan coba lagi!</translation> + <translation>Mohon pasang konsole KDE dan coba lagi!</translation> </message> <message> <location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="122"/> @@ -1097,7 +1149,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Papan Ketik</translation> </message> @@ -1130,7 +1182,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/license/LicensePage.cpp" line="115"/> <source><h1>License Agreement</h1>This setup procedure will install proprietary software that is subject to licensing terms.</source> - <translation><h1>Persetujuan Lisensi</h1>Prosedur ini akan menginstal perangkat lunak proprietiary yang terkait dengan lisensi. </translation> + <translation><h1>Persetujuan Lisensi</h1>Prosedur ini akan memasang perangkat lunak berpemilik yang terkait dengan lisensi. </translation> </message> <message> <location filename="../src/modules/license/LicensePage.cpp" line="118"/> @@ -1224,12 +1276,12 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <translation>&Ubah...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Setel zona waktu ke %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1300,7 +1352,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1359,7 +1411,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/users/page_usersetup.ui" line="200"/> <source><small>If more than one person will use this computer, you can set up multiple accounts after installation.</small></source> - <translation><small>Jika lebih dari satu orang akan menggunakan komputer ini, Anda dapat mengatur beberapa akun setelah penginstalan.</small></translation> + <translation><small>Jika lebih dari satu orang akan menggunakan komputer ini, Anda dapat mengatur beberapa akun setelah pemasangan.</small></translation> </message> <message> <location filename="../src/modules/users/page_usersetup.ui" line="335"/> @@ -1523,7 +1575,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <translation>Pasang boot %loader pada:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Apakah Anda yakin ingin membuat tabel partisi baru pada %1?</translation> </message> @@ -1543,12 +1595,12 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="158"/> <source>Install %1 <strong>alongside</strong> another operating system.</source> - <translation>Instal %1 <strong>berdampingan</strong> dengan sistem operasi lain.</translation> + <translation>Pasang %1 <strong>berdampingan</strong> dengan sistem operasi lain.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="163"/> <source><strong>Erase</strong> disk and install %1.</source> - <translation><strong>Hapus</strong> diska dan instal %1.</translation> + <translation><strong>Hapus</strong> diska dan pasang %1.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="168"/> @@ -1563,12 +1615,12 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="186"/> <source>Install %1 <strong>alongside</strong> another operating system on disk <strong>%2</strong> (%3).</source> - <translation>Instal %1 <strong>berdampingan</strong> dengan sistem operasi lain di disk <strong>%2</strong> (%3).</translation> + <translation>Pasang %1 <strong>berdampingan</strong> dengan sistem operasi lain di disk <strong>%2</strong> (%3).</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="193"/> <source><strong>Erase</strong> disk <strong>%2</strong> (%3) and install %1.</source> - <translation><strong>Hapus</strong> diska <strong>%2</strong> (%3) dan instal %1.</translation> + <translation><strong>Hapus</strong> diska <strong>%2</strong> (%3) dan pasang %1.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="200"/> @@ -1615,6 +1667,16 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1630,22 +1692,22 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <translation>Standar</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>tidak diketahui:</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>extended</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>tidak terformat:</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1665,7 +1727,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="134"/> <source>Select where to install %1.<br/><font color="red">Warning: </font>this will delete all files on the selected partition.</source> - <translation>Pilih tempat penginstalan %1.<br/><font color="red">Peringatan: </font>hal ini akan menghapus semua berkas di partisi terpilih.</translation> + <translation>Pilih tempat pemasangan %1.<br/><font color="red">Peringatan: </font>hal ini akan menghapus semua berkas di partisi terpilih.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="161"/> @@ -1675,17 +1737,17 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="169"/> <source>%1 cannot be installed on empty space. Please select an existing partition.</source> - <translation>%1 tidak dapat diinstal di ruang kosong. Mohon pilih partisi yang tersedia.</translation> + <translation>%1 tidak dapat dipasang di ruang kosong. Mohon pilih partisi yang tersedia.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="180"/> <source>%1 cannot be installed on an extended partition. Please select an existing primary or logical partition.</source> - <translation>%1 tidak bisa diinstal pada Partisi Extended. Mohon pilih Partisi Primari atau Logical yang tersedia.</translation> + <translation>%1 tidak bisa dipasang pada Partisi Extended. Mohon pilih Partisi Primary atau Logical yang tersedia.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="191"/> <source>%1 cannot be installed on this partition.</source> - <translation>%1 tidak dapat diinstal di partisi ini.</translation> + <translation>%1 tidak dapat dipasang di partisi ini.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="198"/> @@ -1717,7 +1779,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="286"/> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="311"/> <source><strong>%3</strong><br/><br/>%1 will be installed on %2.<br/><font color="red">Warning: </font>all data on partition %2 will be lost.</source> - <translation><strong>%3</strong><br/><br/>%1 akan diinstal pada %2.<br/><font color="red">Peringatan: </font>seluruh data %2 akan hilang.</translation> + <translation><strong>%3</strong><br/><br/>%1 akan dipasang pada %2.<br/><font color="red">Peringatan: </font>seluruh data %2 akan hilang.</translation> </message> <message> <location filename="../src/modules/partition/gui/ReplaceWidget.cpp" line="277"/> @@ -1733,54 +1795,54 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Mengumpulkan informasi sistem...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>memiliki paling sedikit %1 GB ruang drive tersedia</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Ruang drive tidak cukup. Butuh minial %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>memiliki paling sedikit %1 GB memori bekerja</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Sistem ini tidak memiliki memori yang cukup. Butuh minial %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>terhubung dengan sumber listrik</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Sistem tidak terhubung dengan sumber listrik.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>terkoneksi dengan internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Sistem tidak terkoneksi dengan internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> - <translation>Penginstal tidak dijalankan dengan kewenangan administrator.</translation> + <translation>Pemasang tidak dijalankan dengan kewenangan administrator.</translation> </message> </context> <context> @@ -1822,7 +1884,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="232"/> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="298"/> <source>The installer failed to resize partition %1 on disk '%2'.</source> - <translation>Penginstal gagal untuk merubah ukuran partisi %1 pada disk '%2'.</translation> + <translation>Pemasang gagal untuk merubah ukuran partisi %1 pada disk '%2'.</translation> </message> <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="237"/> @@ -1876,73 +1938,129 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Model papan ketik ditetapkan ke %1, tata letak ke %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Gagal menulis konfigurasi papan ketik untuk virtual console.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Gagal menulis ke %1.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Gagal menulis konfigurasi papan ketik untuk X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> - <source>The installer failed to set flags on partition %1.</source> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> - <source>Could not open device '%1'.</source> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> + <source>The installer failed to set flags on partition %1.</source> + <translation>Pemasang gagal menetapkan bendera pada partisi %1.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> + <source>Could not open device '%1'.</source> + <translation>Tidak dapat membuka perangkat '%1'.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> - <translation type="unfinished"/> + <translation>Tidak dapat membuka tabel partisi pada perangkat '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> - <translation type="unfinished"/> + <translation>Tidak dapat menemukan partisi '%1'.</translation> </message> </context> <context> @@ -1981,12 +2099,22 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <translation>rootMountPoint adalah %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Tidak dapat menyetel sandi untuk pengguna %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod dihentikan dengan kode kesalahan %1.</translation> </message> @@ -2034,7 +2162,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <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>Berikut adalah tinjauan mengenai yang akan terjadi setelah Anda memulai prosedur instalasi.</translation> + <translation>Berikut adalah tinjauan mengenai yang akan terjadi setelah Anda memulai prosedur pemasangan.</translation> </message> </context> <context> @@ -2048,33 +2176,33 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Nama pengguna Anda terlalu panjang.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Nama pengguna Anda berisi karakter yang tidak sah. Hanya huruf kecil dan angka yang diperbolehkan.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Hostname Anda terlalu pendek.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Hostname Anda terlalu panjang.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Hostname Anda berisi karakter yang tidak sah. Hanya huruf kecil, angka, dan strip yang diperbolehkan.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Sandi Anda tidak sama!</translation> </message> @@ -2122,17 +2250,17 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <message> <location filename="../src/modules/welcome/WelcomePage.cpp" line="56"/> <source><h1>Welcome to the %1 installer.</h1></source> - <translation><h1>Selamat datang di penginstal %1.</h1></translation> + <translation><h1>Selamat datang di pemasang %1.</h1></translation> </message> <message> <location filename="../src/modules/welcome/WelcomePage.cpp" line="70"/> <source>About %1 installer</source> - <translation>Tentang penginstal %1</translation> + <translation>Tentang pemasang %1</translation> </message> <message> <location filename="../src/modules/welcome/WelcomePage.cpp" line="72"/> <source><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2015 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, 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/>untuk %3</strong><br/><br/>Hak cipta 2014-2015 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Terima kasih kepada: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Philip Müller, Pier Luigi Fiorini, Rohan Garg dan <a href="https://www.transifex.com/calamares/calamares/">tim penerjemah Calamares</a>.<br/><br/>Pengembangan <a href="http://calamares.io/">Calamares</a> disponsori oleh <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</translation> </message> <message> <location filename="../src/modules/welcome/WelcomePage.cpp" line="196"/> @@ -2143,7 +2271,7 @@ Penginstalan dapat dilanjutkan, namun beberapa fitur akan ditiadakan.</translati <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Selamat Datang</translation> </message> diff --git a/lang/calamares_is.ts b/lang/calamares_is.ts index 7d0076b47f..070b5c5aee 100644 --- a/lang/calamares_is.ts +++ b/lang/calamares_is.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Verkfæri</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Villuleitarupplýsingar</translation> </message> @@ -304,22 +320,22 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Óþekkt undantekning gerð</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>óþáttanleg Python villa</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>óþáttanleg Python reki</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Ónáanleg Python villa.</translation> </message> @@ -386,109 +402,109 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <translation>Eyðublað</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Eftir:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Leiðarvísir skiptingu</strong><br/>Þú getur búið til eða breytt stærð skiptingu sjálf(ur).</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Staðsetning ræsistjóra</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 verður minnkað í %2MB og nýtt %3MB skipting verður búin til %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Veldu geymslu tæ&ki:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Núverandi:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> - <translation type="unfinished"/> + <translation>Endurnota %1 sem heimasvæðis disksneið fyrir %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Veldu hvaða skipting að skreppa saman, svo draga að neðsta bar til að endurstækka</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Veldu disksnið til að setja upp á </strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>EFI kerfisdisksneið á %1 mun verða notuð til að ræsa %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI kerfisdisksneið:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Þetta geymslu tæki hefur mörg stýrikerfi á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Eyða disk</strong><br/>Þetta mun <font color="red">eyða</font> öllum gögnum á þessu valdna geymslu tæki.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Þetta geymslu tæki hefur %1 á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Setja upp með</strong><br/>Uppsetningin mun minnka disksnið til að búa til pláss fyrir %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>leysa af hólmi</strong><br/>Kemur í stað skiptingu með %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Þetta geymslu tæki hefur stýrikerfi á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Þetta geymslu tæki hefur mörg stýrikerfi á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki.</translation> </message> @@ -562,12 +578,12 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <translation>Skráa&kerfi:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Flögg:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Tengi&punktur:</translation> </message> @@ -582,25 +598,30 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>&Dulrita</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Rökleg</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Aðal</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <translation>useradd endaði með villu kóðann %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Get ekki sett fullt nafn fyrir notanda %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Get ekki bætt við notanda %1 til hóps: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn endaði með villu kóðann %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Get ekki stillt heimasvæðis eignarhald fyrir notandann %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown endaði með villu kóðann %1.</translation> </message> @@ -848,6 +869,32 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Tókst ekki að opna %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <source>Flags:</source> <translation>Flögg:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Setja upplýsingar um disksneið</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Setja upp %1 á <strong>nýja</strong> %2 disk sneiðingu.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Setja upp <strong>nýtt</strong> %2 snið með tengipunkti <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Setja upp %2 á %3 disk sneiðingu <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Setja upp %3 snið <strong>%1</strong> með tengipunkti <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Setja ræsistjórann upp á <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Set upp tengipunkta.</translation> </message> @@ -1036,7 +1088,7 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="20"/> <source>Frame</source> - <translation type="unfinished"/> + <translation>Rammi</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="29"/> @@ -1095,7 +1147,7 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Lyklaborð</translation> </message> @@ -1197,7 +1249,7 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <location filename="../src/modules/locale/LocalePage.cpp" line="174"/> <location filename="../src/modules/locale/LocalePage.cpp" line="237"/> <source>The system language will be set to %1.</source> - <translation type="unfinished"/> + <translation>Tungumál kerfisins verður sett sem %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="206"/> @@ -1222,12 +1274,12 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <translation>&Breyta...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Setja tímabelti sem %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1521,7 +1573,7 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <translation>Setja upp ræsistjóran á:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Ertu viss um að þú viljir búa til nýja disksneið á %1?</translation> </message> @@ -1613,6 +1665,16 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <translation>Sjálfgefið</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>óþekkt</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>útvíkkuð</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>ekki forsniðin</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>swap diskminni</translation> </message> @@ -1731,52 +1793,52 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Söfnun kerfis upplýsingar...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>hefur að minnsta kosti %1 GB laus á harðadisk</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Það er ekki nóg diskapláss. Að minnsta kosti %1 GB eru þörf.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>hefur að minnsta kosti %1 GB vinnsluminni</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Kerfið hefur ekki nóg vinnsluminni. Að minnsta kosti %1 GB er krafist.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>er í sambandi við aflgjafa</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Kerfið er ekki í sambandi við aflgjafa.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>er tengd við Internetið</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Kerfið er ekki tengd við internetið.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Uppsetningin er ekki keyrandi með kerfisstjórnar réttindi.</translation> </message> @@ -1804,7 +1866,7 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="187"/> <source>Resize partition %1.</source> - <translation type="unfinished"/> + <translation>Breyti stærð skiptingu %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="194"/> @@ -1874,73 +1936,129 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Tókst ekki að skrifa %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> - <translation type="unfinished"/> + <translation>Gat ekki opnað tæki '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> - <translation type="unfinished"/> + <translation>Gat ekki opnað disksneiðatöflu á tækinu '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> - <translation type="unfinished"/> + <translation>Gat ekki fundið disksneiðina '%1'.</translation> </message> </context> <context> @@ -1979,12 +2097,22 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Get ekki sett lykilorð fyrir notanda %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2046,33 +2174,33 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Notandanafnið þitt er of langt.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Notandanafnið þitt inniheldur ógilda stafi. Aðeins lágstöfum og númer eru leyfð.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Lykilorð passa ekki!</translation> </message> @@ -2141,7 +2269,7 @@ Uppsetning mun hætta og allar breytingar tapast.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Velkomin(n)</translation> </message> diff --git a/lang/calamares_it_IT.ts b/lang/calamares_it_IT.ts index 648b7701db..8260167e49 100644 --- a/lang/calamares_it_IT.ts +++ b/lang/calamares_it_IT.ts @@ -4,12 +4,12 @@ <message> <location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="77"/> <source>Choose partition to shrink:</source> - <translation>Scegli la partizione da ridurre:</translation> + <translation>Scegliere la partizione da ridurre:</translation> </message> <message> <location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="78"/> <source>Allocate drive space by dragging the divider below:</source> - <translation>Assegna spazio su disco trascinando il separatore sottostante:</translation> + <translation>Assegnare spazio su disco trascinando il separatore sottostante:</translation> </message> <message> <location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="121"/> @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Tipo:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>nessuna</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Interfaccia:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Strumenti</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Informazioni di debug</translation> </message> @@ -304,22 +320,22 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Tipo di eccezione sconosciuto</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Errore Python non definibile</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Traceback Python non definibile</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Errore di Python non definibile.</translation> </message> @@ -386,109 +402,109 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <translation>Modulo</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Dopo:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Partizionamento manuale</strong><br/>Si possono creare o ridimensionare le partizioni manualmente.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Posizionamento del boot loader:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 sarà ridotta a %2MB e una nuova partizione di %3MB sarà creata per %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> - <translation>Seleziona un dispositivo di me&moria:</translation> + <translation>Selezionare un dispositivo di me&moria:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Corrente:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> - <translation>Riutilizza %1 come partizione home per &2.</translation> + <translation>Riutilizzare %1 come partizione home per &2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> - <translation><strong>Seleziona una partizione da ridurre, trascina la barra inferiore per ridimensionare</strong></translation> + <translation><strong>Selezionare una partizione da ridurre, trascina la barra inferiore per ridimensionare</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Selezionare la partizione sulla quale si vuole installare</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Impossibile trovare una partizione EFI di sistema. Si prega di tornare indietro ed effettuare un partizionamento manuale per configurare %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>La partizione EFI di sistema su %1 sarà usata per avviare %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Partizione EFI di sistema:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Questo dispositivo di memoria non sembra contenere alcun sistema operativo. Come si vuole procedere?<br/>Si potranno comunque rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> - <translation><strong>Cancella disco</strong><br/>Questo <font color="red">cancellerà</font> tutti i dati attualmente presenti sul dispositivo di memoria.</translation> + <translation><strong>Cancellare disco</strong><br/>Questo <font color="red">cancellerà</font> tutti i dati attualmente presenti sul dispositivo di memoria.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Questo dispositivo di memoria ha %1. Come si vuole procedere?<br/>Si potranno comunque rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> - <translation><strong>Installa a fianco</strong><br/>Il programma di installazione ridurrà una partizione per dare spazio a %1.</translation> + <translation><strong>Installare a fianco</strong><br/>Il programma di installazione ridurrà una partizione per dare spazio a %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> - <translation><strong>Sostituisci una partizione</strong><br/>Sostituisce una partizione con %1.</translation> + <translation><strong>Sostituire una partizione</strong><br/>Sostituisce una partizione con %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Questo dispositivo di memoria contenere già un sistema operativo. Come si vuole procedere?<br/>Si potranno comunque rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Questo dispositivo di memoria contenere diversi sistemi operativi. Come si vuole procedere?<br/>Comunque si potranno rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo.</translation> </message> @@ -498,7 +514,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="45"/> <source>Clear mounts for partitioning operations on %1</source> - <translation>Rimuovi i punti di mount per operazioni di partizionamento su %1</translation> + <translation>Rimuovere i punti di mount per operazioni di partizionamento su %1</translation> </message> <message> <location filename="../src/modules/partition/jobs/ClearMountsJob.cpp" line="53"/> @@ -516,7 +532,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/jobs/ClearTempMountsJob.cpp" line="40"/> <source>Clear all temporary mounts.</source> - <translation>Rimuovi tutti i punti di mount temporanei.</translation> + <translation>Rimuovere tutti i punti di mount temporanei.</translation> </message> <message> <location filename="../src/modules/partition/jobs/ClearTempMountsJob.cpp" line="47"/> @@ -539,7 +555,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="14"/> <source>Create a Partition</source> - <translation>Crea una partizione</translation> + <translation>Creare una partizione</translation> </message> <message> <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/> @@ -562,12 +578,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <translation>Fi&le System:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Flag:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Punto di &mount:</translation> </message> @@ -582,37 +598,42 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> - <translation>Ci&fra</translation> + <translation>Cr&iptare</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logica</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primaria</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Il punto di mount è già in uso. Sceglierne un altro.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> <message> <location filename="../src/modules/partition/jobs/CreatePartitionJob.cpp" line="48"/> <source>Create new %2MB partition on %4 (%3) with file system %1.</source> - <translation>Crea una nuova partizione da %2MB su %4 (%3) con file system %1.</translation> + <translation>Creare una nuova partizione da %2MB su %4 (%3) con file system %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/CreatePartitionJob.cpp" line="59"/> <source>Create new <strong>%2MB</strong> partition on <strong>%4</strong> (%3) with file system <strong>%1</strong>.</source> - <translation>Crea una nuova partizione da <strong>%2MB</strong> su <strong>%4</strong> (%3) con file system <strong>%1</strong>.</translation> + <translation>Creare una nuova partizione da <strong>%2MB</strong> su <strong>%4</strong> (%3) con file system <strong>%1</strong>.</translation> </message> <message> <location filename="../src/modules/partition/jobs/CreatePartitionJob.cpp" line="71"/> @@ -650,7 +671,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/gui/CreatePartitionTableDialog.ui" line="20"/> <source>Create Partition Table</source> - <translation>Crea tabella delle partizioni</translation> + <translation>Creare la tabella delle partizioni</translation> </message> <message> <location filename="../src/modules/partition/gui/CreatePartitionTableDialog.ui" line="39"/> @@ -678,12 +699,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/jobs/CreatePartitionTableJob.cpp" line="49"/> <source>Create new %1 partition table on %2.</source> - <translation>Crea una nuova tabella delle partizioni %1 su %2.</translation> + <translation>Creare una nuova tabella delle partizioni %1 su %2.</translation> </message> <message> <location filename="../src/modules/partition/jobs/CreatePartitionTableJob.cpp" line="56"/> <source>Create new <strong>%1</strong> partition table on <strong>%2</strong> (%3).</source> - <translation>Crea una nuova tabella delle partizioni <strong>%1</strong> su <strong>%2</strong> (%3).</translation> + <translation>Creare una nuova tabella delle partizioni <strong>%1</strong> su <strong>%2</strong> (%3).</translation> </message> <message> <location filename="../src/modules/partition/jobs/CreatePartitionTableJob.cpp" line="66"/> @@ -706,12 +727,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="50"/> <source>Create user %1</source> - <translation>Crea l'utente %1</translation> + <translation>Creare l'utente %1</translation> </message> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="57"/> <source>Create user <strong>%1</strong>.</source> - <translation>Crea utente <strong>%1</strong></translation> + <translation>Creare l'utente <strong>%1</strong></translation> </message> <message> <location filename="../src/modules/users/CreateUserJob.cpp" line="64"/> @@ -749,22 +770,22 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <translation>useradd si è chiuso con codice di errore %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Impossibile impostare il nome completo per l'utente %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Impossibile aggiungere l'utente %1 ai gruppi: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn si è chiuso con codice di errore %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod è terminato con codice di errore: %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Impossibile impostare i diritti sulla cartella home per l'utente %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown si è chiuso con codice di errore %1.</translation> </message> @@ -774,12 +795,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="42"/> <source>Delete partition %1.</source> - <translation>Cancella la partizione %1.</translation> + <translation>Cancellare la partizione %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="50"/> <source>Delete partition <strong>%1</strong>.</source> - <translation>Cancella la partizione <strong>%1</strong>.</translation> + <translation>Cancellare la partizione <strong>%1</strong>.</translation> </message> <message> <location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="58"/> @@ -848,6 +869,32 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Scrittura della configurazione LUKS per Dracut su %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Salto scrittura della configurazione LUKS per Dracut: la partizione "/" non è criptata</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Impossibile aprire %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Processo Dummy C++</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -863,12 +910,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="60"/> <source>&Keep</source> - <translation>&Mantieni</translation> + <translation>&Mantenere</translation> </message> <message> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="70"/> <source>Format</source> - <translation>Formatta</translation> + <translation>Formattare</translation> </message> <message> <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="89"/> @@ -895,6 +942,11 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <source>Flags:</source> <translation>Flag:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Il punto di mount è già in uso. Sceglierne un altro.</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -906,7 +958,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="32"/> <source>En&crypt system</source> - <translation>Ci&fra il sistema</translation> + <translation>Cr&iptare il sistema</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="42"/> @@ -916,7 +968,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="52"/> <source>Confirm passphrase</source> - <translation>Conferma frase di accesso</translation> + <translation>Confermare frase di accesso</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.cpp" line="150"/> @@ -927,37 +979,37 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> - <translation>Imposta informazioni partizione</translation> + <translation>Impostare informazioni partizione</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> - <translation>Installa %1 sulla <strong>nuova</strong> partizione di sistema %2.</translation> + <translation>Installare %1 sulla <strong>nuova</strong> partizione di sistema %2.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> - <translation>Imposta la <strong>nuova</strong> %2 partizione con punto di mount <strong>%1</strong>.</translation> + <translation>Impostare la <strong>nuova</strong> %2 partizione con punto di mount <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> - <translation>Installa %2 sulla partizione di sistema %3 <strong>%1</strong>.</translation> + <translation>Installare %2 sulla partizione di sistema %3 <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> - <translation>Imposta la partizione %3 <strong>%1</strong> con punto di montaggio <strong>%2</strong>.</translation> + <translation>Impostare la partizione %3 <strong>%1</strong> con punto di montaggio <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> - <translation>Installa il boot loader su <strong>%1</strong>.</translation> + <translation>Installare il boot loader su <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Impostazione dei punti di mount.</translation> </message> @@ -972,7 +1024,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/finished/FinishedPage.ui" line="77"/> <source>&Restart now</source> - <translation>&Riavvia ora</translation> + <translation>&Riavviare ora</translation> </message> <message> <location filename="../src/modules/finished/FinishedPage.cpp" line="50"/> @@ -993,12 +1045,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="49"/> <source>Format partition %1 (file system: %2, size: %3 MB) on %4.</source> - <translation>Formatta partizione %1 (file system: %2, dimensioni: %3 MB) su %4</translation> + <translation>Formattare la partizione %1 (file system: %2, dimensioni: %3 MB) su %4</translation> </message> <message> <location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="60"/> <source>Format <strong>%3MB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.</source> - <translation>Formatta la partizione <strong>%1</strong> da <strong>%3MB</strong> con file system <strong>%2</strong>.</translation> + <translation>Formattare la partizione <strong>%1</strong> da <strong>%3MB</strong> con file system <strong>%2</strong>.</translation> </message> <message> <location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="71"/> @@ -1084,18 +1136,18 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/keyboard/KeyboardPage.cpp" line="193"/> <source>Set keyboard model to %1.<br/></source> - <translation>Imposta il modello di tastiera a %1.<br/></translation> + <translation>Impostare il modello di tastiera a %1.<br/></translation> </message> <message> <location filename="../src/modules/keyboard/KeyboardPage.cpp" line="195"/> <source>Set keyboard layout to %1/%2.</source> - <translation>Imposta il layout della tastiera a %1%2.</translation> + <translation>Impostare il layout della tastiera a %1%2.</translation> </message> </context> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Tastiera</translation> </message> @@ -1133,7 +1185,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/license/LicensePage.cpp" line="118"/> <source>Please review the End User License Agreements (EULAs) above.<br/>If you do not agree with the terms, the setup procedure cannot continue.</source> - <translation>Leggi attentamente le licenze d'uso (EULA) riportate sopra.<br/>Se non ne accetti i termini, la procedura di configurazione non può proseguire.</translation> + <translation>Leggere attentamente le licenze d'uso (EULA) riportate sopra.<br/>Se non ne accetti i termini, la procedura di configurazione non può proseguire.</translation> </message> <message> <location filename="../src/modules/license/LicensePage.cpp" line="124"/> @@ -1143,7 +1195,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/license/LicensePage.cpp" line="129"/> <source>Please review the End User License Agreements (EULAs) above.<br/>If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.</source> - <translation>Leggi attentamente le licenze d'uso (EULA) riportate sopra.<br/>Se non ne accetti i termini, il software proprietario non verrà installato e al suo posto saranno utilizzate alternative open source.</translation> + <translation>Si prega di leggere attentamente gli accordi di licenza dell'utente finale (EULA) riportati sopra.</br>Se non se ne accettano i termini, il software proprietario non verrà installato e al suo posto saranno utilizzate alternative open source.</translation> </message> <message> <location filename="../src/modules/license/LicensePage.cpp" line="159"/> @@ -1222,12 +1274,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <translation>&Cambia...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Imposta il fuso orario a %1%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1251,7 +1303,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/jobs/MoveFileSystemJob.cpp" line="66"/> <source>Move file system of partition %1.</source> - <translation>Sposta il file system della partizione %1.</translation> + <translation>Spostare il file system della partizione %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/MoveFileSystemJob.cpp" line="80"/> @@ -1298,7 +1350,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Installazione di rete. (Disabilitata: impossibile recuperare le liste dei pacchetti, controllare la connessione di rete)</translation> </message> @@ -1326,7 +1378,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/keyboard/KeyboardPage.ui" line="131"/> <source>Type here to test your keyboard</source> - <translation>Digita qui per provare la tastiera</translation> + <translation>Digitare qui per provare la tastiera</translation> </message> </context> <context> @@ -1339,12 +1391,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/users/page_usersetup.ui" line="36"/> <source>What is your name?</source> - <translation>Qual'è il tuo nome?</translation> + <translation>Qual'è il nome?</translation> </message> <message> <location filename="../src/modules/users/page_usersetup.ui" line="117"/> <source>What name do you want to use to log in?</source> - <translation>Che nome vuoi usare per autenticarti?</translation> + <translation>Quale nome usare per l'autenticazione?</translation> </message> <message> <location filename="../src/modules/users/page_usersetup.ui" line="197"/> @@ -1362,12 +1414,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/users/page_usersetup.ui" line="335"/> <source>Choose a password to keep your account safe.</source> - <translation>Scegli una password per rendere sicuro il tuo account.</translation> + <translation>Scegliere una password per rendere sicuro il tuo account.</translation> </message> <message> <location filename="../src/modules/users/page_usersetup.ui" line="440"/> <source><small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small></source> - <translation><small>Inserisci la password due volte per controllare eventuali errori di battitura. Una buona password contiene lettere, numeri e segni di punteggiatura. Deve essere lunga almeno otto caratteri e dovrebbe essere cambiata a intervalli regolari.</small></translation> + <translation><small>Inserire la password due volte per controllare eventuali errori di battitura. Una buona password contiene lettere, numeri e segni di punteggiatura. Deve essere lunga almeno otto caratteri e dovrebbe essere cambiata a intervalli regolari.</small></translation> </message> <message> <location filename="../src/modules/users/page_usersetup.ui" line="226"/> @@ -1382,22 +1434,22 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/users/page_usersetup.ui" line="450"/> <source>Log in automatically without asking for the password.</source> - <translation>Accedi automaticamente senza chiedere la password.</translation> + <translation>Accedere automaticamente senza chiedere la password.</translation> </message> <message> <location filename="../src/modules/users/page_usersetup.ui" line="457"/> <source>Use the same password for the administrator account.</source> - <translation>Usa la stessa password per l'account amministratore.</translation> + <translation>Usare la stessa password per l'account amministratore.</translation> </message> <message> <location filename="../src/modules/users/page_usersetup.ui" line="480"/> <source>Choose a password for the administrator account.</source> - <translation>Scegli una password per l'account dell'amministratore.</translation> + <translation>Scegliere una password per l'account dell'amministratore.</translation> </message> <message> <location filename="../src/modules/users/page_usersetup.ui" line="585"/> <source><small>Enter the same password twice, so that it can be checked for typing errors.</small></source> - <translation><small>Inserisci la password due volte per controllare eventuali errori di battitura.</small></translation> + <translation><small>Inserire la password due volte per controllare eventuali errori di battitura.</small></translation> </message> </context> <context> @@ -1503,27 +1555,27 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/gui/PartitionPage.ui" line="107"/> <source>&Create</source> - <translation>&Crea</translation> + <translation>&Creare</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionPage.ui" line="114"/> <source>&Edit</source> - <translation>&Modifica</translation> + <translation>&Modificare</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionPage.ui" line="121"/> <source>&Delete</source> - <translation>&Cancella</translation> + <translation>&Cancellare</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionPage.ui" line="148"/> <source>Install boot &loader on:</source> - <translation>Installa il boot &loader su:</translation> + <translation>Installare il boot &loader su:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> - <translation>Sei sicuro di voler creare una nuova tabella delle partizioni su %1?</translation> + <translation>Si è sicuri di voler creare una nuova tabella delle partizioni su %1?</translation> </message> </context> <context> @@ -1541,17 +1593,17 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="158"/> <source>Install %1 <strong>alongside</strong> another operating system.</source> - <translation>Installa %1 <strong>a fianco</strong> di un altro sistema operativo.</translation> + <translation>Installare %1 <strong>a fianco</strong> di un altro sistema operativo.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="163"/> <source><strong>Erase</strong> disk and install %1.</source> - <translation><strong>Cancella</strong> il disco e installa %1.</translation> + <translation><strong>Cancellare</strong> il disco e installare %1.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="168"/> <source><strong>Replace</strong> a partition with %1.</source> - <translation><strong>Sostituisci</strong> una partizione con %1.</translation> + <translation><strong>Sostituire</strong> una partizione con %1.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="173"/> @@ -1561,17 +1613,17 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="186"/> <source>Install %1 <strong>alongside</strong> another operating system on disk <strong>%2</strong> (%3).</source> - <translation>Installa %1 <strong>a fianco</strong> di un altro sistema operativo sul disco<strong>%2</strong> (%3).</translation> + <translation>Installare %1 <strong>a fianco</strong> di un altro sistema operativo sul disco<strong>%2</strong> (%3).</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="193"/> <source><strong>Erase</strong> disk <strong>%2</strong> (%3) and install %1.</source> - <translation><strong>Cancella</strong> il disco <strong>%2</strong> (%3) e installa %1.</translation> + <translation><strong>Cancellare</strong> il disco <strong>%2</strong> (%3) e installa %1.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="200"/> <source><strong>Replace</strong> a partition on disk <strong>%2</strong> (%3) with %1.</source> - <translation><strong>Sostituisci</strong> una partizione sul disco <strong>%2</strong> (%3) con %1.</translation> + <translation><strong>Sostituire</strong> una partizione sul disco <strong>%2</strong> (%3) con %1.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="207"/> @@ -1613,6 +1665,16 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>Una partizione EFI di sistema è necessaria per avviare %1.<br/><br/>Una partizione è stata configurata con punto di mount <strong>%2</strong> ma il relativo flag <strong>esp</strong> non è impostato.<br/>Per impostare il flag, tornare indietro e modificare la partizione.<br/><br/>Si può continuare senza impostare il flag ma il sistema rischia di non avviarsi.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Partizione di avvio non criptata</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>E' stata configurata una partizione di avvio non criptata assieme ad una partizione root criptata. <br/><br/>Ci sono problemi di sicurezza con questo tipo di configurazione perchè dei file di sistema importanti sono tenuti su una partizione non criptata.<br/>Si può continuare se lo si desidera ma dopo ci sarà lo sblocco del file system, durante l'avvio del sistema.<br/>Per criptare la partizione di avvio, tornare indietro e ricrearla, selezionando <strong>Criptare</strong> nella finestra di creazione della partizione.</translation> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <translation>Default</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>sconosciuto</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>estesa</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>non formattata</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>swap</translation> </message> @@ -1731,52 +1793,52 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Raccolta delle informazioni di sistema...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>ha almeno %1 GB di spazio disponibile</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Non c'è spazio sufficiente sul dispositivo. E' richiesto almeno %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>ha almeno %1 GB di memoria </translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Il sistema non dispone di sufficiente memoria. E' richiesto almeno %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>è collegato a una presa di alimentazione</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Il sistema non è collegato a una presa di alimentazione.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>è connesso a Internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Il sistema non è connesso a internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Il programma di installazione non è stato avviato con i diritti di amministrazione.</translation> </message> @@ -1786,7 +1848,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="76"/> <source>Resize file system on partition %1.</source> - <translation>Ridimensiona il file system sulla partizione %1.</translation> + <translation>Ridimensionare il file system sulla partizione %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="91"/> @@ -1804,12 +1866,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="187"/> <source>Resize partition %1.</source> - <translation>Ridimensiona partizione %1.</translation> + <translation>Ridimensionare la partizione %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="194"/> <source>Resize <strong>%2MB</strong> partition <strong>%1</strong> to <strong>%3MB</strong>.</source> - <translation>Ridimensiona la partizione <strong>%1</strong> da <strong>%2MB</strong> a <strong>%3MB</strong>.</translation> + <translation>Ridimensionare la partizione <strong>%1</strong> da <strong>%2MB</strong> a <strong>%3MB</strong>.</translation> </message> <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="205"/> @@ -1846,17 +1908,17 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/users/SetHostNameJob.cpp" line="37"/> <source>Set hostname %1</source> - <translation>Imposta hostname %1</translation> + <translation>Impostare hostname %1</translation> </message> <message> <location filename="../src/modules/users/SetHostNameJob.cpp" line="44"/> <source>Set hostname <strong>%1</strong>.</source> - <translation>Imposta hostname <strong>%1</strong>.</translation> + <translation>Impostare hostname <strong>%1</strong>.</translation> </message> <message> <location filename="../src/modules/users/SetHostNameJob.cpp" line="51"/> <source>Setting hostname %1.</source> - <translation>Imposta hostname %1.</translation> + <translation>Impostare hostname %1.</translation> </message> <message> <location filename="../src/modules/users/SetHostNameJob.cpp" line="61"/> @@ -1874,71 +1936,127 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Imposta il modello di tastiera a %1, con layout %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Impossibile scrivere la configurazione della tastiera per la console virtuale.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Impossibile scrivere su %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Impossibile scrivere la configurazione della tastiera per X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Impossibile scrivere la configurazione della tastiera nella cartella /etc/default.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Impostare i flag sulla partizione: %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Impostare i flag sulla partizione %1MB %2.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Impostare i flag sulla nuova partizione.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Rimuovere i flag sulla partizione <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Rimuovere i flag dalla partizione %1MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Rimuovere i flag dalla nuova partizione.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Flag di partizione <strong>%1</strong> come <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Flag di partizione %1MB <strong>%2</strong> come <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Flag della nuova partizione come <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Rimozione dei flag sulla partizione <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Rimozione del flag dalla partizione %1MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Rimozione dei flag dalla nuova partizione.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Impostazione dei flag <strong>%2</strong> sulla partizione <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Impostazione dei flag <strong>%3</strong> sulla partizione %1MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Impostazione dei flag <strong>%1</strong> sulla nuova partizione.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>Impossibile impostare i flag sulla partizione %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Impossibile accedere al dispositivo '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Impossibile accedere alla tabella delle partizioni sul dispositivo '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Impossibile trovare la partizione '%1'.</translation> </message> @@ -1948,7 +2066,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="144"/> <source>Update geometry of partition %1.</source> - <translation>Aggiorna la geometria della partizione %1.</translation> + <translation>Aggiornare la geometria della partizione %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="156"/> @@ -1961,12 +2079,12 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/users/SetPasswordJob.cpp" line="42"/> <source>Set password for user %1</source> - <translation>Imposta la password per l'utente %1</translation> + <translation>Impostare la password per l'utente %1</translation> </message> <message> <location filename="../src/modules/users/SetPasswordJob.cpp" line="49"/> <source>Setting password for user %1.</source> - <translation>Imposta la password per l'utente %1.</translation> + <translation>Impostare la password per l'utente %1.</translation> </message> <message> <location filename="../src/modules/users/SetPasswordJob.cpp" line="59"/> @@ -1979,12 +2097,22 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <translation>punto di mount per root è %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation>Impossibile disabilitare l'account di root.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation>passwd è terminato con codice di errore %1.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Impossibile impostare la password per l'utente %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod si è chiuso con codice di errore %1.</translation> </message> @@ -1994,7 +2122,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <message> <location filename="../src/modules/locale/SetTimezoneJob.cpp" line="43"/> <source>Set timezone to %1/%2</source> - <translation>Imposta il fuso orario su %1%2</translation> + <translation>Impostare il fuso orario su %1%2</translation> </message> <message> <location filename="../src/modules/locale/SetTimezoneJob.cpp" line="71"/> @@ -2032,7 +2160,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <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>Ecco una panoramica delle modifiche che saranno effettuate una volta avviata la procedura di installazione.</translation> + <translation>Una panoramica delle modifiche che saranno effettuate una volta avviata la procedura di installazione.</translation> </message> </context> <context> @@ -2046,35 +2174,35 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Il nome utente è troppo lungo.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> - <translation>Il tuo nome utente contiene caratteri non validi. Sono ammessi solo lettere minuscole e numeri.</translation> + <translation>Il nome utente contiene caratteri non validi. Sono ammessi solo lettere minuscole e numeri.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> - <translation>Il tuo hostname è troppo corto.</translation> + <translation>Hostname è troppo corto.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> - <translation>Il tuo hostname è troppo lungo.</translation> + <translation>Hostname è troppo lungo.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> - <translation>Il tuo hostname contiene caratteri non validi. Sono ammessi solo lettere, numeri e trattini.</translation> + <translation>Hostname contiene caratteri non validi. Sono ammessi solo lettere, numeri e trattini.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> - <translation>Le tue password non corrispondono!</translation> + <translation>Le password non corrispondono!</translation> </message> </context> <context> @@ -2141,7 +2269,7 @@ Il programma d'installazione sarà terminato e tutte le modifiche andranno <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Benvenuti</translation> </message> diff --git a/lang/calamares_ja.ts b/lang/calamares_ja.ts index d67d44c364..5a2898f7a4 100644 --- a/lang/calamares_ja.ts +++ b/lang/calamares_ja.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Type:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>なし</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>インターフェース:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>ツール</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>デバッグ情報</translation> </message> @@ -304,22 +320,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>不明な例外タイプ</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>解析不能な Python エラー</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>解析不能な Python トレースバック</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>取得不能な Python エラー。</translation> </message> @@ -386,109 +402,109 @@ The installer will quit and all changes will be lost.</source> <translation>フォーム</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>後:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>手動パーティション</strong><br/>パーティションの作成、あるいはサイズ変更を行うことができます。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>ブートローダーの場所:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 は %2 MB に縮小され、新しい %3 MB のパーティションが %4 のために作成されます。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>ストレージデバイスを選択(&V):</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>現在:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>%1 を %2 のホームパーティションとして再利用する</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>縮小するパーティションを選択し、その下にあるバーをドラッグしてサイズを変更して下さい</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>インストールするパーティションの選択</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>システムにEFIシステムパーティションが存在しません。%1 のセットアップのため、元に戻り、手動パーティショニングを使用してください。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>%1 上のEFIシステムパーテイションは %2 のスタートに使用されます。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI システムパーティション:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>このストレージデバイスは、オペレーティングシステムを持っていないようです。どうしますか?<br/>ストレージデバイスに対する変更が実施される前に、変更点をレビューし、確認することができます。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>ディスクの消去</strong><br/>選択したストレージデバイス上のデータがすべて <font color="red">削除</font> されます。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>このストレージデバイスは %1 を有しています。どうしますか?<br/>ストレージデバイスに対する変更が実施される前に、変更点をレビューし、確認することができます。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>共存してインストール</strong><br/>インストーラは %1 用の空きスペースを確保するため、パーティションを縮小します。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>パーティションの置換</strong><br/>パーティション %1 に置き換えます。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>この記憶装置は、すでにオペレーティングシステムが存在します。どうしますか?<br/>ストレージデバイスに対する変更が実施される前に、変更点をレビューし、確認することができます。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>このストレージデバイスには、複数のオペレーティングシステムが存在します。どうしますか?<br />ストレージデバイスに対する変更が実施される前に、変更点をレビューし、確認することができます。</translation> </message> @@ -562,12 +578,12 @@ The installer will quit and all changes will be lost.</source> <translation>ファイルシステム (&L):</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>フラグ:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>マウントポイント (&M)</translation> </message> @@ -582,25 +598,30 @@ The installer will quit and all changes will be lost.</source> <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>暗号化(&C)</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>論理</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>プライマリ</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>マウントポイントは既に使用されています。他を選択してください。</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ The installer will quit and all changes will be lost.</source> <translation>エラーコード %1 により useradd を中止しました。</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>ユーサー %1 のフルネームを設定できません。</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>ユーザー %1 をグループに追加することができません。: %2</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>エラーコード %1 により chfn は中止しました。</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>エラーコード %1 によりusermodが停止しました。</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>ユーザー %1 のホームディレクトリの所有者を設定できません。</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>エラーコード %1 により chown は中止しました。</translation> </message> @@ -848,6 +869,32 @@ The installer will quit and all changes will be lost.</source> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Dracut のためのLUKS設定を %1 に書き込む</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Dracut のためのLUKS設定の書き込みをスキップ: "/" パーティションは暗号化されません。</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>%1 を開くのに失敗しました</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Dummy C++ Job</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation>フラグ:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>マウントポイントは既に使用されています。他を選択してください。</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>パーティション情報の設定</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation><strong>新しい</strong> %2 システムパーティションに %1 をインストール。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>マウントポイント <strong>%1</strong> に <strong>新しい</strong> %2 パーティションをセットアップ。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>%3 システムパーティション <strong>%1</strong> に %2 をインストール。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>パーティション <strong>%1</strong> マウントポイント <strong>%2</strong> に %3 をセットアップ。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation><strong>%1</strong> にブートローダーをインストール</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>マウントポイントの設定。</translation> </message> @@ -1095,7 +1147,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>キーボード</translation> </message> @@ -1222,12 +1274,12 @@ The installer will quit and all changes will be lost.</source> <translation>変更 (&C)...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>タイムゾーンを %1/%2 に設定。<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>ネットワークインストール。(無効: パッケージリストを取得できません。ネットワーク接続を確認してください。)</translation> </message> @@ -1522,7 +1574,7 @@ The installer will quit and all changes will be lost.</source> <translation>ブートローダーインストール先 (&L):</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>%1 上で新しいパーティションテーブルを作成します。よろしいですか?</translation> </message> @@ -1614,6 +1666,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>%1 を起動するためにはEFI システムパ ーティションが必要です。<br/><br/>パーティションはマウントポイント<strong>%2</strong>に設定されていますが、<strong>esp</strong> フラグが設定されていません。<br/>フラグを設定するには、元に戻ってパーティションを編集してください。<br/><br/>フラグの設定をせずに続けることはできますが、その場合、システムの起動に失敗することになるかもしれません。</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>ブートパーティションが暗号化されていません</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>ブートパーティションは暗号化されたルートパーティションとともにセットアップされましたが、ブートパーティションは暗号化されていません。<br/><br/>重要なシステムファイルが暗号化されていないパーティションに残されているため、このようなセットアップは安全上の懸念があります。<br/>セットアップを続行することはできますが、後でシステムの起動中にファイルシステムが解除されるおそれがあります。<br/>ブートパーティションを暗号化させるには、前の画面に戻って、再度パーティションを作成し、パーティション作成ウィンドウ内で<strong>Encrypt</strong>(暗号化)を選択してください。</translation> + </message> </context> <context> <name>QObject</name> @@ -1629,22 +1691,22 @@ The installer will quit and all changes will be lost.</source> <translation>デフォルト</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>不明</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>拡張</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>未フォーマット</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>スワップ</translation> </message> @@ -1732,52 +1794,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>システム情報を取得中...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>最低 %1 GB のディスク空き容量があること</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>十分なドライブ空き容量がありません。少なくとも %1 GB 必要です。</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>最低 %1 GB のワーキングメモリーがあること</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>システムには十分なワーキングメモリがありません。少なくとも %1 GB 必要です。</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>電源が接続されていること</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>システムに電源が接続されていません。</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>インターネットに接続されていること</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>システムはインターネットに接続されていません。</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>インストーラーは管理者権限で実行されていません。</translation> </message> @@ -1875,71 +1937,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>キーボードのモデルを %1 に、レイアウトを %2-%3に設定</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>仮想コンソールでのキーボード設定の書き込みに失敗しました。</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>%1 への書き込みに失敗しました</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>X11 のためのキーボード設定の書き込みに失敗しました。</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>現存する /etc/default ディレクトリへのキーボード設定の書き込みに失敗しました。</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>パーティション %1 にフラグを設定。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>%1MB %2 パーティション上にフラグを設定。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>新しいパーティション上にフラグを設定。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>パーティション <strong>%1</strong> 上のフラグを消去。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>%1MB <strong>%2</strong> パーティション上のフラグを消去。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>新しいパーティション上のフラグを消去。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>パーティション <strong>%1</strong> を<strong>%2</strong>のフラグとして設定。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>%1MB <strong>%2</strong> パーティションに <strong>%3</strong> のフラグを設定。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>新しいパーティションに <strong>%1</strong>のフラグを設定。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>パーティション <strong>%1</strong> 上のフラグを消去中。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>%1MB <strong>%2</strong> パーティション上のフラグを消去しています。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>新しいパーティション上のフラグを消去しています。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>パーティション <strong>%1</strong> 上に フラグ<strong>%2</strong>を設定。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>%1MB <strong>%2</strong> パーティション上に <strong>%3</strong> フラグを設定しています。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>新しいパーティション上に <strong>%1</strong> フラグを設定しています。</translation> + </message> + <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> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>デバイス '%1' を開けませんでした。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>デバイス '%1' 上のパーティションテーブルを開けませんでした。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>パーティション '%1' が見つかりませんでした。</translation> </message> @@ -1980,12 +2098,22 @@ The installer will quit and all changes will be lost.</source> <translation>root のマウントポイントは %1 。</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation>rootアカウントを使用することができません。</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation>passwd がエラーコード %1 のため終了しました。</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>ユーザ %1 のパスワードは設定できませんでした。</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>エラーコード %1 によりusermodが停止しました。</translation> </message> @@ -2047,33 +2175,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>ユーザー名が長すぎます。</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>ホスト名が短すぎます。</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>ホスト名が長過ぎます。</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>パスワードが一致していません!</translation> </message> @@ -2142,7 +2270,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>ようこそ</translation> </message> diff --git a/lang/calamares_kk.ts b/lang/calamares_kk.ts index 36f486fb9c..f54756973d 100644 --- a/lang/calamares_kk.ts +++ b/lang/calamares_kk.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -297,22 +313,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -379,109 +395,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -555,12 +571,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -575,25 +591,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -742,22 +763,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -841,6 +862,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -888,6 +935,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -920,37 +972,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1088,7 +1140,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1215,12 +1267,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1291,7 +1343,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1514,7 +1566,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1606,6 +1658,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1621,22 +1683,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1724,52 +1786,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1867,71 +1929,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1972,12 +2090,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2039,33 +2167,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2134,7 +2262,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Қош келдіңіз</translation> </message> diff --git a/lang/calamares_lo.ts b/lang/calamares_lo.ts index e0a207ad87..44aa8fbfca 100644 --- a/lang/calamares_lo.ts +++ b/lang/calamares_lo.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -297,22 +313,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -379,109 +395,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -555,12 +571,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -575,25 +591,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -742,22 +763,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -841,6 +862,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -888,6 +935,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -920,37 +972,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1088,7 +1140,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1215,12 +1267,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1291,7 +1343,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1514,7 +1566,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1606,6 +1658,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1621,22 +1683,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1724,52 +1786,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1867,71 +1929,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1972,12 +2090,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2039,33 +2167,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2134,7 +2262,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_lt.ts b/lang/calamares_lt.ts index 10e9c0c6d6..057b95ad87 100644 --- a/lang/calamares_lt.ts +++ b/lang/calamares_lt.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Tipas:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>nėra</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Sąsaja:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Įrankiai</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Derinimo informacija</translation> </message> @@ -304,22 +320,22 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Nežinomas išimties tipas</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Nepalyginama Python klaida</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Nepalyginamas Python atsekimas</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Neatgaunama Python klaida.</translation> </message> @@ -386,109 +402,109 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <translation>Forma</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Po:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Rankinis skaidymas</strong><br/>Galite patys kurti ar keisti skaidinių dydžius.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Paleidyklės vieta:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 bus sumažintas iki %2MB ir naujas %3MB skaidinys bus sukurtas sistemai %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Pasirinkite atminties įr&enginį:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Dabartinis:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Pakartotinai naudoti %1 kaip namų skaidinį, skirtą %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Pasirinkite, kurį skaidinį sumažinti, o tuomet vilkite juostą, kad pakeistumėte skaidinio dydį</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Pasirinkite kuriame skaidinyje įdiegti</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Šioje sistemoje niekur nepavyko rasti EFI skaidinio. Prašome grįžti ir naudoti rankinį skaidymą, kad nustatytumėte %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>%2 paleidimui bus naudojamas EFI sistemos skaidinys, esantis ties %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI sistemos skaidinys:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Atrodo, kad šiame įrenginyje nėra operacinės sistemos. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Ištrinti diską</strong><br/>Tai <font color="red">ištrins</font> visus, pasirinktame atminties įrenginyje, esančius duomenis.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Šiame atminties įrenginyje jau yra %1. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Įdiegti šalia</strong><br/>Diegimo programa sumažins skaidinį, kad atlaisvintų vietą sistemai %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Pakeisti skaidinį</strong><br/>Pakeičia skaidinį ir įrašo %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Šiame atminties įrenginyje jau yra operacinė sistema. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Šiame atminties įrenginyje jau yra kelios operacinės sistemos. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus.</translation> </message> @@ -562,12 +578,12 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <translation>Fai&lų sistema:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Vėliavėlės:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Prijungimo vieta:</translation> </message> @@ -582,25 +598,30 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>Užši&fruoti</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Loginė</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Pagrindinė</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Prijungimo taškas jau yra naudojamas. Prašome pasirinkti kitą.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <translation>komanda useradd nutraukė darbą dėl klaidos kodo %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Neįmanoma nustatyti pilno vardo naudotojui %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Nepavyksta pridėti naudotojo %1 į grupes: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>komanda chfn nutraukė darbą dėl klaidos kodo %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod nutraukta su klaidos kodu %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Nepavyko nustatyti home katalogo nuosavybės naudotojui %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>komanda chown nutraukė darbą dėl klaidos kodo %1.</translation> </message> @@ -848,6 +869,32 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Įrašyti LUKS konfigūraciją, skirtą Dracut į %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Praleisti LUKS konfigūracijos, kuri yra skirta Dracut, įrašymą: "/" skaidinys nėra užšifruotas</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Nepavyko atverti %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Fiktyvi C++ užduotis</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <source>Flags:</source> <translation>Vėliavėlės:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Prijungimo taškas jau yra naudojamas. Prašome pasirinkti kitą.</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Nustatyti skaidinio informaciją</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Įdiegti %1 <strong>naujame</strong> %2 sistemos skaidinyje.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Nustatyti <strong>naują</strong> %2 skaidinį su prijungimo tašku <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Diegti %2 sistemą, %3 sistemos skaidinyje <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Nustatyti %3 skaidinį <strong>%1</strong> su prijungimo tašku <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Diegti paleidyklę skaidinyje <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Nustatomi prijungimo taškai.</translation> </message> @@ -1095,7 +1147,7 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Klaviatūra</translation> </message> @@ -1222,12 +1274,12 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <translation>K&eisti...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Nustatyti laiko juostą kaip %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Tinklo diegimas. (Išjungta: Nepavyksta gauti paketų sąrašus, patikrinkite savo tinklo ryšį)</translation> </message> @@ -1521,7 +1573,7 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <translation>Įdiegti pa&leidyklę skaidinyje:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Ar tikrai %1 norite sukurti naują skaidinių lentelę?</translation> </message> @@ -1613,6 +1665,16 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>EFI sistemos skaidinys yra būtinas, norint paleisti %1.<br/><br/>Skaidinys buvo sukonfigūruotas su prijungimo tašku <strong>%2</strong>, tačiau jo <strong>esp</strong> vėliavėlė yra nenustatyta.<br/>Tam, kad nustatytumėte vėliavėlę, grįžkite atgal ir redaguokite skaidinį.<br/><br/>Jūs galite tęsti ir nenustatę vėliavėlės, tačiau tokiu atveju, gali nepavykti paleisti jūsų sistemos.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Paleidimo skaidinys nėra užšifruotas</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Kartu su užšifruotu šaknies skaidiniu, buvo nustatytas atskiras paleidimo skaidinys, tačiau paleidimo skaidinys nėra užšifruotas.<br/><br/>Dėl tokios sąrankos iškyla tam tikrų saugumo klausimų, kadangi svarbūs sisteminiai failai yra laikomi neužšifruotame skaidinyje.<br/>Jeigu norite, galite tęsti, tačiau failų sistemos atrakinimas įvyks vėliau, sistemos paleidimo metu.<br/>Norėdami užšifruoti paleidimo skaidinį, grįžkite atgal ir sukurkite jį iš naujo bei skaidinių kūrimo lange pažymėkite parinktį <strong>Užšifruoti</strong>.</translation> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <translation>Numatytasis</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>nežinoma</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>išplėsta</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>nesutvarkyta</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>sukeitimų (swap)</translation> </message> @@ -1731,52 +1793,52 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Renkama sistemos informacija...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>turi bent %1 GB laisvos vietos diske</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Neužtenka vietos diske. Reikia bent %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>turi bent %1 GB darbinės atminties</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Sistemai neužtenka darbinės atminties. Reikia bent %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>yra įjungtas į maitinimo šaltinį</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Sistema nėra įjungta į maitinimo šaltinį.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>yra prijungtas prie Interneto</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Sistema nėra prijungta prie Interneto.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Diegimo programa yra vykdoma be administratoriaus teisių.</translation> </message> @@ -1874,71 +1936,127 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Nustatyti klaviatūros modelį kaip %1, o išdėstymą kaip %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Nepavyko įrašyti klaviatūros sąrankos virtualiam pultui.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Nepavyko įrašyti į %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Nepavyko įrašyti klaviatūros sąrankos X11 aplinkai.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Nepavyko įrašyti klaviatūros konfigūracijos į esamą /etc/default katalogą.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Nustatyti vėliavėles skaidinyje %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Nustatyti vėliavėles %1MB skaidinyje %2.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Nustatyti vėliavėles naujame skaidinyje.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Išvalyti vėliavėles skaidinyje <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Išvalyti vėliavėles %1MB skaidinyje <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Išvalyti vėliavėles naujame skaidinyje.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Pažymėti vėliavėle skaidinį <strong>%1</strong> kaip <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Pažymėti vėliavėle %1MB skaidinį <strong>%2</strong> kaip <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Pažymėti vėliavėle naują skaidinį kaip <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Išvalomos vėliavėlės skaidinyje <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Išvalomos vėliavėlės %1MB skaidinyje <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Išvalomos vėliavėlės naujame skaidinyje.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Nustatomos <strong>%2</strong> vėliavėlės skaidinyje <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Nustatomos vėliavėlės <strong>%3</strong>, %1MB skaidinyje <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Nustatomos vėliavėlės <strong>%1</strong> naujame skaidinyje.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>Diegimo programai nepavyko nustatyti vėliavėlių skaidinyje %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Nepavyko atidaryti įrenginio "%1".</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Nepavyko atidaryti skaidinių lentelės įrenginyje "%1".</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Nepavyko rasti skaidinio "%1".</translation> </message> @@ -1976,15 +2094,25 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <message> <location filename="../src/modules/users/SetPasswordJob.cpp" line="60"/> <source>rootMountPoint is %1</source> - <translation>root prijungimo vieta yra %1</translation> + <translation>šaknies prijungimo vieta yra %1</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation>Nepavyksta išjungti administratoriaus (root) paskyros.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation>komanda passwd nutraukė darbą dėl klaidos kodo %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Nepavyko nustatyti slaptažodžio naudotojui %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>komanda usermod nutraukė darbą dėl klaidos kodo %1.</translation> </message> @@ -2046,33 +2174,33 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Jūsų naudotojo vardas yra pernelyg ilgas.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Jūsų naudotojo varde yra neleistinų simbolių. Leidžiamos tik mažosios raidės ir skaičiai.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Jūsų kompiuterio vardas yra pernelyg trumpas.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Jūsų kompiuterio vardas yra pernelyg ilgas.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Jūsų kompiuterio varde yra neleistinų simbolių. Kompiuterio varde gali būti tik raidės, skaičiai ir brūkšniai.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Jūsų slaptažodžiai nesutampa!</translation> </message> @@ -2141,7 +2269,7 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Pasisveikinimas</translation> </message> diff --git a/lang/calamares_mr.ts b/lang/calamares_mr.ts index 71d9a73b5f..de342d4ba3 100644 --- a/lang/calamares_mr.ts +++ b/lang/calamares_mr.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -297,22 +313,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -379,109 +395,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -555,12 +571,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -575,25 +591,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -742,22 +763,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -841,6 +862,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -888,6 +935,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -920,37 +972,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1088,7 +1140,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1215,12 +1267,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1291,7 +1343,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1514,7 +1566,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1606,6 +1658,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1621,22 +1683,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1724,52 +1786,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1867,71 +1929,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1972,12 +2090,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2039,33 +2167,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2134,7 +2262,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_nb.ts b/lang/calamares_nb.ts index 8a10da7f44..4830e4bf2e 100644 --- a/lang/calamares_nb.ts +++ b/lang/calamares_nb.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Debug informasjon</translation> </message> @@ -304,22 +320,22 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Ukjent unntakstype</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Ikke-kjørbar Python feil</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Ikke-kjørbar Python tilbakesporing</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Ukjent Python feil.</translation> </message> @@ -386,109 +402,109 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -562,12 +578,12 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Monteringspunkt:</translation> </message> @@ -582,25 +598,30 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logisk</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primær</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -848,6 +869,32 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1095,7 +1147,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1222,12 +1274,12 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1298,7 +1350,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1521,7 +1573,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1613,6 +1665,16 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1731,52 +1793,52 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1874,71 +1936,127 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1979,12 +2097,22 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2046,33 +2174,33 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2141,7 +2269,7 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_nl.ts b/lang/calamares_nl.ts index 463507a54b..56973130db 100644 --- a/lang/calamares_nl.ts +++ b/lang/calamares_nl.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Type:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>geen</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Interface:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Hulpmiddelen</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Debug informatie</translation> </message> @@ -304,22 +320,22 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Onbekend uitzonderingstype</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>onuitvoerbare Python fout</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>onuitvoerbare Python traceback</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Onbekende Python fout.</translation> </message> @@ -386,109 +402,109 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <translation>Formulier</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Na:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Handmatig partitioneren</strong><br/>Je maakt of wijzigt zelf de partities.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Bootloader locatie:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 zal verkleind worden tot %2MB en een nieuwe %3MB partitie zal worden aangemaakt voor %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Selecteer &opslagmedium:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Huidig:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Hergebruik %1 als home-partitie voor %2</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Selecteer een partitie om te verkleinen, en sleep vervolgens de onderste balk om het formaat te wijzigen</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Selecteer een partitie om op te installeren</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Er werd geen EFI systeempartitie gevonden op dit systeem. Gelieve terug te gaan en manueel te partitioneren om %1 in te stellen.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>De EFI systeempartitie op %1 zal gebruikt worden om %2 te starten.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI systeempartitie:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Dit opslagmedium lijkt geen besturingssysteem te bevatten. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Wis schijf</strong><br/>Dit zal alle huidige gegevens op de geselecteerd opslagmedium <font color="red">verwijderen</font>.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Dit opslagmedium bevat %1. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Installeer ernaast</strong><br/>Het installatieprogramma zal een partitie verkleinen om plaats te maken voor %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Vervang een partitie</strong><br/>Vervangt een partitie met %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Dit opslagmedium bevat reeds een besturingssysteem. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Dit opslagmedium bevat meerdere besturingssystemen. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd.</translation> </message> @@ -562,12 +578,12 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <translation>&Bestandssysteem</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Vlaggen:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Aan&koppelpunt</translation> </message> @@ -582,25 +598,30 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>&Versleutelen</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logisch</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primair</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <translation>useradd is gestopt met foutcode %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Kan de volledige naam voor gebruiker %1 niet instellen.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Kan gebruiker %1 niet toevoegen tot groepen: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn is gestopt met foutcode %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod is gestopt met foutcode %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Kan eigendomsrecht gebruikersmap niet instellen voor gebruiker %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown is gestopt met foutcode %1.</translation> </message> @@ -848,6 +869,32 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Schrijf LUKS configuratie voor Dracut op %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Schrijven van LUKS configuratie voor Dracut overgeslaan: "/" partitie is niet versleuteld</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Openen van %1 mislukt</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>C++ schijnopdracht</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <source>Flags:</source> <translation>Vlaggen:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Instellen partitie-informatie</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Installeer %1 op <strong>nieuwe</strong> %2 systeempartitie.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Maak <strong>nieuwe</strong> %2 partitie met aankoppelpunt <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Installeer %2 op %3 systeempartitie <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Stel %3 partitie <strong>%1</strong> in met aankoppelpunt <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Installeer bootloader op <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Aankoppelpunten instellen.</translation> </message> @@ -1095,7 +1147,7 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Toetsenbord</translation> </message> @@ -1222,12 +1274,12 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <translation>&Aanpassen</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Instellen tijdzone naar %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Netwerkinstallatie. (Uitgeschakeld: kon de pakketlijsten niet binnenhalen, controleer de netwerkconnectie)</translation> </message> @@ -1521,7 +1573,7 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <translation>Installeer boot&loader op:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Weet u zeker dat u een nieuwe partitie tabel wil maken op %1?</translation> </message> @@ -1613,6 +1665,16 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>Een EFI systeempartitie is vereist om %1 op te starten.<br/><br/>Een partitie is ingesteld met aankoppelpunt <strong>%2</strong>, maar de de <strong>esp</strong>-vlag is niet aangevinkt.<br/>Om deze vlag aan te vinken, ga terug en pas de partitie aan.<br/><br/>Je kan verdergaan zonder deze vlag, maar mogelijk start je systeem dan niet op.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Bootpartitie niet versleuteld</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Een aparte bootpartitie was ingesteld samen met een versleutelde rootpartitie, maar de bootpartitie zelf is niet versleuteld.<br/><br/>Dit is niet volledig veilig, aangezien belangrijke systeembestanden bewaard worden op een niet-versleutelde partitie.<br/>Je kan doorgaan als je wil, maar het ontgrendelen van bestandssystemen zal tijdens het opstarten later plaatsvinden.<br/>Om de bootpartitie toch te versleutelen: keer terug en maak de bootpartitie opnieuw, waarbij je <strong>Versleutelen</strong> aanvinkt in het venster partitie aanmaken. </translation> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <translation>Standaard</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>onbekend</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>uitgebreid</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>niet-geformateerd</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>wisselgeheugen</translation> </message> @@ -1731,52 +1793,52 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Systeeminformatie verzamelen...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>tenminste %1 GB vrije schijfruimte heeft</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Er is onvoldoende vrije schijfruimte. Tenminste %1 GB is vereist.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>tenminste %1 GB werkgeheugen heeft</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Dit systeem heeft onvoldoende werkgeheugen. Tenminste %1 GB is vereist.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>aangesloten is op netstroom</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Dit systeem is niet aangesloten op netstroom. </translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>verbonden is met het Internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Dit systeem is niet verbonden met het Internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Het installatieprogramma draait zonder administratorrechten.</translation> </message> @@ -1874,71 +1936,127 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Stel toetsenbordmodel in op %1 ,indeling op %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Kon de toetsenbordconfiguratie voor de virtuele console niet opslaan.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Schrijven naar %1 mislukt</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Schrijven toetsenbord configuratie voor X11 mislukt.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Kon de toetsenbordconfiguratie niet wegschrijven naar de bestaande /etc/default map.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Stel vlaggen in op partitie %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Stel vlaggen in op %1MB %2 partitie.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Stel vlaggen in op nieuwe partitie.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Wis vlaggen op partitie <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Wis vlaggen op %1MB <strong>%2</strong> partitie.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Wis vlaggen op nieuwe partitie.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Partitie <strong>%1</strong> als <strong>%2</strong> vlaggen.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Vlag %1MB <strong>%2</strong> partitie als <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Vlag nieuwe partitie als <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Vlaggen op partitie <strong>%1</strong> wissen.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Vlaggen op %1MB <strong>%2</strong> partitie wissen.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Vlaggen op nieuwe partitie wissen.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Vlaggen <strong>%2</strong> op partitie <strong>%1</strong> instellen.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Vlaggen <strong>%3</strong> op %1MB <strong>%2</strong> partitie instellen.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Vlaggen <strong>%1</strong> op nieuwe partitie instellen.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>Het installatieprogramma kon geen vlaggen instellen op partitie %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Kon apparaat '%1' niet openen.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Kon de partitietabel op apparaat '%1' niet openen.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Kon partitie '%1' niet vinden.</translation> </message> @@ -1979,12 +2097,22 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <translation>rootAankoppelpunt is %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Kan het wachtwoord niet instellen voor gebruiker %1 </translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod beëindigd met foutcode %1.</translation> </message> @@ -2046,33 +2174,33 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>De gebruikersnaam is te lang.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>De gebruikersnaam bevat ongeldige tekens. Enkel kleine letters en nummers zijn toegelaten.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>De hostnaam is te kort.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>De hostnaam is te lang.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>De hostnaam bevat ongeldige tekens. Enkel letters, cijfers en liggende streepjes zijn toegelaten.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Je wachtwoorden komen niet overeen!</translation> </message> @@ -2141,7 +2269,7 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan. <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Welkom</translation> </message> diff --git a/lang/calamares_pl.ts b/lang/calamares_pl.ts index 0fffb5f70b..6d01960a9e 100644 --- a/lang/calamares_pl.ts +++ b/lang/calamares_pl.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Rodzaj:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>brak</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Interfejs:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Narzędzia</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Informacje debugowania</translation> </message> @@ -304,22 +320,22 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Nieznany rodzaj wyjątku</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>nieparowalny błąd Pythona</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>nieparowalny traceback Pythona</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Nieosiągalny błąd Pythona.</translation> </message> @@ -386,109 +402,109 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <translation>Formularz</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Po:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Ręczne partycjonowanie</strong><br/>Możesz samodzielnie utworzyć lub zmienić rozmiar istniejących partycji.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Położenie programu rozruchowego:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 zostanie zmniejszony do %2MB a nowa partycja %3MB zostanie utworzona dla %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>&Wybierz urządzenie przechowywania:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Bieżący:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> - <translation type="unfinished"/> + <translation>Użyj ponownie %1 jako partycji domowej dla %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Wybierz partycję do zmniejszenia, a następnie przeciągnij dolny pasek, aby zmienić jej rozmiar</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Wybierz partycję, na której przeprowadzona będzie instalacja</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Nigdzie w tym systemie nie można odnaleźć partycji systemowej EFI. Prosimy się cofnąć i użyć ręcznego partycjonowania dysku do ustawienia %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>Partycja systemowa EFI na %1 będzie użyta do uruchamiania %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Partycja systemowa EFI:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>To urządzenie pamięci masowej prawdopodobnie nie posiada żadnego systemu operacyjnego. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Wyczyść dysk</strong><br/>Ta operacja <font color="red">usunie</font> wszystkie dane obecnie znajdujące się na wybranym urządzeniu przechowywania.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>To urządzenie pamięci masowej posiada %1. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Zainstaluj obok siebie</strong><br/>Instalator zmniejszy partycję, aby zrobić miejsce dla %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Zastąp partycję</strong><br/>Zastępowanie partycji poprzez %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>To urządzenie pamięci masowej posiada już system operacyjny. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>To urządzenie pamięci masowej posiada kilka systemów operacyjnych. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu.</translation> </message> @@ -562,12 +578,12 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <translation>System p&lików:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Flagi:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Punkt &montowania:</translation> </message> @@ -582,25 +598,30 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> - <translation type="unfinished"/> + <translation>Zaszy%fruj</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logiczna</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Podstawowa</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Punkt montowania jest już używany. Proszę wybrać inny.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <translation>Polecenie useradd zostało przerwane z kodem błędu %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Nie można ustawić pełnej nazwy dla użytkownika %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Nie można dodać użytkownika %1 do grup: %2</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>Polecenie chfn zostało przerwane z kodem błędu %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod zakończony z kodem błędu %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Nie można ustawić właściciela katalogu domowego dla użytkownika %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>Polecenie chown zostało przerwane z kodem błędu %1.</translation> </message> @@ -812,7 +833,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="63"/> <source>The type of <strong>partition table</strong> on the selected storage device.<br><br>The only way to change the partition table type is to erase and recreate the partition table from scratch, which destroys all data on the storage device.<br>This installer will keep the current partition table unless you explicitly choose otherwise.<br>If unsure, on modern systems GPT is preferred.</source> - <translation type="unfinished"/> + <translation>Typ <strong>tabeli partycji</strong> na zaznaczonym nośniku danych.<br><br>Jedyną metodą na zmianę tabeli partycji jest jej wyczyszczenie i utworzenie jej od nowa, co spowoduje utratę wszystkich danych.<br>Ten instalator zachowa obecną tabelę partycji, jeżeli nie wybierzesz innej opcji.<br>W wypadku niepewności, w nowszych systemach zalecany jest GPT.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="107"/> @@ -822,22 +843,22 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="114"/> <source>This is a <strong>loop</strong> device.<br><br>It is a pseudo-device with no partition table that makes a file accessible as a block device. This kind of setup usually only contains a single filesystem.</source> - <translation type="unfinished"/> + <translation>To jest urządzenie <strong>pętli zwrotnej</strong>. To jest pseudo-urządzenie, które nie posiada tabeli partycji, która czyni plik dostępny jako urządzenie blokowe. Ten rodzaj instalacji zwykle zawiera tylko jeden system plików.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="121"/> <source>This installer <strong>cannot detect a partition table</strong> on the selected storage device.<br><br>The device either has no partition table, or the partition table is corrupted or of an unknown type.<br>This installer can create a new partition table for you, either automatically, or through the manual partitioning page.</source> - <translation type="unfinished"/> + <translation>Instalator <strong>nie mógł znaleźć tabeli partycji</strong> na zaznaczonym nośniku danych.<br><br>Urządzenie nie posiada tabeli partycji bądź jest ona uszkodzona lub nieznanego typu.<br>Instalator może stworzyć nową tabelę partycji dla ciebie automatycznie lub manualnie.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="131"/> <source><br><br>This is the recommended partition table type for modern systems which start from an <strong>EFI</strong> boot environment.</source> - <translation type="unfinished"/> + <translation><br><br>Zalecany rodzaj tabeli partycji dla nowoczesnych systemów uruchamianych przez <strong>EFI</strong>.</translation> </message> <message> <location filename="../src/modules/partition/gui/DeviceInfoWidget.cpp" line="137"/> <source><br><br>This partition table type is only advisable on older systems which start from a <strong>BIOS</strong> boot environment. GPT is recommended in most other cases.<br><br><strong>Warning:</strong> the MBR partition table is an obsolete MS-DOS era standard.<br>Only 4 <em>primary</em> partitions may be created, and of those 4, one can be an <em>extended</em> partition, which may in turn contain many <em>logical</em> partitions.</source> - <translation type="unfinished"/> + <translation><br><br>Ten rodzaj tabeli partycji jest zalecany tylko dla systemów uruchamianych ze środowiska uruchomieniowego <strong>BIOS</strong>. GPT jest zalecane w większości innych wypadków.<br><br><strong>Ostrzeżenie:</strong> tabele partycji MBR są przestarzałym standardem z ery MS-DOS.<br>Możesz posiadać tylko 4 partycje <em>podstawowe</em>, z których jedna może być partycją <em>rozszerzoną</em>, zawierającą wiele partycji <em>logicznych</em>.</translation> </message> </context> <context> @@ -848,6 +869,32 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Zapisz konfigurację LUKS dla Dracut do %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Pominięto zapisywanie konfiguracji LUKS dla Dracut: partycja "/" nie jest szyfrowana</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Nie udało się otworzyć %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Działanie obiektu Dummy C++</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <source>Flags:</source> <translation>Flagi:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Punkt montowania jest już używany. Proszę wybrać inny.</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -921,43 +973,43 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <message> <location filename="../src/modules/partition/gui/EncryptWidget.cpp" line="150"/> <source>Please enter the same passphrase in both boxes.</source> - <translation type="unfinished"/> + <translation>Użyj tego samego hasła w obu polach.</translation> </message> </context> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Ustaw informacje partycji</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Zainstaluj %1 na <strong>nowej</strong> partycji systemowej %2.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Ustaw <strong>nową</strong> partycję %2 z punktem montowania <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Zainstaluj %2 na partycji systemowej %3 <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Ustaw partycję %3 <strong>%1</strong> z punktem montowania <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Zainstaluj program rozruchowy na <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Ustawianie punktów montowania.</translation> </message> @@ -1036,17 +1088,17 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="20"/> <source>Frame</source> - <translation type="unfinished"/> + <translation>Ramka</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="29"/> <source>group</source> - <translation type="unfinished"/> + <translation>grupa</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="36"/> <source>description</source> - <translation type="unfinished"/> + <translation>opis</translation> </message> </context> <context> @@ -1095,7 +1147,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Klawiatura</translation> </message> @@ -1128,22 +1180,22 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <message> <location filename="../src/modules/license/LicensePage.cpp" line="115"/> <source><h1>License Agreement</h1>This setup procedure will install proprietary software that is subject to licensing terms.</source> - <translation type="unfinished"/> + <translation><h1>Umowy licencyjne</h1>Ten etap instalacji zainstaluje własnościowe oprogramowanie którego dotyczą zasady licencji.</translation> </message> <message> <location filename="../src/modules/license/LicensePage.cpp" line="118"/> <source>Please review the End User License Agreements (EULAs) above.<br/>If you do not agree with the terms, the setup procedure cannot continue.</source> - <translation type="unfinished"/> + <translation>Przeczytaj znajdujące się poniżej Umowy Licencyjne Końcowego użytkownika (EULA).<br/>Jeżeli nie zgadzasz się z tymi warunkami, nie możesz kontynuować.</translation> </message> <message> <location filename="../src/modules/license/LicensePage.cpp" line="124"/> <source><h1>License Agreement</h1>This setup procedure can install proprietary software that is subject to licensing terms in order to provide additional features and enhance the user experience.</source> - <translation type="unfinished"/> + <translation><h1>Umowy licencyjne</h1>Ten etap instalacji pozwoli zainstalować własnościowe oprogramowanie którego dotyczą zasady licencji w celu poprawienia doświadczenia i zapewnienia dodatkowych funkcji.</translation> </message> <message> <location filename="../src/modules/license/LicensePage.cpp" line="129"/> <source>Please review the End User License Agreements (EULAs) above.<br/>If you do not agree with the terms, proprietary software will not be installed, and open source alternatives will be used instead.</source> - <translation type="unfinished"/> + <translation>Przeczytaj znajdujące się poniżej Umowy Licencyjne Końcowego Użytkownika (EULA).<br/>Jeżeli nie zaakceptujesz tych warunków, własnościowe oprogramowanie nie zostanie zainstalowane, zamiast tego zostaną użyte otwartoźródłowe odpowiedniki.</translation> </message> <message> <location filename="../src/modules/license/LicensePage.cpp" line="159"/> @@ -1197,13 +1249,13 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <location filename="../src/modules/locale/LocalePage.cpp" line="174"/> <location filename="../src/modules/locale/LocalePage.cpp" line="237"/> <source>The system language will be set to %1.</source> - <translation type="unfinished"/> + <translation>Język systemu zostanie ustawiony na %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="206"/> <location filename="../src/modules/locale/LocalePage.cpp" line="240"/> <source>The numbers and dates locale will be set to %1.</source> - <translation type="unfinished"/> + <translation>Format liczb i daty zostanie ustawiony na %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="216"/> @@ -1222,15 +1274,15 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <translation>&Zmień...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Ustaw strefę czasową na %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> - <translation type="unfinished"/> + <translation>%1 (%2)</translation> </message> </context> <context> @@ -1298,9 +1350,9 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> - <translation type="unfinished"/> + <translation>Instalacja sieciowa. (Wyłączona: Nie można pobrać listy pakietów, sprawdź swoje połączenie z siecią)</translation> </message> </context> <context> @@ -1308,7 +1360,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <message> <location filename="../src/modules/netinstall/NetInstallViewStep.cpp" line="50"/> <source>Package selection</source> - <translation type="unfinished"/> + <translation>Wybór pakietów</translation> </message> </context> <context> @@ -1435,7 +1487,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="205"/> <source>New partition</source> - <translation type="unfinished"/> + <translation>Nowa partycja</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="222"/> @@ -1521,7 +1573,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <translation>Zainsta&luj program rozruchowy na:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Czy na pewno chcesz utworzyć nową tablicę partycji na %1?</translation> </message> @@ -1601,7 +1653,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="406"/> <source>An EFI system partition is necessary to start %1.<br/><br/>To configure an EFI system partition, go back and select or create a FAT32 filesystem with the <strong>esp</strong> flag enabled and mount point <strong>%2</strong>.<br/><br/>You can continue without setting up an EFI system partition but your system may fail to start.</source> - <translation type="unfinished"/> + <translation>Partycja systemu EFI jest zalecana aby rozpocząć %1.<br/><br/>Aby ją skonfigurować, wróć i wybierz lub utwórz partycję z systemem plików FAT32 i flagą <strong>esp</strong> o punkcie montowania <strong>%2</strong>.<br/><br/>Możesz kontynuować bez ustawiania partycji systemu EFI, ale twój system może nie uruchomić się.</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="420"/> @@ -1611,7 +1663,17 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <message> <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="421"/> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> - <translation type="unfinished"/> + <translation>Partycja systemu EFI jest zalecana aby rozpocząć %1.<br/><br/>Została utworzona partycja o punkcie montownia <strong>%2</strong>, ale flaga <strong>esp</strong> nie jest ustawiona. Aby ustawić flagę, wróć i edytuj tą partycję.<br/><br/>Możesz kontynuować bez ustawienia tej flagi, ale twój system może nie uruchomić się.</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Niezaszyfrowana partycja rozruchowa</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Oddzielna partycja rozruchowa została skonfigurowana razem z zaszyfrowaną partycją roota, ale partycja rozruchowa nie jest szyfrowana.<br/><br/>Nie jest to najbezpieczniejsze rozwiązanie, ponieważ ważne pliki systemowe znajdują się na niezaszyfrowanej partycji.<br/>Możesz kontynuować, ale odblokowywanie systemu nastąpi później, w trakcie uruchamiania.<br/>Aby zaszyfrować partycję rozruchową, wróć i utwórz ją ponownie zaznaczając opcję <strong>Szyfruj</strong> w oknie tworzenia partycji.</translation> </message> </context> <context> @@ -1628,22 +1690,22 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <translation>Domyślnie</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>nieznany</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>rozszerzona</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>niesformatowany</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>przestrzeń wymiany</translation> </message> @@ -1731,52 +1793,52 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Zbieranie informacji o systemie...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>ma przynajmniej %1 GB dostępnego miejsca na dysku</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Nie ma wystarczającej ilości miejsca na dysku. Wymagane jest przynajmniej %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>ma przynajmniej %1 GB pamięci roboczej</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>System nie posiada wystarczającej ilości pamięci roboczej. Wymagane jest przynajmniej %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>jest podłączony do źródła zasilania</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>System nie jest podłączony do źródła zasilania.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>jest podłączony do Internetu</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>System nie jest podłączony do Internetu.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Instalator jest uruchomiony bez praw administratora.</translation> </message> @@ -1874,71 +1936,127 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Ustaw model klawiatury na %1, jej układ na %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Błąd zapisu konfiguracji klawiatury dla konsoli wirtualnej.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Nie można zapisać do %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Błąd zapisu konfiguracji klawiatury dla X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Błąd zapisu konfiguracji układu klawiatury dla istniejącego katalogu.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Ustaw flagi na partycji %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Ustaw flagi na partycji %1MB %2.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Ustaw flagi na nowej partycji.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Usuń flagi na partycji <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Wyczyść flagi z partycji %1MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Wyczyść flagi na nowej partycji.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Oflaguj partycję <strong>%1</strong> jako <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Oflaguj partycję %1MB <strong>%2</strong> jako <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Oflaguj nową partycję jako <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Usuwanie flag na partycji <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Czyszczenie flag partycji %1MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Czyszczenie flag na nowej partycji.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Ustawianie flag <strong>%2</strong> na partycji <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Nadawanie flag <strong>%3</strong> na partycji %1MB <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Ustawianie flag <strong>%1</strong> na nowej partycji.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>Instalator nie mógł ustawić flag na partycji %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Nie udało się otworzyć urządzenia '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Nie udało się otworzyć tablicy partycji na urządzeniu '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Nie udało się odnaleźć partycji '%1'.</translation> </message> @@ -1979,12 +2097,22 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <translation>Punkt montowania / to %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation>Nie można wyłączyć konta roota.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation>Zakończono passwd z kodem błędu %1.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Nie można ustawić hasła dla użytkownika %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>Polecenie usermod przerwane z kodem błędu %1.</translation> </message> @@ -2046,33 +2174,33 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Twoja nazwa użytkownika jest za długa.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Twoja nazwa użytkownika zawiera niepoprawne znaki. Dozwolone są tylko małe litery i cyfry.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Twoja nazwa komputera jest za krótka.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Twoja nazwa komputera jest za długa.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Twoja nazwa komputera zawiera niepoprawne znaki. Dozwolone są tylko litery, cyfry i myślniki.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Twoje hasła nie są zgodne!</translation> </message> @@ -2141,7 +2269,7 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Witamy</translation> </message> diff --git a/lang/calamares_pl_PL.ts b/lang/calamares_pl_PL.ts index 6d3a42a05a..6cfacc650f 100644 --- a/lang/calamares_pl_PL.ts +++ b/lang/calamares_pl_PL.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Informacje debugowania</translation> </message> @@ -304,22 +320,22 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Nieznany wyjątek</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Nieparsowalny błąd Pythona</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>nieparsowalny traceback Pythona</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Niepobieralny błąd Pythona.</translation> </message> @@ -386,109 +402,109 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -562,12 +578,12 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Punkt &montowania:</translation> </message> @@ -582,25 +598,30 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logiczna</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Podstawowa</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <translation>useradd przerwany z kodem błędu %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Nie można ustawić pełnej nazwy dla użytkownika %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn przerwany z kodem błędu %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Nie można ustawić właściciela folderu domowego dla użytkownika %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown przerwany z kodem błędu %1.</translation> </message> @@ -848,6 +869,32 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Ustaw informacje partycji</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1095,7 +1147,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Klawiatura</translation> </message> @@ -1222,12 +1274,12 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Strefa czasowa %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1298,7 +1350,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1521,7 +1573,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Na pewno utworzyć nową tablicę partycji na %1?</translation> </message> @@ -1613,6 +1665,16 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <translation>Domyślnie</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1731,52 +1793,52 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1874,71 +1936,127 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1979,12 +2097,22 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <translation>Punkt montowania / to %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Nie można ustawić hasła dla użytkownika %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod przerwany z kodem błędu %1.</translation> </message> @@ -2046,33 +2174,33 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Twoje hasła są niezgodne!</translation> </message> @@ -2141,7 +2269,7 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_pt_BR.ts b/lang/calamares_pt_BR.ts index 4af33cb50d..a7171f720b 100644 --- a/lang/calamares_pt_BR.ts +++ b/lang/calamares_pt_BR.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Ferramentas</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Informações de depuração</translation> </message> @@ -304,22 +320,22 @@ O instalador será fechado e todas as alterações serão perdidas.</translation <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Tipo de exceção desconhecida</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>erro inanalisável do Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>rastreamento inanalisável do Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Erro inbuscável do Python.</translation> </message> @@ -388,109 +404,109 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <translation>Formulário</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Depois:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Particionamento manual</strong><br/>Você pode criar ou redimensionar partições.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Local do gerenciador de inicialização:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 será reduzida para %2MB e uma nova partição de %3MB será criada para %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Selecione o dispositi&vo de armazenamento:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Atual:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Reutilizar %1 como partição home para %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Selecione uma partição para reduzir, então arraste a barra de baixo para redimensionar</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Selecione uma partição para instalação</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Uma partição de sistema EFI não pôde ser encontrada neste dispositivo. Por favor, volte e use o particionamento manual para gerenciar %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>A partição de sistema EFI em %1 será utilizada para iniciar %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Partição de sistema EFI:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Parece que não há um sistema operacional neste dispositivo de armazenamento. O que gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Apagar unidade</strong><br/>Isto <font color="red">excluirá</font> todos os dados no dispositivo de armazenamento selecionado.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Este dispositivo de armazenamento possui %1 nele. O que gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Instalar lado a lado</strong><br/>O instalador irá reduzir uma partição para liberar espaço para %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Substituir uma partição</strong><br/>Substitui uma partição com %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Já há um sistema operacional neste dispositivo de armazenamento. O que gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Há diversos sistemas operacionais neste dispositivo de armazenamento. O que gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento.</translation> </message> @@ -564,12 +580,12 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <translation>Sistema de Arquivos:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Flags:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Ponto de &Montagem:</translation> </message> @@ -584,25 +600,30 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>&Criptografar</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Lógica</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primária</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -751,22 +772,22 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <translation>useradd terminou com código de erro %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Impossível definir o nome completo para o usuário %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Não foi possível adicionar o usuário %1 aos grupos: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn terminou com código de erro %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>O usermod terminou com o código de erro %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Impossível definir proprietário da pasta pessoal para o usuário %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown terminou com código de erro %1.</translation> </message> @@ -850,6 +871,32 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Configuração de gravação LUKS para Dracut %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Ignorar a configuração de gravação LUKS para Dracut: a partição "/" não está criptografada</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Ocorreu uma falha ao abrir %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Dummy C++ Job</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -897,6 +944,11 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <source>Flags:</source> <translation>Flags:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -929,37 +981,37 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Definir informações da partição</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Instalar %1 em <strong>nova</strong> partição %2 do sistema.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Configurar <strong>nova</strong> partição %2 com ponto de montagem <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Instalar %2 em partição %3 do sistema <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Configurar partição %3 <strong>%1</strong> com ponto de montagem <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Instalar gerenciador de inicialização em <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Configurando pontos de montagem.</translation> </message> @@ -1097,7 +1149,7 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Teclado</translation> </message> @@ -1224,12 +1276,12 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <translation>&Mudar...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Definir o fuso horário para %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1300,7 +1352,7 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Instalação pela Rede. (Desabilitada: Não foi possível adquirir lista de pacotes, verifique sua conexão com a internet)</translation> </message> @@ -1523,7 +1575,7 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <translation>Insta&lar o gerenciador de inicialização em:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Você tem certeza de que deseja criar uma nova tabela de partições em %1?</translation> </message> @@ -1615,6 +1667,16 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>Uma partição de sistema EFI é necessária para iniciar %1.<br/><br/>Uma partição foi configurada com o ponto de montagem <strong>%2</strong>, mas sua flag <strong>esp</strong> não foi definida.<br/>Para definir a flag, volte e edite a partição.<br/><br/>Você pode continuar sem definir uma flag, mas seu sistema pode não iniciar.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Partição de boot não criptografada</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1630,22 +1692,22 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <translation>Padrão</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>desconhecido</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>estendida</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>não formatado</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>swap</translation> </message> @@ -1733,52 +1795,52 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Coletando informações do sistema...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>tenha pelo menos %1 GB de espaço disponível no dispositivo</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Não há espaço suficiente no armazenamento. Pelo menos %1 GB é necessário.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>tenha pelo menos %1 GB de memória</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>O sistema não tem memória de trabalho suficiente. Pelo menos %1 GB é necessário.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>está conectado a uma fonte de energia</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>O sistema não está conectado a uma fonte de energia.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>está conectado à Internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>O sistema não está conectado à Internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>O instalador não está sendo executado com permissões de administrador.</translation> </message> @@ -1876,71 +1938,127 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Definir modelo de teclado para %1, layout para %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Falha ao gravar a configuração do teclado para o console virtual.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Falha ao gravar em %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Falha ao gravar a configuração do teclado para X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Definir flags na partição %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Limpar flags na partição <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Marcar partição <strong>%1</strong> como <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Limpando flags na partição <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Definindo flags <strong>%2</strong> na partição <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>O instalador falhou em definir flags na partição %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Não foi possível abrir o dispositivo '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Não foi possível abrir a tabela de partições no dispositivo '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Não foi possível encontrar a partição '%1'.</translation> </message> @@ -1981,12 +2099,22 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <translation>rootMountPoint é %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Não foi possível definir senha para o usuário %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod terminou com código de erro %1.</translation> </message> @@ -2048,33 +2176,33 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>O nome de usuário é grande demais.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>O nome de usuário contém caracteres inválidos. Apenas letras minúsculas e números são permitidos.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>O nome da máquina é muito curto.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>O nome da máquina é muito grande.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>O nome da máquina contém caracteres inválidos. Apenas letras, números e traços são permitidos.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>As senhas não estão iguais!</translation> </message> @@ -2143,7 +2271,7 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Bem-vindo</translation> </message> diff --git a/lang/calamares_pt_PT.ts b/lang/calamares_pt_PT.ts index c5081483c7..ecc2e012bd 100644 --- a/lang/calamares_pt_PT.ts +++ b/lang/calamares_pt_PT.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Tipo:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>nenhum</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Interface:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Ferramentas</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Informação de depuração</translation> </message> @@ -304,22 +320,22 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Tipo de exceção desconhecido</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>erro inanalisável do Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>rasto inanalisável do Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Erro inatingível do Python.</translation> </message> @@ -386,109 +402,109 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <translation>Formulário</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Depois:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Particionamento manual</strong><br/>Pode criar ou redimensionar partições manualmente.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Localização do carregador de arranque:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 será encolhida para %2MB e uma nova %3MB partição será criada para %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Selecione o dis&positivo de armazenamento:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Atual:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Reutilizar %1 como partição home para %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Selecione uma partição para encolher, depois arraste a barra de fundo para redimensionar</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Selecione uma partição para instalar</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Nenhuma partição de sistema EFI foi encontrada neste sistema. Por favor volte atrás e use o particionamento manual para configurar %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>A partição de sistema EFI em %1 será usada para iniciar %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Partição de sistema EFI:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Este dispositivo de armazenamento aparenta não ter um sistema operativo. O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Apagar disco</strong><br/>Isto irá <font color="red">apagar</font> todos os dados atualmente apresentados no dispositivo de armazenamento selecionado.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Este dispositivo de armazenamento tem %1 nele. O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Instalar paralelamente</strong><br/>O instalador irá encolher a partição para arranjar espaço para %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Substituir a partição</strong><br/>Substitui a partição com %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Este dispositivo de armazenamento já tem um sistema operativo nele. O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Este dispositivo de armazenamento tem múltiplos sistemas operativos nele, O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento.</translation> </message> @@ -562,12 +578,12 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <translation>Sistema de Fi&cheiros:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Flags:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Ponto de Montagem:</translation> </message> @@ -582,25 +598,30 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>En&criptar</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Lógica</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primária</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Ponto de montagem já em uso. Por favor selecione outro.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <translation>useradd terminou com código de erro %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Impossível definir o nome completo para o utilizador %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Não é possível adicionar o utilizador %1 aos grupos: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn terminou com código de erro %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod terminou com código de erro %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Impossível definir permissão da pasta pessoal para o utilizador %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown terminou com código de erro %1.</translation> </message> @@ -848,6 +869,32 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Escrever configuração LUKS para Dracut em %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Saltar escrita de configuração LUKS para Dracut: partição "/" não está encriptada</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Falha ao abrir %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation> Tarefa Dummy C++</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <source>Flags:</source> <translation>Flags:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Ponto de montagem já em uso. Por favor selecione outro.</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Definir informação da partição</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Instalar %1 na <strong>nova</strong> %2 partição de sistema.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Criar <strong>nova</strong> %2 partição com ponto de montagem <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Instalar %2 em %3 partição de sistema <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Criar %3 partitição <strong>%1</strong> com ponto de montagem <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Instalar carregador de arranque em <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Definindo pontos de montagem.</translation> </message> @@ -1095,7 +1147,7 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Teclado</translation> </message> @@ -1222,12 +1274,12 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <translation>&Alterar...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Definir fuso horário para %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Instalaçao de Rede. (Desativada: Incapaz de buscar listas de pacotes, verifique a sua ligação de rede)</translation> </message> @@ -1521,7 +1573,7 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <translation>Instalar &carregador de arranque em:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Tem certeza de que deseja criar uma nova tabela de partições em %1?</translation> </message> @@ -1613,6 +1665,16 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>É necessária uma partição de sistema EFI para iniciar %1.<br/><br/>A partitição foi configurada com o ponto de montagem <strong>%2</strong> mas a sua flag <strong>esp</strong> não está definida.<br/>Para definir a flag, volte atrás e edite a partição.<br/><br/>Pode continuar sem definir a flag mas o seu sistema pode falhar o arranque.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Partição de arranque não encriptada</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Foi preparada uma partição de arranque separada juntamente com uma partição root encriptada, mas a partição de arranque não está encriptada.<br/><br/>Existem preocupações de segurança com este tipo de configuração, por causa de importantes ficheiros de sistema serem guardados numa partição não encriptada.<br/>Se desejar pode continuar, mas o destrancar do sistema de ficheiros irá ocorrer mais tarde durante o arranque do sistema.<br/>Para encriptar a partição de arranque, volte atrás e recrie-a, e selecione <strong>Encriptar</strong> na janela de criação de partições.</translation> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <translation>Padrão</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>desconhecido</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>estendido</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>não formatado</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>swap</translation> </message> @@ -1731,52 +1793,52 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>A recolher informação de sistema...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>tem pelo menos %1 GB de espaço livre em disco</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Não existe espaço livre suficiente em disco. É necessário pelo menos %1 GB. </translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>tem pelo menos %1 GB de memória disponível</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>O sistema não tem memória disponível suficiente. É necessário pelo menos %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>está ligado a uma fonte de energia</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>O sistema não está ligado a uma fonte de energia.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>está ligado à internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>O sistema não está ligado à internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>O instalador não está a correr com permissões de administrador.</translation> </message> @@ -1874,71 +1936,127 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Definir modelo do teclado para %1, disposição para %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Falha ao escrever configuração do teclado para a consola virtual.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Falha ao escrever para %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Falha ao escrever configuração do teclado para X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Falha ao escrever a configuração do teclado para a diretoria /etc/default existente.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Definir flags na partição %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Definir flags na %1MB %2 partição.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Definir flags na nova partição.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Limpar flags na partitição <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Limpar flags na %1MB <strong>%2</strong> partição.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Limpar flags na nova partição.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Definir flag da partição <strong>%1</strong> como <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Flag %1MB <strong>%2</strong> partição como <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Nova partição com flag <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>A limpar flags na partição <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>A limpar flags na %1MB <strong>%2</strong> partição.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>A limpar flags na nova partição.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>A definir flags <strong>%2</strong> na partitição <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>A definir flags <strong>%3</strong> na %1MB <strong>%2</strong> partição.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>A definir flags <strong>%1</strong> na nova partição.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>O instalador falhou ao definir flags na partição %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Não foi possível abrir o dispositvo '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Não foi possível abrir a tabela de partições no dispositivo '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Não foi possível encontrar a partição '%1'.</translation> </message> @@ -1979,12 +2097,22 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <translation>rootMountPoint é %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation>Não é possível desativar a conta root.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation>passwd terminado com código de erro %1.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Não é possível definir a palavra-passe para o utilizador %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod terminou com código de erro %1.</translation> </message> @@ -2046,33 +2174,33 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>O seu nome de utilizador é demasiado longo.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>O seu nome de utilizador contem caractéres inválidos. Apenas letras minúsculas e números são permitidos.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>O nome da sua máquina é demasiado curto.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>O nome da sua máquina é demasiado longo.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>O nome da sua máquina contém caratéres inválidos. Apenas letras, números e traços são permitidos.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>As suas palavras-passe não coincidem!</translation> </message> @@ -2141,7 +2269,7 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Bem-vindo</translation> </message> diff --git a/lang/calamares_ro.ts b/lang/calamares_ro.ts index 0f3a8f0fd2..af3f51320d 100644 --- a/lang/calamares_ro.ts +++ b/lang/calamares_ro.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Tipul:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>nimic</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Interfața:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Unelte</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Informație pentru depanare</translation> </message> @@ -304,22 +320,22 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Tip de excepție necunoscut</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Eroare Python neanalizabilă</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Traceback Python neanalizabil</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Eroare Python nepreluabilă</translation> </message> @@ -386,109 +402,109 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <translation>Formular</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>După:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Partiționare manuală</strong><br/>Puteți crea sau redimensiona partițiile.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Locație boot loader:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 va fi micșorată la %2MB și o nouă partiție %3MB va fi creată pentru %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Selectează dispoziti&vul de stocare:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Actual:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Reutilizează %1 ca partiție home pentru %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Selectează o partiție de micșorat, apoi trageți bara din jos pentru a redimensiona</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Selectează o partiție pe care să se instaleze</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>O partiție de sistem EFI nu poate fi găsită nicăieri în acest sistem. Vă rugăm să reveniți și să partiționați manual pentru a seta %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>Partiția de sistem EFI de la %1 va fi folosită pentru a porni %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Partiție de sistem EFI:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Acest dispozitiv de stocare nu pare să aibă un sistem de operare instalat. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte să fie realizate schimbări pe dispozitivul de stocare.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Șterge discul</strong><br/>Aceasta va <font color="red">șterge</font> toate datele prezente pe dispozitivul de stocare selectat.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Acest dispozitiv de stocare are %1. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte să fie realizate schimbări pe dispozitivul de stocare.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Instalează laolaltă</strong><br/>Instalatorul va micșora o partiție pentru a face loc pentru %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Înlocuiește o partiție</strong><br/>Înlocuiește o partiție cu %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Acest dispozitiv de stocare are deja un sistem de operare instalat. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte de se realiza schimbări pe dispozitivul de stocare.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Acest dispozitiv de stocare are mai multe sisteme de operare instalate. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte de a se realiza schimbări pe dispozitivul de stocare.</translation> </message> @@ -562,12 +578,12 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <translation>Sis&tem de fișiere:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Flags:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Punct de &Montare</translation> </message> @@ -582,25 +598,30 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>&Criptează</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logică</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primară</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <translation>useradd s-a terminat cu codul de eroare %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Nu se poate seta numele complet pentru utilizatorul %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Nu s-a reușit adăugarea utilizatorului %1 la grupurile: %2</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn s-a terminat cu codul de eroare %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod s-a terminat cu codul de eroare %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Nu se poate seta apartenența dosarului home pentru utilizatorul %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown s-a terminat cu codul de eroare %1.</translation> </message> @@ -848,6 +869,32 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Scrie configurația LUKS pentru Dracut pe %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Omite scrierea configurației LUKS pentru Dracut: partiția „/” nu este criptată</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Nu s-a reușit deschiderea %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Dummy C++ Job</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <source>Flags:</source> <translation>Flags:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Setează informația pentru partiție</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Instalează %1 pe <strong>noua</strong> partiție de sistem %2.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Setează <strong>noua</strong> partiție %2 cu punctul de montare <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Instalează %2 pe partiția de sistem %3 <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Setează partiția %3 <strong>%1</strong> cu punctul de montare <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Instalează bootloader-ul pe <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Se setează puncte de montare.</translation> </message> @@ -1095,7 +1147,7 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Tastatură</translation> </message> @@ -1222,12 +1274,12 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <translation>S&chimbă</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Setează fusul orar la %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Instalarea rețelei. (Dezactivat: Nu se pot obține listele de pachete, verificați conexiunea la rețea)</translation> </message> @@ -1521,7 +1573,7 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <translation>Instalează boot&loaderul pe:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Sigur doriți să creați o nouă tabelă de partiție pe %1?</translation> </message> @@ -1613,6 +1665,16 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>O partiție de sistem EFI este necesară pentru a porni %1.<br/><br/>A fost configurată o partiție cu punct de montare la <strong>%2</strong> dar flag-ul <strong>esp</strong> al acesteia nu a fost setat.<br/>Pentru a seta flag-ul, reveniți și editați partiția.<br/><br/>Puteți continua și fără setarea flag-ului, dar este posibil ca sistemul să nu pornească.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Partiția de boot nu este criptată</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>A fost creată o partiție de boot împreună cu o partiție root criptată, dar partiția de boot nu este criptată.<br/><br/>Sunt potențiale probleme de securitate cu un astfel de aranjament deoarece importante fișiere de sistem sunt păstrate pe o partiție necriptată.<br/>Puteți continua dacă doriți, dar descuierea sistemului se va petrece mai târziu în timpul pornirii.<br/>Pentru a cripta partiția de boot, reveniți și recreați-o, alegând opțiunea <strong>Criptează</strong> din fereastra de creare de partiții.</translation> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <translation>Implicit</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>necunoscut</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>extins</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>neformatat</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>swap</translation> </message> @@ -1731,52 +1793,52 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Se adună informații despre sistem...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>are cel puțin %1 spațiu disponibil</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Nu este suficient spațiu disponibil. Sunt necesari cel puțin %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>are cel puțin %1 GB de memorie utilizabilă</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Sistemul nu are suficientă memorie utilizabilă. Sunt necesari cel puțin %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>este alimentat cu curent</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Sistemul nu este alimentat cu curent.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>este conectat la Internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Sistemul nu este conectat la Internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Programul de instalare nu rulează cu privilegii de administrator.</translation> </message> @@ -1874,71 +1936,127 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Setează modelul de tastatură la %1, cu aranjamentul %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Nu s-a reușit scrierea configurației de tastatură pentru consola virtuală.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Nu s-a reușit scrierea %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Nu s-a reușit scrierea configurației de tastatură pentru X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Nu s-a reușit scrierea configurației de tastatură în directorul existent /etc/default.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Setează flag-uri pentru partiția %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Setează flagurile pe partiția %2 de %1MB.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Setează flagurile pe noua partiție.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Șterge flag-urile partiției <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Elimină flagurile pe partiția <strong>%2</strong> de %1MB.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Elimină flagurile pentru noua partiție.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Marchează partiția <strong>%1</strong> cu flag-ul <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Marchează partiția <strong>%2</strong> de %1MB ca <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Marchează noua partiție ca <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Se șterg flag-urile pentru partiția <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Se elimină flagurile pe partiția <strong>%2</strong> de %1MB.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Se elimină flagurile de pe noua partiție.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Se setează flag-urile <strong>%2</strong> pentru partiția <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Se setează flagurile <strong>%3</strong> pe partiția <strong>%2</strong> de %1MB.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Se setează flagurile <strong>%1</strong> pe noua partiție.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>Programul de instalare a eșuat în setarea flag-urilor pentru partiția %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Nu s-a putut deschide dispozitivul „%1”.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Nu s-a putut deschide tabela de partiții pentru dispozitivul „%1”.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Nu a fost găsită partiția „%1”.</translation> </message> @@ -1979,12 +2097,22 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <translation>rootMountPoint este %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Nu se poate seta parola pentru utilizatorul %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod s-a terminat cu codul de eroare %1.</translation> </message> @@ -2046,33 +2174,33 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Numele de utilizator este prea lung.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Numele de utilizator conține caractere invalide. Folosiți doar litere mici și numere.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Hostname este prea scurt.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Hostname este prea lung.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Hostname conține caractere invalide. Folosiți doar litere, numere și cratime.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Parolele nu se potrivesc!</translation> </message> @@ -2141,7 +2269,7 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Bine ați venit</translation> </message> diff --git a/lang/calamares_ru.ts b/lang/calamares_ru.ts index 10245d95b1..6de2dad5b5 100644 --- a/lang/calamares_ru.ts +++ b/lang/calamares_ru.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Тип:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>нет</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Интерфейс:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Инструменты</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Отладочная информация</translation> </message> @@ -303,22 +319,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Неизвестный тип исключения</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>неподдающаяся обработке ошибка Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>неподдающийся обработке traceback Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Неизвестная ошибка Python</translation> </message> @@ -385,109 +401,109 @@ The installer will quit and all changes will be lost.</source> <translation>Форма</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>После:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Ручная разметка</strong><br/>Вы можете самостоятельно создавать разделы или изменять их размеры.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Расположение загрузчика:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 будет уменьшен до %2MB и новый раздел %3MB будет создан для %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Выбрать устройство &хранения:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Текущий:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> - <translation type="unfinished"/> + <translation>Использовать %1 как домашний раздел для %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Выберите раздел для уменьшения, затем двигайте ползунок, изменяя размер</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Выберите раздел для установки</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Не найдено системного раздела EFI. Пожалуйста, вернитесь назад и выполните ручную разметку %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>Системный раздел EFI на %1 будет использован для запуска %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Системный раздел EFI:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Видимо, на этом устройстве нет операционной системы. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Стереть диск</strong><br/>Это <font color="red">удалит</font> все данные, которые сейчас находятся на выбранном устройстве.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>На этом устройстве есть %1. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Установить рядом</strong><br/>Программа установки уменьшит раздел, чтобы освободить место для %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Заменить раздел</strong><br/>Меняет раздел на %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>На этом устройстве уже есть операционная система. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>На этом устройстве есть несколько операционных систем. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation> </message> @@ -561,12 +577,12 @@ The installer will quit and all changes will be lost.</source> <translation>&Файловая система:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Флаги:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Точка &монтирования</translation> </message> @@ -581,25 +597,30 @@ The installer will quit and all changes will be lost.</source> <translation>МБ</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> - <translation type="unfinished"/> + <translation>Ши&фровать</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Логический</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Основной</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -748,22 +769,22 @@ The installer will quit and all changes will be lost.</source> <translation>Команда useradd завершилась с кодом ошибки %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Не удалось задать полное имя для пользователя %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Не удается добавить пользователя %1 в группы: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>Команда chfn завершилась с кодом ошибки %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>Команда usermod завершилась с кодом ошибки %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Не удалось задать владельца домашней папки пользователя %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>Команда chown завершилась с кодом ошибки %1.</translation> </message> @@ -847,6 +868,32 @@ The installer will quit and all changes will be lost.</source> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Не удалось открыть %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -894,6 +941,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation>Флаги: </translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -905,7 +957,7 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="32"/> <source>En&crypt system</source> - <translation>Система &Шифрования</translation> + <translation>Система &шифрования</translation> </message> <message> <location filename="../src/modules/partition/gui/EncryptWidget.ui" line="42"/> @@ -920,43 +972,43 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/partition/gui/EncryptWidget.cpp" line="150"/> <source>Please enter the same passphrase in both boxes.</source> - <translation type="unfinished"/> + <translation>Пожалуйста, введите один и тот же пароль в оба поля.</translation> </message> </context> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Установить сведения о разделе</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Установить %1 на <strong>новый</strong> системный раздел %2.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Настроить <strong>новый</strong> %2 раздел с точкой монтирования <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Установить %2 на %3 системный раздел <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Настроить %3 раздел <strong>%1</strong> с точкой монтирования <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Установить загрузчик на <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Настраиваются точки монтирования.</translation> </message> @@ -1040,12 +1092,12 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="29"/> <source>group</source> - <translation type="unfinished"/> + <translation>группа</translation> </message> <message> <location filename="../src/modules/netinstall/widgets/groupselectionwidget.ui" line="36"/> <source>description</source> - <translation type="unfinished"/> + <translation>описание</translation> </message> </context> <context> @@ -1094,7 +1146,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Клавиатура</translation> </message> @@ -1196,13 +1248,13 @@ The installer will quit and all changes will be lost.</source> <location filename="../src/modules/locale/LocalePage.cpp" line="174"/> <location filename="../src/modules/locale/LocalePage.cpp" line="237"/> <source>The system language will be set to %1.</source> - <translation type="unfinished"/> + <translation>Системным языком будет установлен %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="206"/> <location filename="../src/modules/locale/LocalePage.cpp" line="240"/> <source>The numbers and dates locale will be set to %1.</source> - <translation type="unfinished"/> + <translation>Региональным форматом чисел и дат будет установлен %1.</translation> </message> <message> <location filename="../src/modules/locale/LocalePage.cpp" line="216"/> @@ -1221,15 +1273,15 @@ The installer will quit and all changes will be lost.</source> <translation>И&зменить...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Установить часовой пояс на %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> - <translation type="unfinished"/> + <translation>%1 (%2)</translation> </message> </context> <context> @@ -1297,9 +1349,9 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> - <translation type="unfinished"/> + <translation>Установка по сети. (Отключено: не удается получить список пакетов, проверьте сетевое подключение)</translation> </message> </context> <context> @@ -1307,7 +1359,7 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/netinstall/NetInstallViewStep.cpp" line="50"/> <source>Package selection</source> - <translation type="unfinished"/> + <translation>Выбор пакетов</translation> </message> </context> <context> @@ -1434,7 +1486,7 @@ The installer will quit and all changes will be lost.</source> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="205"/> <source>New partition</source> - <translation type="unfinished"/> + <translation>Новый раздел</translation> </message> <message> <location filename="../src/modules/partition/gui/PartitionLabelsView.cpp" line="222"/> @@ -1520,7 +1572,7 @@ The installer will quit and all changes will be lost.</source> <translation>Установить &загрузчик в:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Вы уверены, что хотите создать новую таблицу разделов на %1?</translation> </message> @@ -1612,6 +1664,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>Чтобы начать, необходим системный раздел EFI %1.<br/><br/>Был настроен раздел с точкой монтирования <strong>%2</strong>, но его флаг <strong>esp</strong> не установлен.<br/>Для установки флага вернитесь и отредактируйте раздел.<br/><br/>Вы можете продолжить и без установки флага, но Ваша система может не загрузиться.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Загрузочный раздел не зашифрован</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Включено шифрование корневого раздела, но использован отдельный загрузочный раздел без шифрования.<br/><br/>При такой конфигурации возникают проблемы с безопасностью, потому что важные системные файлы хранятся на разделе без шифрования.<br/>Если хотите, можете продолжить, но файловая система будет разблокирована позднее во время загрузки системы.<br/>Чтобы включить шифрование загрузочного раздела, вернитесь назад и снова создайте его, отметив <strong>Шифровать</strong> в окне создания раздела.</translation> + </message> </context> <context> <name>QObject</name> @@ -1627,22 +1689,22 @@ The installer will quit and all changes will be lost.</source> <translation>По умолчанию</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>неизвестный</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>расширенный</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>неформатированный</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>swap</translation> </message> @@ -1730,52 +1792,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Сбор информации о системе...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>доступно как минимум %1 ГБ свободного дискового пространства</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Недостаточно места на дисках. Необходимо как минимум %1 ГБ.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>доступно как минимум %1 ГБ оперативной памяти</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Недостаточно оперативной памяти. Необходимо как минимум %1 ГБ.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>подключено сетевое питание</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Сетевое питание не подключено.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>присутствует выход в сеть Интернет</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Отсутствует выход в Интернет.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Программа установки не запущена с привилегиями администратора.</translation> </message> @@ -1873,71 +1935,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Установить модель клавиатуры на %1, раскладку на %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Не удалось записать параметры клавиатуры для виртуальной консоли.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Не удалось записать на %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Не удалось записать параметры клавиатуры для X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Не удалось записать параметры клавиатуры в существующий каталог /etc/default.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Установить флаги на разделе %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Установить флаги %1MB раздела %2.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Установить флаги нового раздела.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Очистить флаги раздела <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Очистить флаги %1MB раздела <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Сбросить флаги нового раздела.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Отметить раздел <strong>%1</strong> флагом как <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Отметить %1MB раздел <strong>%2</strong> флагом как <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Отметить новый раздел флагом как <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Очистка флагов раздела <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Очистка флагов %1MB раздела <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Сброс флагов нового раздела.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Установка флагов <strong>%2</strong> на раздел <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Установка флагов <strong>%3</strong> %1MB раздела <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Установка флагов <strong>%1</strong> нового раздела.</translation> + </message> + <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> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Не удалось открыть устройство '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Не удалось открыть таблицу разделов устройства '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Не удалось найти раздел '%1'.</translation> </message> @@ -1978,12 +2096,22 @@ The installer will quit and all changes will be lost.</source> <translation>Точка монтирования корневого раздела %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Не удалось задать пароль для пользователя %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>Команда usermod завершилась с кодом ошибки %1.</translation> </message> @@ -2045,33 +2173,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Ваше имя пользователя слишком длинное.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Имя вашего компьютера слишком коротко.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Имя вашего компьютера слишком длинное.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Пароли не совпадают!</translation> </message> @@ -2140,7 +2268,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Добро пожаловать</translation> </message> diff --git a/lang/calamares_sk.ts b/lang/calamares_sk.ts index 3b0ddd2dcb..b41bcc3f7c 100644 --- a/lang/calamares_sk.ts +++ b/lang/calamares_sk.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Typ:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>žiadny</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Rozhranie:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Nástroje</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Ladiace informácie</translation> </message> @@ -116,7 +132,7 @@ <message> <location filename="../src/libcalamaresui/ExecutionViewStep.cpp" line="77"/> <source>Install</source> - <translation>Inštalovať</translation> + <translation>Inštalácia</translation> </message> </context> <context> @@ -304,22 +320,22 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Neznámy typ výnimky</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Neanalyzovateľná chyba jazyka Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Neanalyzovateľný ladiaci výstup jazyka Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Nezískateľná chyba jazyka Python.</translation> </message> @@ -342,12 +358,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <message> <location filename="../src/modules/partition/jobs/CheckFileSystemJob.cpp" line="39"/> <source>Checking file system on partition %1.</source> - <translation>Kontroluje sa súborový systém na oddieli %1.</translation> + <translation>Kontroluje sa systém súborov na oddieli %1.</translation> </message> <message> <location filename="../src/modules/partition/jobs/CheckFileSystemJob.cpp" line="77"/> <source>The file system check on partition %1 failed.</source> - <translation>Kontrola súborového systému na oddieli %1 zlyhala.</translation> + <translation>Kontrola systému súborov na oddieli %1 zlyhala.</translation> </message> </context> <context> @@ -386,109 +402,109 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <translation>Forma</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Potom:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Ručné rozdelenie oddielov</strong><br/>Môžete vytvoriť alebo zmeniť veľkosť oddielov podľa seba.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Umiestnenie zavádzača:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>Oddiel %1 bude zmenšený na %2MB a nový %3MB oddiel bude vytvorený pre distribúciu %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Vyberte úložné &zariadenie:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Teraz:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>Opakované použitie oddielu %1 ako domovského pre distribúciu %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Vyberte oddiel na zmenšenie a potom potiahnutím spodného pruhu zmeňte veľkosť</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Vyberte oddiel, na ktorý sa má inštalovať</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Oddiel systému EFI sa nedá v tomto počítači nájsť. Prosím, prejdite späť a použite ručné rozdelenie oddielov na inštaláciu distribúcie %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>Oddie lsystému EFI na %1 bude použitý na spustenie distribúcie %2.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>Oddiel systému EFI:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Zdá sa, že toto úložné zariadenie neobsahuje operačný systém. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Vymazanie disku</strong><br/>Týmto sa <font color="red">odstránia</font> všetky údaje momentálne sa nachádzajúce na vybratom úložnom zariadení.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Toto úložné zariadenie obsahuje operačný systém %1. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Inštalácia popri súčasnom systéme</strong><br/>Inštalátor zmenší oddiel a uvoľní miesto pre distribúciu %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Nahradenie oddielu</strong><br/>Nahradí oddiel distribúciou %1.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Toto úložné zariadenie už obsahuje operačný systém. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Toto úložné zariadenie obsahuje viacero operačných systémov. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení.</translation> </message> @@ -562,12 +578,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <translation>&Systém súborov:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Značky:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Bo&d pripojenia:</translation> </message> @@ -582,25 +598,30 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>Zaši&frovať</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logický</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primárny</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Bod pripojenia sa už používa. Prosím, vyberte iný.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <translation>Príkaz useradd ukončený s chybovým kódom %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Nedá sa nastaviť celé meno pre používateľa %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>Nedá sa pridať používateľ %1 do skupín: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>Príkaz chfn ukončený s chybovým kódom %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>Príkaz usermod ukončený s chybovým kódom %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Nedá sa nastaviť vlastníctvo domovského adresára pre používateľa %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>Príkaz chown ukončený s chybovým kódom %1.</translation> </message> @@ -848,6 +869,32 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>Zápis konfigurácie LUKS pre nástroj Dracut do %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Vynechanie zápisu konfigurácie LUKS pre nástroj Dracut: oddiel „/“ nie je zašifrovaný</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>Zlyhalo otvorenie %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Fiktívna úloha jazyka C++</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <source>Flags:</source> <translation>Značky:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Bod pripojenia sa už používa. Prosím, vyberte iný.</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Nastaviť informácie o oddieli</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>Inštalovať distribúciu %1 na <strong>novom</strong> %2 systémovom oddieli.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>Nastaviť <strong>nový</strong> %2 oddiel s bodom pripojenia <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>Inštalovať distribúciu %2 na %3 systémovom oddieli <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>Nastaviť %3 oddiel <strong>%1</strong> s bodom pripojenia <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Inštalovať zavádzač do <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Nastavujú sa body pripojení.</translation> </message> @@ -985,7 +1037,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <message> <location filename="../src/modules/finished/FinishedViewStep.cpp" line="43"/> <source>Finish</source> - <translation>Dokončiť</translation> + <translation>Dokončenie</translation> </message> </context> <context> @@ -998,12 +1050,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <message> <location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="60"/> <source>Format <strong>%3MB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.</source> - <translation>Naformátovanie <strong>%3MB</strong> oddielu <strong>%1</strong> so súborovým systémom <strong>%2</strong>.</translation> + <translation>Naformátovanie <strong>%3MB</strong> oddielu <strong>%1</strong> so systémom súborov <strong>%2</strong>.</translation> </message> <message> <location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="71"/> <source>Formatting partition %1 with file system %2.</source> - <translation>Formátuje sa oddiel %1 so súborovým systémom %2.</translation> + <translation>Formátuje sa oddiel %1 so systémom súborov %2.</translation> </message> <message> <location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="83"/> @@ -1095,7 +1147,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Klávesnica</translation> </message> @@ -1222,12 +1274,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <translation>Z&meniť...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Nastavenie časovej zóny na %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Sieťová inštalácia. (Zakázaná: Nie je možné získať zoznamy balíkov. Skontrolujte vaše sieťové pripojenie.)</translation> </message> @@ -1521,7 +1573,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <translation>Nainštalovať &zavádzač na:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Naozaj chcete vytvoriť novú tabuľku oddielov na zariadení %1?</translation> </message> @@ -1613,6 +1665,16 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>Oddiel systému EFI je potrebný pre spustenie distribúcie %1.<br/><br/>Oddiel bol nakonfigurovaný s bodom pripojenia <strong>%2</strong>, ale nemá nastavenú značku <strong>esp</strong>.<br/>Na nastavenie značky prejdite späť a upravte oddiel.<br/><br/>Môžete porkačovať bez nastavenia značky, ale váš systém môže pri spustení zlyhať.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Zavádzací oddiel nie je zašifrovaný</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Spolu so zašifrovaným koreňovým oddielom bol nainštalovaný oddelený zavádzací oddiel, ktorý ale nie je zašifrovaný.<br/><br/>S týmto typom inštalácie je ohrozená bezpečnosť, pretože dôležité systémové súbory sú uchovávané na nezašifrovanom oddieli.<br/>Ak si to želáte, môžete pokračovať, ale neskôr, počas spúšťania systému sa vykoná odomknutie systému súborov.<br/>Na zašifrovanie zavádzacieho oddielu prejdite späť a vytvorte ju znovu vybratím voľby <strong>Zašifrovať</strong> v okne vytvárania oddielu.</translation> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <translation>Predvolený</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>neznámy</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>rozšírený</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>nenaformátovaný</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>odkladací</translation> </message> @@ -1731,52 +1793,52 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Zbierajú sa informácie o počítači...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>obsahuje aspoň %1 GB voľného miesta na disku</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Nie je dostatok miesta na disku. Vyžaduje sa aspoň %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>obsahuje aspoň %1 GB voľnej operačnej pamäte</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Počítač neobsahuje dostatok operačnej pamäte. Vyžaduje sa aspoň %1 GB.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>je pripojený k zdroju napájania</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Počítač nie je pripojený k zdroju napájania.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>je pripojený k internetu</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Počítač nie je pripojený k internetu.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Inštalátor nie je spustený s právami správcu.</translation> </message> @@ -1791,12 +1853,12 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="91"/> <source>Parted failed to resize filesystem.</source> - <translation>Program Parted zlyhal pri zmene veľkosti súborového systému.</translation> + <translation>Program Parted zlyhal pri zmene veľkosti systému súborov.</translation> </message> <message> <location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="101"/> <source>Failed to resize filesystem.</source> - <translation>Zlyhala zmena veľkosti súborového systému.</translation> + <translation>Zlyhala zmena veľkosti systému súborov.</translation> </message> </context> <context> @@ -1874,71 +1936,127 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Nastavenie modelu klávesnice na %1 a rozloženia na %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Zlyhalo zapísanie konfigurácie klávesnice pre virtuálnu konzolu.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Zlyhalo zapísanie do %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Zlyhalo zapísanie konfigurácie klávesnice pre server X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>Zlyhalo zapísanie konfigurácie klávesnice do existujúceho adresára /etc/default.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>Nastavenie značiek na oddieli %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>Nastavenie značiek na %1MB oddieli %2.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Nastavenie značiek na novom oddieli.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>Vymazanie značiek na oddieli <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>Vymazanie značiek na %1MB oddieli <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Vymazanie značiek na novom oddieli.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Označenie oddielu <strong>%1</strong> ako <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>Označenie %1MB oddielu <strong>%2</strong> ako <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Označenie nového oddielu ako <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>Vymazávajú sa značky na oddieli <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>Vymazávajú sa značky na %1MB oddieli <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Vymazávajú sa značky na novom oddieli.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>Nastavujú sa značky <strong>%2</strong> na oddieli <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>Nastavujú sa značky <strong>%3</strong> na %1MB oddieli <strong>%2</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Nastavujú sa značky <strong>%1</strong> na novom oddieli.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>Inštalátor zlyhal pri nastavovaní značiek na oddieli %1.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Nepodarilo sa otvoriť zariadenie „%1“.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>Nepodarilo sa otvoriť tabuľku oddielov na zariadení „%1“.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>Nepodarilo sa nájsť oddiel „%1“.</translation> </message> @@ -1979,12 +2097,22 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <translation>rootMountPoint je %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation>Nedá sa zakázať účet správcu.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation>Príkaz passwd ukončený s chybovým kódom %1.</translation> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Nedá sa nastaviť heslo pre používateľa %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>Príkaz usermod ukončený s chybovým kódom %1.</translation> </message> @@ -2046,33 +2174,33 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Vaše používateľské meno je príliš dlhé.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Vaše používateľské meno obsahuje neplatné znaky. Povolené sú iba písmená, čísla a pomlčky.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Váš názov hostiteľa je príliš krátky.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Váš názov hostiteľa je príliš dlhý.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Váš názov hostiteľa obsahuje neplatné znaky. Povolené sú iba písmená, čísla a pomlčky.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Vaše heslá sa nezhodujú!</translation> </message> @@ -2141,7 +2269,7 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Vitajte</translation> </message> diff --git a/lang/calamares_sl.ts b/lang/calamares_sl.ts index 140e057787..62cbfa5619 100644 --- a/lang/calamares_sl.ts +++ b/lang/calamares_sl.ts @@ -14,7 +14,7 @@ <message> <location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="121"/> <source>With this operation, the partition <strong>%1</strong> which contains %4 will be shrunk to %2MB and a new %3MB partition will be created for %5.</source> - <translation type="unfinished"/> + <translation>S to operacijo bo razdelek <strong>%1</strong>, ki vsebuje %4 zmanjšan na %2MB, pri čemer bo za %5 ustvarjen nov razdelek velikosti %3MB.</translation> </message> <message> <location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="198"/> @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -304,22 +320,22 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Neznana vrsta izjeme</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>nerazčlenljiva napaka Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -386,109 +402,109 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -562,12 +578,12 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Priklopna točka:</translation> </message> @@ -582,25 +598,30 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logičen</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primaren</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <translation>useradd se je prekinil s kodo napake %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Ni mogoče nastaviti polnega imena za uporabnika %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn se je prekinil s kodo napake %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Ni mogoče nastaviti lastništva domače mape za uporabnika %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown se je prekinil s kodo napake %1.</translation> </message> @@ -848,6 +869,32 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Nastavi informacije razdelka</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1095,7 +1147,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Tipkovnica</translation> </message> @@ -1222,12 +1274,12 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Nastavi časovni pas na %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1298,7 +1350,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1521,7 +1573,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Ali ste prepričani, da želite ustvariti novo razpredelnico razdelkov na %1?</translation> </message> @@ -1613,6 +1665,16 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <translation>Privzeto</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1731,52 +1793,52 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1874,71 +1936,127 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1979,12 +2097,22 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2046,33 +2174,33 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2141,7 +2269,7 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_sr.ts b/lang/calamares_sr.ts index c259b54cca..b8aa6ee22b 100644 --- a/lang/calamares_sr.ts +++ b/lang/calamares_sr.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -303,22 +319,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Непознат тип изузетка</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -385,109 +401,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -561,12 +577,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Тачка &припајања:</translation> </message> @@ -581,25 +597,30 @@ The installer will quit and all changes will be lost.</source> <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Логичка</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Примарна</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -748,22 +769,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -847,6 +868,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -894,6 +941,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -926,37 +978,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1094,7 +1146,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1221,12 +1273,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1297,7 +1349,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1520,7 +1572,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1612,6 +1664,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1627,22 +1689,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1730,52 +1792,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1873,71 +1935,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1978,12 +2096,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2045,33 +2173,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Име вашег "домаћина" - hostname је прекратко.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Ваше име домаћина је предуго - hostname</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Ваше име "домаћина" - hostname садржи недозвољене карактере. Могуће је користити само слова, бројеве и цртице.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Лозинке се не поклапају!</translation> </message> @@ -2140,7 +2268,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_sr@latin.ts b/lang/calamares_sr@latin.ts index e930b51cc2..558a825cac 100644 --- a/lang/calamares_sr@latin.ts +++ b/lang/calamares_sr@latin.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -304,22 +320,22 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Nepoznat tip izuzetka</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>unparseable Python error</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>unparseable Python traceback</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Unfetchable Python error.</translation> </message> @@ -386,109 +402,109 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -562,12 +578,12 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>Tačka &montiranja:</translation> </message> @@ -582,25 +598,30 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logička</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primarna</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <translation>Komanda useradd prekinuta sa kodom greške %1</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Ne mogu postaviti puno ime za korisnika %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>Lomanda chfn prekinuta sa kodom greške %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Nemoguće postaviti vlasništvo nad početnim direktorijumom za korisnika %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>Komanda chown prekinuta sa kodom greške %1.</translation> </message> @@ -848,6 +869,32 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1095,7 +1147,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Tastatura</translation> </message> @@ -1222,12 +1274,12 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Postavi vremensku zonu na %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1298,7 +1350,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1521,7 +1573,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1613,6 +1665,16 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1731,52 +1793,52 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1874,71 +1936,127 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1979,12 +2097,22 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2046,33 +2174,33 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Vaše lozinke se ne poklapaju</translation> </message> @@ -2141,7 +2269,7 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_sv.ts b/lang/calamares_sv.ts index 0fd761ad9f..18835aa14f 100644 --- a/lang/calamares_sv.ts +++ b/lang/calamares_sv.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Verktyg</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Avlusningsinformation</translation> </message> @@ -304,22 +320,22 @@ Alla ändringar kommer att gå förlorade.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Okänd undantagstyp</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Otolkbart Pythonfel</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Otolkbar Python-traceback</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Ohämtbart Pythonfel</translation> </message> @@ -386,109 +402,109 @@ Alla ändringar kommer att gå förlorade.</translation> <translation>Formulär</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Efter:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Manuell partitionering</strong><br/>Du kan själv skapa och ändra storlek på partitionerna.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Sökväg till uppstartshanterare:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 kommer att förminskas till %2 MB och en ny %3 MB-partition kommer att skapas för %4.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Välj lagringsenhet:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Nuvarande:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI system partition:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -562,12 +578,12 @@ Alla ändringar kommer att gå förlorade.</translation> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Monteringspunkt:</translation> </message> @@ -582,25 +598,30 @@ Alla ändringar kommer att gå förlorade.</translation> <translation>MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Logisk</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Primär</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ Alla ändringar kommer att gå förlorade.</translation> <translation>useradd stoppades med felkod %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>Kan inte sätta helt namn för användare %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn stoppades med felkod %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>Kunde inte ge användaren %1 äganderätt till sin hemkatalog.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown stoppades med felkod %1.</translation> </message> @@ -848,6 +869,32 @@ Alla ändringar kommer att gå förlorade.</translation> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ Alla ändringar kommer att gå förlorade.</translation> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ Alla ändringar kommer att gå förlorade.</translation> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Ange partitionsinformation</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>Installera uppstartshanterare på <strong>%1</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Ställer in monteringspunkter.</translation> </message> @@ -1095,7 +1147,7 @@ Alla ändringar kommer att gå förlorade.</translation> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Tangentbord</translation> </message> @@ -1222,12 +1274,12 @@ Alla ändringar kommer att gå förlorade.</translation> <translation>Ändra...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Sätt tidszon till %1/%2.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1298,7 +1350,7 @@ Alla ändringar kommer att gå förlorade.</translation> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1521,7 +1573,7 @@ Alla ändringar kommer att gå förlorade.</translation> <translation>Installera uppstartshanterare på:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>Är du säker på att du vill skapa en ny partitionstabell på %1?</translation> </message> @@ -1613,6 +1665,16 @@ Alla ändringar kommer att gå förlorade.</translation> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ Alla ändringar kommer att gå förlorade.</translation> <translation>Standard</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>okänd</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>utökad</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>oformaterad</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1731,52 +1793,52 @@ Alla ändringar kommer att gå förlorade.</translation> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Samlar systeminformation...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>har minst %1 GB tillgängligt utrymme på hårddisken</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>har minst %1 GB arbetsminne</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>är ansluten till en strömkälla</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>Systemet är inte anslutet till någon strömkälla.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>är ansluten till internet</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Systemet är inte anslutet till internet.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Installationsprogammet körs inte med administratörsrättigheter.</translation> </message> @@ -1874,71 +1936,127 @@ Alla ändringar kommer att gå förlorade.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Sätt tangentbordsmodell till %1, layout till %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Misslyckades med att skriva tangentbordskonfiguration för konsolen.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>Misslyckades med att skriva %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>Misslyckades med att skriva tangentbordskonfiguration för X11.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>Kunde inte öppna enhet "%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1979,12 +2097,22 @@ Alla ändringar kommer att gå förlorade.</translation> <translation>rootMonteringspunkt är %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>Kan inte ställa in lösenord för användare %1.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod avslutade med felkod %1.</translation> </message> @@ -2046,33 +2174,33 @@ Alla ändringar kommer att gå förlorade.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Ditt användarnamn är för långt.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Ditt användarnamn innehåller otillåtna tecken! Endast små bokstäver och siffror tillåts.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Ditt värdnamn är för kort.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Ditt värdnamn är för långt.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Ditt värdnamn innehåller otillåtna tecken! Endast bokstäver, siffror och bindestreck tillåts.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Dina lösenord matchar inte!</translation> </message> @@ -2141,7 +2269,7 @@ Alla ändringar kommer att gå förlorade.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Välkommen</translation> </message> diff --git a/lang/calamares_th.ts b/lang/calamares_th.ts index 5566499dff..5154e3c151 100644 --- a/lang/calamares_th.ts +++ b/lang/calamares_th.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>ข้อมูลดีบั๊ก</translation> </message> @@ -304,22 +320,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>ข้อผิดพลาดไม่ทราบประเภท</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>ข้อผิดพลาด unparseable Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>ประวัติย้อนหลัง unparseable Python</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>ข้อผิดพลาด Unfetchable Python</translation> </message> @@ -386,109 +402,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -562,12 +578,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&M จุดเชื่อมต่อ:</translation> </message> @@ -582,25 +598,30 @@ The installer will quit and all changes will be lost.</source> <translation> MB เมกะไบต์</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>โลจิคอล</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>หลัก</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ The installer will quit and all changes will be lost.</source> <translation>useradd จบด้วยโค้ดข้อผิดพลาด %1</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>ไม่สามารถตั้งค่าชื่อเต็มสำหรับผู้ใช้ %1</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn จบด้วยโค้ดข้อผิดพลาด %1</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>ไม่สามารถตั้งค่าความเป็นเจ้าของไดเรคทอรี home สำหรับผู้ใช้ %1</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown จบด้วยโค้ดข้อผิดพลาด %1</translation> </message> @@ -848,6 +869,32 @@ The installer will quit and all changes will be lost.</source> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>ตั้งค่าข้อมูลพาร์ทิชัน</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1095,7 +1147,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>แป้นพิมพ์</translation> </message> @@ -1222,12 +1274,12 @@ The installer will quit and all changes will be lost.</source> <translation>&C เปลี่ยนแปลง...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>ตั้งโซนเวลาเป็น %1/%2<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1298,7 +1350,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1521,7 +1573,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>คุณแน่ใจว่าจะสร้างตารางพาร์ทิชันใหม่บน %1?</translation> </message> @@ -1613,6 +1665,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ The installer will quit and all changes will be lost.</source> <translation>ค่าเริ่มต้น</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1731,52 +1793,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1874,71 +1936,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>ตั้งค่าโมเดลแป้นพิมพ์เป็น %1 แบบ %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>ไม่สามารถเขียนการตั้งค่าแป้นพิมพ์สำหรับคอนโซลเสมือน</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>ไม่สามารถเขียนไปที่ %1</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>ไม่สามาถเขียนการตั้งค่าแป้นพิมพ์สำหรับ X11</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1979,12 +2097,22 @@ The installer will quit and all changes will be lost.</source> <translation>rootMountPoint คือ %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>ไม่สามารถตั้งค่ารหัสผ่านสำหรับผู้ใช้ %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod จบด้วยโค้ดข้อผิดพลาด %1</translation> </message> @@ -2046,33 +2174,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>ชื่อผู้ใช้ของคุณยาวเกินไป</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>ชื่อโฮสต์ของคุณสั้นเกินไป</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>ชื่อโฮสต์ของคุณยาวเกินไป</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>รหัสผ่านของคุณไม่ตรงกัน!</translation> </message> @@ -2141,7 +2269,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_tr_TR.ts b/lang/calamares_tr_TR.ts index b9bb23ac68..7cd2c6cea1 100644 --- a/lang/calamares_tr_TR.ts +++ b/lang/calamares_tr_TR.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>Tipi:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>hiçbiri</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>Arayüz:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>Araçlar</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>Hata ayıklama bilgisi</translation> </message> @@ -304,22 +320,22 @@ Yükleyiciden çıkınca tüm değişiklikler kaybedilecek.</translation> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>Bilinmeyen Özel Durum Tipi</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>Python hata ayıklaması</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>Python geri çekme ayıklaması</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>Okunamayan Python hatası.</translation> </message> @@ -388,110 +404,110 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <translation>Biçim</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>Sonra:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>Elle bölümleme</strong><br/>Bölümler oluşturabilir ve boyutlandırabilirsiniz.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>Önyükleyici konumu:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 %2MB küçülecek ve %4 için %3MB bir disk bölümü oluşturacak.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>Depolama ay&gıtı seç:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>Geçerli:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation> %2 ev bölümü olarak %1 yeniden kullanılsın.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>Küçültmek için bir bölüm seçip alttaki çubuğu sürükleyerek boyutlandır</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>Yükleyeceğin disk bölümünü seç</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>Bu sistemde EFI disk bölümü bulunamadı. Lütfen geri dönün ve %1 kurmak için gelişmiş kurulum seçeneğini kullanın.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>%1 EFI sistem bölümü %2 başlatmak için kullanılacaktır.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI sistem bölümü:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Bu depolama aygıtı üzerinde yüklü herhangi bir işletim sistemi tespit etmedik. Ne yapmak istersiniz?<br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>Diski sil</strong><br/>Seçili depolama bölümündeki mevcut veriler şu anda <font color="red">silinecektir.</font></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Bu depolama aygıtı üzerinde %1 vardır. Ne yapmak istersiniz?<br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>Yanına yükleyin</strong><br/>Sistem yükleyici disk bölümünü küçülterek %1 için yer açacak.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>Varolan bir disk bölümüne kur</strong><br/>Varolan bir disk bölümü üzerine %1 kur.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Bu depolama aygıtı üzerinde bir işletim sistemi yüklü. Ne yapmak istersiniz? <br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak.</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>Bu depolama aygıtı üzerinde birden fazla işletim sistemi var. Ne yapmak istersiniz? <br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak.</translation> </message> @@ -565,12 +581,12 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <translation>D&osya Sistemi:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>Bayraklar:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>&Bağlama Noktası:</translation> </message> @@ -585,25 +601,30 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>Şif&rele</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>Mantıksal</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>Birincil</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Bağlama noktası zaten kullanımda. Lütfen diğerini seçiniz.</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -752,22 +773,22 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <translation>useradd komutu şu hata ile çöktü %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>%1 Kullanıcısı için tam isim ayarlanmadı.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>%1 Kullanıcısı şu gruba eklenemedi: %2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn komutu şu hata ile çöktü %1.</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod %1 hata koduyla çöktü.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>%1 Kullanıcısı için ev dizini sahipliği ayarlanamadı.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown %1 hata koduyla sonlandırıldı.</translation> </message> @@ -851,6 +872,32 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>%1 aygıtına Dracut için LUKS yapılandırmasını yaz</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Dracut için LUKS yapılandırma işlemi atlanıyor: "/" diski şifrelenemedi</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>%1 Açılamadı</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>Dummy C++ Job</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -898,6 +945,11 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <source>Flags:</source> <translation>Bayraklar:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>Bağlama noktası zaten kullanımda. Lütfen diğerini seçiniz.</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -930,37 +982,37 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>Bölüm bilgilendirmesini ayarla</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>%2 <strong>yeni</strong> sistem diskine %1 yükle.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>%2 <strong>yeni</strong> disk bölümünü <strong>%1</strong> ile ayarlayıp bağla.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>%3 <strong>%1</strong> sistem diskine %2 yükle.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>%3 diskine<strong>%1</strong> ile <strong>%2</strong> bağlama noktası ayarla.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation><strong>%1</strong> üzerine sistem ön yükleyiciyi kur.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>Bağlama noktalarını ayarla.</translation> </message> @@ -1098,7 +1150,7 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>Klavye Düzeni</translation> </message> @@ -1225,12 +1277,12 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <translation>&Değiştir...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>Bölge ve zaman dilimi %1/%2 olarak ayarlandı.<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1301,7 +1353,7 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>Ağ Üzerinden Kurulum. (Devre Dışı: Paket listeleri alınamıyor, ağ bağlantısını kontrol ediniz)</translation> </message> @@ -1524,7 +1576,7 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <translation>Şuraya ön &yükleyici kur:</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>%1 tablosunda yeni bölüm oluşturmaya devam etmek istiyor musunuz?</translation> </message> @@ -1616,6 +1668,17 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>%1 başlatmak için bir EFI sistem bölümü gereklidir.<br/><br/>Bir bağlama noktası <strong>%2</strong> olarak yapılandırıldı fakat <strong>esp</strong>bayrağı ayarlanmadı.<br/>Bayrağı ayarlamak için, geri dönün ve bölümü düzenleyin.<br/><br/>Sen bayrağı ayarlamadan devam edebilirsin fakat işletim sistemi başlatılamayabilir.</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>Önyükleme yani boot diski şifrelenmedi</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>Ayrı bir önyükleme yani boot disk bölümü, şifrenmiş bir kök bölüm ile birlikte ayarlandı, fakat önyükleme bölümü şifrelenmedi.<br/><br/>Bu tip kurulumun güvenlik endişeleri vardır, çünkü önemli sistem dosyaları şifrelenmemiş bir bölümde saklanır.<br/>İsterseniz kuruluma devam edebilirsiniz, fakat dosya sistemi kilidi daha sonra sistem başlatılırken açılacak.<br/> +Önyükleme bölümünü şifrelemek için geri dönün ve bölüm oluşturma penceresinde <strong>Şifreleme</strong>seçeneği ile yeniden oluşturun.</translation> + </message> </context> <context> <name>QObject</name> @@ -1631,22 +1694,22 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <translation>Varsayılan</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>bilinmeyen</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>uzatılmış</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>biçimlenmemiş</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>Swap-Takas</translation> </message> @@ -1734,53 +1797,53 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>Sistem bilgileri toplanıyor...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>En az %1 GB disk alanı olduğundan...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>Yeterli disk alanı mevcut değil. En az %1 GB disk alanı gereklidir.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>En az %1 GB bellek bulunduğundan...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>Yeterli ram bellek gereksinimi karşılanamıyor. En az %1 GB ram bellek gereklidir.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>Bir güç kaynağına takılı olduğundan...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation> Sistem güç kaynağına bağlı değil.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>İnternete bağlı olduğundan...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>Sistem internete bağlı değil.</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>Sistem yükleyici yönetici haklarına sahip olmadan çalışmıyor.</translation> </message> @@ -1878,71 +1941,127 @@ Sistem güç kaynağına bağlı değil.</translation> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>Klavye düzeni %1 olarak, alt türevi %2-%3 olarak ayarlandı.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>Uçbirim için klavye yapılandırmasını kaydetmek başarısız oldu.</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>%1 üzerine kaydedilemedi</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>X11 için klavye yapılandırmaları kaydedilemedi.</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>/etc/default dizine klavye yapılandırması yazılamadı.</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>%1 bölüm bayrağını ayarla.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>%1MB %2 Disk bölümüne bayrak ayarla.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>Yeni disk bölümüne bayrak ayarla.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation><strong>%1</strong> bölüm bayrağını kaldır.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>%1MB <strong>%2</strong> disk bölümünden bayrakları temizle.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>Yeni disk bölümünden bayrakları temizle.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>Bayrak bölüm <strong>%1</strong> olarak <strong>%2</strong>.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>%1MB <strong>%2</strong> disk bölüm bayrağı <strong>%3</strong> olarak belirlendi.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>Yeni disk bölümü <strong>%1</strong> olarak belirlendi.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation><strong>%1</strong> bölümünden bayraklar kaldırılıyor.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>%1MB <strong>%2</strong> disk bölümünden bayraklar temizleniyor.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>Yeni disk bölümünden bayraklar temizleniyor.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation><strong>%2</strong> bayrakları <strong>%1</strong> bölümüne ayarlandı.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation><strong>%3</strong> bayrağı %1MB <strong>%2</strong> disk bölümüne ayarlanıyor.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>Yeni disk bölümüne <strong>%1</strong> bayrağı ayarlanıyor.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation>Yükleyici %1 bölüm bayraklarını ayarlamakta başarısız oldu.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>'%1' aygıtı açılamadı.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>'%1' aygıtında bölümleme tablosu açılamadı.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>'%1' bölümü bulunamadı.</translation> </message> @@ -1983,12 +2102,22 @@ Sistem güç kaynağına bağlı değil.</translation> <translation>rootBağlamaNoktası %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>%1 Kullanıcısı için parola ayarlanamadı.</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod %1 hata koduyla çöktü.</translation> </message> @@ -2050,33 +2179,33 @@ Sistem güç kaynağına bağlı değil.</translation> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>Kullanıcı adınız çok uzun.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation>Kullanıcı adınız geçersiz karakterler içeriyor. Sadece küçük harfleri ve sayıları kullanabilirsiniz.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>Makine adınız çok kısa.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>Makine adınız çok uzun.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation>Makine adınız geçersiz karakterler içeriyor. Sadece küçük harfleri ve sayıları ve tire işaretini kullanabilirsiniz.</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>Parolanız eşleşmiyor!</translation> </message> @@ -2145,7 +2274,7 @@ Sistem güç kaynağına bağlı değil.</translation> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>Hoşgeldiniz</translation> </message> diff --git a/lang/calamares_uk.ts b/lang/calamares_uk.ts index 9eb7aa22d6..cd1839bbc7 100644 --- a/lang/calamares_uk.ts +++ b/lang/calamares_uk.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -297,22 +313,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -379,109 +395,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -555,12 +571,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -575,25 +591,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -742,22 +763,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -841,6 +862,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -888,6 +935,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -920,37 +972,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1088,7 +1140,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1215,12 +1267,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1291,7 +1343,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1514,7 +1566,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1606,6 +1658,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1621,22 +1683,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1724,52 +1786,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1867,71 +1929,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1972,12 +2090,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2039,33 +2167,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2134,7 +2262,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_ur.ts b/lang/calamares_ur.ts index 2152e9b937..eca77127d0 100644 --- a/lang/calamares_ur.ts +++ b/lang/calamares_ur.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -297,22 +313,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -379,109 +395,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -555,12 +571,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -575,25 +591,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -742,22 +763,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -841,6 +862,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -888,6 +935,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -920,37 +972,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1088,7 +1140,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1215,12 +1267,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1291,7 +1343,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1514,7 +1566,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1606,6 +1658,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1621,22 +1683,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1724,52 +1786,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1867,71 +1929,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1972,12 +2090,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2039,33 +2167,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2134,7 +2262,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_uz.ts b/lang/calamares_uz.ts index 4f464f597d..4e523f663e 100644 --- a/lang/calamares_uz.ts +++ b/lang/calamares_uz.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation type="unfinished"/> </message> @@ -297,22 +313,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation type="unfinished"/> </message> @@ -379,109 +395,109 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation type="unfinished"/> </message> @@ -555,12 +571,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation type="unfinished"/> </message> @@ -575,25 +591,30 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -742,22 +763,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -841,6 +862,32 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation type="unfinished"/> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation type="unfinished"/> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -888,6 +935,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>EncryptWidget</name> @@ -920,37 +972,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation type="unfinished"/> </message> @@ -1088,7 +1140,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation type="unfinished"/> </message> @@ -1215,12 +1267,12 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation type="unfinished"/> @@ -1291,7 +1343,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation type="unfinished"/> </message> @@ -1514,7 +1566,7 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation type="unfinished"/> </message> @@ -1606,6 +1658,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>QObject</name> @@ -1621,22 +1683,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation type="unfinished"/> </message> @@ -1724,52 +1786,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation type="unfinished"/> </message> @@ -1867,71 +1929,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation type="unfinished"/> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation type="unfinished"/> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="140"/> <source>The installer failed to set flags on partition %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation type="unfinished"/> </message> @@ -1972,12 +2090,22 @@ The installer will quit and all changes will be lost.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation type="unfinished"/> </message> @@ -2039,33 +2167,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <location filename="../src/modules/users/UsersPage.cpp" line="285"/> <source>Your username contains invalid characters. Only lowercase letters and numbers are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <location filename="../src/modules/users/UsersPage.cpp" line="351"/> <source>Your hostname contains invalid characters. Only letters, numbers and dashes are allowed.</source> <translation type="unfinished"/> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation type="unfinished"/> </message> @@ -2134,7 +2262,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation type="unfinished"/> </message> diff --git a/lang/calamares_zh_CN.ts b/lang/calamares_zh_CN.ts index 30d647be4d..b411d155c1 100644 --- a/lang/calamares_zh_CN.ts +++ b/lang/calamares_zh_CN.ts @@ -103,11 +103,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>类型:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>无</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>接口:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>工具</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>调试信息</translation> </message> @@ -305,22 +321,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>未知异常类型</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>无法解析的 Python 错误</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>无法解析的 Python 回溯</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>无法获取的 Python 错误。</translation> </message> @@ -387,109 +403,109 @@ The installer will quit and all changes will be lost.</source> <translation>表单</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>之后:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>手动分区</strong><br/>您可以自行创建或重新调整分区大小。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>引导程序位置:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 将会被缩减到 %2 MB,同时将为 %4 创建空间为 %3MB 的新分区。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>选择存储器(&V):</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>当前:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>将 %1 重用为 %2 的家分区。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>选择要缩小的分区,然后拖动底栏改变大小</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>选择要安装到的分区</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>在此系统上找不到任何 EFI 系统分区。请后退到上一步并使用手动分区配置 %1。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>%1 处的 EFI 系统分区将被用来启动 %2。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI 系统分区:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>这个存储器上似乎还没有操作系统。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>抹除磁盘</strong><br/>这将会<font color="red">删除</font>目前选定的存储器上所有的数据。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>这个存储器上已经有 %1 了。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>并存安装</strong><br/>安装程序将会缩小一个分区,为 %1 腾出空间。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>取代一个分区</strong><br/>以 %1 <strong>替代</strong>一个分区。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>这个存储器上已经有一个操作系统了。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>这个存储器上已经有多个操作系统了。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。</translation> </message> @@ -563,12 +579,12 @@ The installer will quit and all changes will be lost.</source> <translation>文件系统 (&L):</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>标记:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>挂载点(&M):</translation> </message> @@ -583,25 +599,30 @@ The installer will quit and all changes will be lost.</source> <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>加密(&C)</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>逻辑分区</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>主分区</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>挂载点已被占用。请选择另一个。</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -750,22 +771,22 @@ The installer will quit and all changes will be lost.</source> <translation>useradd 以错误代码 %1 中止。</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>无法设置用户 %1 的全名。</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>无法将用户 %1 加入到群组:%2.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn 以错误代码 %1 中止。</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod 终止,错误代码 %1.</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>无法设置用户 %1 的主文件夹所有者。</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown 以错误代码 %1 中止。</translation> </message> @@ -850,6 +871,32 @@ The installer will quit and all changes will be lost.</source> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>将 Dracut 的 LUKS 配置写入到 %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>Dracut 的“/”分区未加密,因而跳过写入 LUKS 配置</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>无法打开 %1</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>虚设 C++ 任务</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -897,6 +944,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation>标记:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>挂载点已被占用。请选择另一个。</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -929,37 +981,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>设置分区信息</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>在 <strong>新的</strong>系统分区 %2 上安装 %1。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>设置 <strong>新的</strong> 含挂载点 <strong>%1</strong> 的 %2 分区。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>在 %3 系统割区 <strong>%1</strong> 上安装 %2。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>为分区 %3 <strong>%1</strong> 设置挂载点 <strong>%2</strong>。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>在 <strong>%1</strong>上安装引导程序。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>正在设置挂载点。</translation> </message> @@ -1097,7 +1149,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>键盘</translation> </message> @@ -1224,12 +1276,12 @@ The installer will quit and all changes will be lost.</source> <translation>更改 (&C) ...</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>设置时区为 %1/%2。<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1(%2)</translation> @@ -1300,7 +1352,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>网络安装。(已禁用:无法获取软件包列表,请检查网络连接)</translation> </message> @@ -1523,7 +1575,7 @@ The installer will quit and all changes will be lost.</source> <translation>安装引导程序于(&L):</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>您是否确定要在 %1 上创建新分区表?</translation> </message> @@ -1615,6 +1667,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>必须有 EFI 系统分区才能启动 %1 。<br/><br/>已有挂载点为 <strong>%2</strong> 的分区,但是未设置 <strong>esp</strong> 标记。<br/>要设置此标记,后退并编辑分区。<br/><br/>你可以不创建 EFI 系统分区并继续安装,但是你的系统可能无法启动。</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>引导分区未加密</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>您尝试用单独的引导分区配合已加密的根分区使用,但引导分区未加密。<br/><br/>这种配置方式可能存在安全隐患,因为重要的系统文件存储在了未加密的分区上。<br/>您可以继续保持此配置,但是系统解密将在系统启动时而不是引导时进行。<br/>要加密引导分区,请返回上一步并重新创建此分区,并在分区创建窗口选中 <strong>加密</strong> 选项。</translation> + </message> </context> <context> <name>QObject</name> @@ -1630,22 +1692,22 @@ The installer will quit and all changes will be lost.</source> <translation>默认</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>未知</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>扩展分区</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>未格式化</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>临时存储空间</translation> </message> @@ -1733,52 +1795,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>正在收集系统信息 ...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>至少 %1 GB 可用磁盘空间</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>没有足够的磁盘空间。至少需要 %1 GB。</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>至少 %1 GB 可用内存</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>系统没有足够的内存。至少需要 %1 GB。</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>已连接到电源</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>系统未连接到电源。</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>已连接到互联网</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>系统未连接到互联网。</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>安装器未以管理员权限运行</translation> </message> @@ -1876,71 +1938,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>将键盘型号设置为 %1,布局设置为 %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>无法将键盘配置写入到虚拟控制台。</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>写入到 %1 失败</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>无法为 X11 写入键盘配置。</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>无法将键盘配置写入到现有的 /etc/default 目录。</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>设置分区 %1 的标记.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>设置 %1MB %2 分区的标记.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>设置新分区的标记.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>清空分区 <strong>%1</strong> 上的标记.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>删除 %1MB <strong>%2</strong> 分区的标记.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>删除新分区的标记.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>将分区 <strong>%2</strong> 标记为 <strong>%1</strong>。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>将 %1MB <strong>%2</strong> 分区标记为 <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>将新分区标记为 <strong>%1</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>正在清理分区 <strong>%1</strong> 上的标记。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>正在删除 %1MB <strong>%2</strong> 分区的标记.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>正在删除新分区的标记.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>正在为分区 <strong>%1</strong> 设置标记 <strong>%2</strong>。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>正在将 %1MB <strong>%2</strong> 分区标记为 <strong>%3</strong>.</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>正在将新分区标记为 <strong>%1</strong>.</translation> + </message> + <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> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>无法打开设备 '%1'.</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>无法打开设备 '%1' 的分区表。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>无法找到分区 '%1'。</translation> </message> @@ -1981,12 +2099,22 @@ The installer will quit and all changes will be lost.</source> <translation>根挂载点为 %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>无法设置用户 %1 的密码。</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod 以错误代码 %1 中止。</translation> </message> @@ -2048,33 +2176,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>用户名太长。</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>主机名太短。</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>主机名太长。</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>密码不匹配!</translation> </message> @@ -2143,7 +2271,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>欢迎</translation> </message> diff --git a/lang/calamares_zh_TW.ts b/lang/calamares_zh_TW.ts index 2dc64b8778..78176f4924 100644 --- a/lang/calamares_zh_TW.ts +++ b/lang/calamares_zh_TW.ts @@ -102,11 +102,27 @@ </message> <message> <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/> + <source>Type:</source> + <translation>類型:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/> + <source>none</source> + <translation>無</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/> + <source>Interface:</source> + <translation>介面:</translation> + </message> + <message> + <location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/> <source>Tools</source> <translation>工具</translation> </message> <message> - <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="102"/> + <location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/> <source>Debug information</source> <translation>除錯資訊</translation> </message> @@ -304,22 +320,22 @@ The installer will quit and all changes will be lost.</source> <context> <name>CalamaresPython::Helper</name> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="262"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="263"/> <source>Unknown exception type</source> <translation>未知的例外型別</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="275"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="276"/> <source>unparseable Python error</source> <translation>無法解析的 Python 錯誤</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="291"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="292"/> <source>unparseable Python traceback</source> <translation>無法解析的 Python 回溯紀錄</translation> </message> <message> - <location filename="../src/libcalamares/PythonHelper.cpp" line="295"/> + <location filename="../src/libcalamares/PythonHelper.cpp" line="296"/> <source>Unfetchable Python error.</source> <translation>無法讀取的 Python 錯誤。</translation> </message> @@ -386,109 +402,109 @@ The installer will quit and all changes will be lost.</source> <translation>表單</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="123"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/> <source>After:</source> <translation>之後:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="236"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/> <source><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source> <translation><strong>手動分割</strong><br/>您可以自行建立或重新調整分割區大小。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="963"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/> <source>Boot loader location:</source> <translation>開機載入器位置:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/> <source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source> <translation>%1 將會被縮減容量到 %2MB 而一個新的 %3MB 分割區將會被建立為 %4。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="121"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="125"/> <source>Select storage de&vice:</source> <translation>選取儲存裝置(&V):</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="122"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="888"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="934"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1014"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="126"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="905"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="952"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1032"/> <source>Current:</source> <translation>目前:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="766"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/> <source>Reuse %1 as home partition for %2.</source> <translation>重新使用 %1 作為 %2 的家目錄分割區。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="889"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/> <source><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source> <translation><strong>選取要縮減的分割區,然後拖曳底部條狀物來調整大小</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1005"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/> <source><strong>Select a partition to install on</strong></source> <translation><strong>選取分割區以安裝在其上</strong></translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1061"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/> <source>An EFI system partition cannot be found anywhere on this system. Please go back and use manual partitioning to set up %1.</source> <translation>在這個系統上找不到任何的 EFI 系統分割區。請回到上一步並使用手動分割以設定 %1。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1071"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/> <source>The EFI system partition at %1 will be used for starting %2.</source> <translation>在 %1 的 EFI 系統分割區將會在開始 %2 時使用。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1080"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/> <source>EFI system partition:</source> <translation>EFI 系統分割區:</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1165"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/> <source>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>這個儲存裝置上似乎還沒有作業系統。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1170"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1210"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1234"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1272"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1188"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1228"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1252"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1290"/> <source><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source> <translation><strong>抹除磁碟</strong><br/>這將會<font color="red">刪除</font>目前選取的儲存裝置上所有的資料。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1199"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/> <source>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>這個儲存裝置上已經有 %1 了。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1174"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1205"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1229"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1267"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1192"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1223"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1247"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1285"/> <source><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source> <translation><strong>並存安裝</strong><br/>安裝程式將會縮減一個分割區以讓出空間給 %1。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1179"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1215"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1238"/> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1276"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1197"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1233"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1256"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1294"/> <source><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source> <translation><strong>取代一個分割區</strong><br/>用 %1 取代一個分割區。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1224"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/> <source>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>這個儲存裝置上已經有一個作業系統了。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。</translation> </message> <message> - <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1262"/> + <location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/> <source>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source> <translation>這個儲存裝置上已經有多個作業系統了。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。</translation> </message> @@ -562,12 +578,12 @@ The installer will quit and all changes will be lost.</source> <translation>檔案系統 (&I):</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="168"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="178"/> <source>Flags:</source> <translation>旗標:</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="148"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/> <source>&Mount Point:</source> <translation>掛載點 (&M):</translation> </message> @@ -582,25 +598,30 @@ The installer will quit and all changes will be lost.</source> <translation> MB</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="63"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="65"/> <source>En&crypt</source> <translation>加密(&C)</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="155"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="161"/> <source>Logical</source> <translation>邏輯磁區</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="160"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="166"/> <source>Primary</source> <translation>主要磁區</translation> </message> <message> - <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="177"/> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="183"/> <source>GPT</source> <translation>GPT</translation> </message> + <message> + <location filename="../src/modules/partition/gui/CreatePartitionDialog.cpp" line="268"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>掛載點使用中。請選擇其他的。</translation> + </message> </context> <context> <name>CreatePartitionJob</name> @@ -749,22 +770,22 @@ The installer will quit and all changes will be lost.</source> <translation>useradd 以錯誤代碼 %1 終止。</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="167"/> - <source>Cannot set full name for user %1.</source> - <translation>無法設定使用者 %1 的全名。</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="171"/> + <source>Cannot add user %1 to groups: %2.</source> + <translation>無法將使用者 %1 加入至群組:%2。</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="169"/> - <source>chfn terminated with error code %1.</source> - <translation>chfn 以錯誤代碼 %1 終止。</translation> + <location filename="../src/modules/users/CreateUserJob.cpp" line="174"/> + <source>usermod terminated with error code %1.</source> + <translation>usermod 以錯誤代碼 %1 終止。</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="179"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="184"/> <source>Cannot set home directory ownership for user %1.</source> <translation>無法將使用者 %1 設定為家目錄的擁有者。</translation> </message> <message> - <location filename="../src/modules/users/CreateUserJob.cpp" line="181"/> + <location filename="../src/modules/users/CreateUserJob.cpp" line="186"/> <source>chown terminated with error code %1.</source> <translation>chown 以錯誤代碼 %1 終止。</translation> </message> @@ -848,6 +869,32 @@ The installer will quit and all changes will be lost.</source> <translation>%1 - %2 (%3)</translation> </message> </context> +<context> + <name>DracutLuksCfgJob</name> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="131"/> + <source>Write LUKS configuration for Dracut to %1</source> + <translation>為 Dracut 寫入 LUKS 設定到 %1</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/> + <source>Skip writing LUKS configuration for Dracut: "/" partition is not encrypted</source> + <translation>跳過為 Dracut 寫入 LUKS 設定:"/" 分割區未加密</translation> + </message> + <message> + <location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="149"/> + <source>Failed to open %1</source> + <translation>開啟 %1 失敗</translation> + </message> +</context> +<context> + <name>DummyCppJob</name> + <message> + <location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/> + <source>Dummy C++ Job</source> + <translation>虛設 C++ 排程</translation> + </message> +</context> <context> <name>EditExistingPartitionDialog</name> <message> @@ -895,6 +942,11 @@ The installer will quit and all changes will be lost.</source> <source>Flags:</source> <translation>旗標:</translation> </message> + <message> + <location filename="../src/modules/partition/gui/EditExistingPartitionDialog.cpp" line="306"/> + <source>Mountpoint already in use. Please select another one.</source> + <translation>掛載點使用中。請選擇其他的。</translation> + </message> </context> <context> <name>EncryptWidget</name> @@ -927,37 +979,37 @@ The installer will quit and all changes will be lost.</source> <context> <name>FillGlobalStorageJob</name> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="120"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="123"/> <source>Set partition information</source> <translation>設定分割區資訊</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="144"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="147"/> <source>Install %1 on <strong>new</strong> %2 system partition.</source> <translation>在 <strong>新的</strong>系統分割區 %2 上安裝 %1。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="149"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="152"/> <source>Set up <strong>new</strong> %2 partition with mount point <strong>%1</strong>.</source> <translation>設定 <strong>新的</strong> 不含掛載點 <strong>%1</strong> 的 %2 分割區。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="157"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="160"/> <source>Install %2 on %3 system partition <strong>%1</strong>.</source> <translation>在 %3 系統分割區 <strong>%1</strong> 上安裝 %2。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="163"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="166"/> <source>Set up %3 partition <strong>%1</strong> with mount point <strong>%2</strong>.</source> <translation>為分割區 %3 <strong>%1</strong> 設定掛載點 <strong>%2</strong>。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="175"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="178"/> <source>Install boot loader on <strong>%1</strong>.</source> <translation>安裝開機載入器於 <strong>%1</strong>。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="185"/> + <location filename="../src/modules/partition/jobs/FillGlobalStorageJob.cpp" line="188"/> <source>Setting up mount points.</source> <translation>正在設定掛載點。</translation> </message> @@ -1095,7 +1147,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>KeyboardViewStep</name> <message> - <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="49"/> + <location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/> <source>Keyboard</source> <translation>鍵盤</translation> </message> @@ -1222,12 +1274,12 @@ The installer will quit and all changes will be lost.</source> <translation>變更...(&C)</translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="389"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="390"/> <source>Set timezone to %1/%2.<br/></source> <translation>設定時區為 %1/%2 。<br/></translation> </message> <message> - <location filename="../src/modules/locale/LocalePage.cpp" line="464"/> + <location filename="../src/modules/locale/LocalePage.cpp" line="465"/> <source>%1 (%2)</source> <extracomment>Language (Country)</extracomment> <translation>%1 (%2)</translation> @@ -1298,7 +1350,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>NetInstallPage</name> <message> - <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="98"/> + <location filename="../src/modules/netinstall/NetInstallPage.cpp" line="101"/> <source>Network Installation. (Disabled: Unable to fetch package lists, check your network connection)</source> <translation>網路安裝。(已停用:無法擷取軟體包清單,請檢查您的網路連線)</translation> </message> @@ -1521,7 +1573,7 @@ The installer will quit and all changes will be lost.</source> <translation>安裝開機載入器在(&L):</translation> </message> <message> - <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="156"/> + <location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/> <source>Are you sure you want to create a new partition table on %1?</source> <translation>您是否確定要在 %1 上建立一個新的分割區表格?</translation> </message> @@ -1613,6 +1665,16 @@ The installer will quit and all changes will be lost.</source> <source>An EFI system partition is necessary to start %1.<br/><br/>A partition was configured with mount point <strong>%2</strong> but its <strong>esp</strong> flag is not set.<br/>To set the flag, go back and edit the partition.<br/><br/>You can continue without setting the flag but your system may fail to start.</source> <translation>需要一個 EFI 系統分割區以啟動 %1。<br/><br/>有一個掛載點設定為 <strong>%2</strong> 但未設定 <strong>esp</strong> 旗標的分割區。<br/>要設定此旗標,回到上一步並編輯分割區。<br/><br/>您也可以不設定旗標而繼續,但您的系統可能會啟動失敗。</translation> </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="456"/> + <source>Boot partition not encrypted</source> + <translation>開機分割區未加密</translation> + </message> + <message> + <location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="457"/> + <source>A separate boot partition was set up together with an encrypted root partition, but the boot partition is not encrypted.<br/><br/>There are security concerns with this kind of setup, because important system files are kept on an unencrypted partition.<br/>You may continue if you wish, but filesystem unlocking will happen later during system startup.<br/>To encrypt the boot partition, go back and recreate it, selecting <strong>Encrypt</strong> in the partition creation window.</source> + <translation>單獨的開機分割區會與加密的根分割區一起設定,但是開機分割區並不會被加密。<br/><br/>這種設定可能會造成安全性問題,因為系統檔案放在未加密的分割區中。<br/>若您想要,您可以繼續,但是檔案系統的解鎖會在系統啟動後才發生。<br/>要加密開機分割區,回到上一頁並重新建立它,在分割區建立視窗中選取<strong>加密</strong>。</translation> + </message> </context> <context> <name>QObject</name> @@ -1628,22 +1690,22 @@ The installer will quit and all changes will be lost.</source> <translation>預設值</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="195"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> <source>unknown</source> <translation>未知</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="197"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/> <source>extended</source> <translation>延伸分割區</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="199"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/> <source>unformatted</source> <translation>未格式化</translation> </message> <message> - <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/> + <location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/> <source>swap</source> <translation>swap</translation> </message> @@ -1731,52 +1793,52 @@ The installer will quit and all changes will be lost.</source> <context> <name>RequirementsChecker</name> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="57"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="58"/> <source>Gathering system information...</source> <translation>收集系統資訊中...</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="98"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="99"/> <source>has at least %1 GB available drive space</source> <translation>有至少 %1 GB 的可用磁碟空間</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="100"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="101"/> <source>There is not enough drive space. At least %1 GB is required.</source> <translation>沒有足夠的磁碟空間。至少需要 %1 GB。</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="108"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="109"/> <source>has at least %1 GB working memory</source> <translation>有至少 %1 GB 的可用記憶體</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="110"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="111"/> <source>The system does not have enough working memory. At least %1 GB is required.</source> <translation>系統沒有足夠的記憶體。至少需要 %1 GB。</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="118"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> <source>is plugged in to a power source</source> <translation>已插入外接電源</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="119"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="120"/> <source>The system is not plugged in to a power source.</source> <translation>系統未插入外接電源。</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="126"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> <source>is connected to the Internet</source> <translation>已連上網際網路</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="127"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="128"/> <source>The system is not connected to the Internet.</source> <translation>系統未連上網際網路</translation> </message> <message> - <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="135"/> + <location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="136"/> <source>The installer is not running with administrator rights.</source> <translation>安裝程式並未以管理員權限執行。</translation> </message> @@ -1874,71 +1936,127 @@ The installer will quit and all changes will be lost.</source> <context> <name>SetKeyboardLayoutJob</name> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="57"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="59"/> <source>Set keyboard model to %1, layout to %2-%3</source> <translation>將鍵盤型號設定為 %1,佈局為 %2-%3</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="284"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="320"/> <source>Failed to write keyboard configuration for the virtual console.</source> <translation>為虛擬終端機寫入鍵盤設定失敗。</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="285"/> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="289"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="321"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="325"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="331"/> <source>Failed to write to %1</source> <translation>寫入到 %1 失敗</translation> </message> <message> - <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="288"/> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="324"/> <source>Failed to write keyboard configuration for X11.</source> <translation>為 X11 寫入鍵盤設定失敗。</translation> </message> + <message> + <location filename="../src/modules/keyboard/SetKeyboardLayoutJob.cpp" line="330"/> + <source>Failed to write keyboard configuration to existing /etc/default directory.</source> + <translation>寫入鍵盤設定到已存在的 /etc/default 目錄失敗。</translation> + </message> </context> <context> <name>SetPartFlagsJob</name> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="47"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="48"/> <source>Set flags on partition %1.</source> <translation>在分割區 %1 上設定旗標。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="56"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="51"/> + <source>Set flags on %1MB %2 partition.</source> + <translation>在 %1MB 的 %2 分割區上設定旗標。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="55"/> + <source>Set flags on new partition.</source> + <translation>在新分割區上設定旗標。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="66"/> <source>Clear flags on partition <strong>%1</strong>.</source> <translation>在分割區 <strong>%1</strong> 上清除旗標。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="59"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="70"/> + <source>Clear flags on %1MB <strong>%2</strong> partition.</source> + <translation>清除在 %1MB 的 <strong>%2</strong> 分割區上的旗標。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <source>Clear flags on new partition.</source> + <translation>清除在新分割區上的旗標。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="78"/> <source>Flag partition <strong>%1</strong> as <strong>%2</strong>.</source> <translation>將分割區 <strong>%1</strong> 的旗標設定為 <strong>%2</strong>。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="71"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="84"/> + <source>Flag %1MB <strong>%2</strong> partition as <strong>%3</strong>.</source> + <translation>將 %1MB 的 <strong>%2</strong> 分割區旗標設定為 <strong>%3</strong>。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <source>Flag new partition as <strong>%1</strong>.</source> + <translation>將新割區旗標設定為 <strong>%1</strong>。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="102"/> <source>Clearing flags on partition <strong>%1</strong>.</source> <translation>正在分割區 <strong>%1</strong> 上清除旗標。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="74"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="106"/> + <source>Clearing flags on %1MB <strong>%2</strong> partition.</source> + <translation>清除在 %1MB 的 <strong>%2</strong> 分割區上的旗標。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="110"/> + <source>Clearing flags on new partition.</source> + <translation>清除在新分割區上的旗標。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="114"/> <source>Setting flags <strong>%2</strong> on partition <strong>%1</strong>.</source> <translation>正在分割區 <strong>%1</strong> 上設定旗標。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="90"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="120"/> + <source>Setting flags <strong>%3</strong> on %1MB <strong>%2</strong> partition.</source> + <translation>正在 %1MB 的 <strong>%2</strong> 分割區上設定旗標 <strong>%3</strong>。</translation> + </message> + <message> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="126"/> + <source>Setting flags <strong>%1</strong> on new partition.</source> + <translation>正在新分割區上設定旗標 <strong>%1</strong>。</translation> + </message> + <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> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="98"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="148"/> <source>Could not open device '%1'.</source> <translation>無法開啟裝置「%1」。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="107"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="157"/> <source>Could not open partition table on device '%1'.</source> <translation>無法開啟在裝置「%1」上的分割區表格。</translation> </message> <message> - <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="119"/> + <location filename="../src/modules/partition/jobs/SetPartitionFlagsJob.cpp" line="169"/> <source>Could not find partition '%1'.</source> <translation>找不到分割區「%1」。</translation> </message> @@ -1979,12 +2097,22 @@ The installer will quit and all changes will be lost.</source> <translation>根掛載點為 %1</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="74"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="70"/> + <source>Cannot disable root account.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="71"/> + <source>passwd terminated with error code %1.</source> + <translation type="unfinished"/> + </message> + <message> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="88"/> <source>Cannot set password for user %1.</source> <translation>無法為使用者 %1 設定密碼。</translation> </message> <message> - <location filename="../src/modules/users/SetPasswordJob.cpp" line="76"/> + <location filename="../src/modules/users/SetPasswordJob.cpp" line="90"/> <source>usermod terminated with error code %1.</source> <translation>usermod 以錯誤代碼 %1 終止。</translation> </message> @@ -2046,33 +2174,33 @@ The installer will quit and all changes will be lost.</source> <context> <name>UsersPage</name> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="269"/> + <location filename="../src/modules/users/UsersPage.cpp" line="275"/> <source>Your username is too long.</source> <translation>您的使用者名稱太長了。</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="279"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="323"/> + <location filename="../src/modules/users/UsersPage.cpp" line="329"/> <source>Your hostname is too short.</source> <translation>您的主機名稱太短了。</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="334"/> + <location filename="../src/modules/users/UsersPage.cpp" line="340"/> <source>Your hostname is too long.</source> <translation>您的主機名稱太長了。</translation> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="345"/> + <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> </message> <message> - <location filename="../src/modules/users/UsersPage.cpp" line="376"/> - <location filename="../src/modules/users/UsersPage.cpp" line="409"/> + <location filename="../src/modules/users/UsersPage.cpp" line="382"/> + <location filename="../src/modules/users/UsersPage.cpp" line="415"/> <source>Your passwords do not match!</source> <translation>密碼不符!</translation> </message> @@ -2141,7 +2269,7 @@ The installer will quit and all changes will be lost.</source> <context> <name>WelcomeViewStep</name> <message> - <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="50"/> + <location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/> <source>Welcome</source> <translation>歡迎</translation> </message> diff --git a/settings.conf b/settings.conf index 349c64830e..2b34f2ad15 100644 --- a/settings.conf +++ b/settings.conf @@ -58,39 +58,39 @@ modules-search: [ local ] # instances are lifted. # YAML: list of lists of strings. sequence: -- show: - - welcome - - locale - - keyboard - - partition - - users - - summary -- exec: - - partition - - mount - - unpackfs - - machineid - - fstab - - locale - - keyboard - - localecfg - - luksopenswaphookcfg - - luksbootkeyfile - - plymouthcfg - - initcpiocfg - - initcpio - - users - - displaymanager - - mhwdcfg - - networkcfg - - hwclock - - services - - grubcfg - - bootloader - - postcfg - - umount -- show: - - finished + - show: + - welcome + - locale + - keyboard + - partition + - users + - summary + - exec: + - partition + - mount + - unpackfs + - machineid + - fstab + - locale + - keyboard + - localecfg + - luksopenswaphookcfg + - luksbootkeyfile + - plymouthcfg + - initcpiocfg + - initcpio + - users + - displaymanager + - mhwdcfg + - networkcfg + - hwclock + - services + - grubcfg + - bootloader + - postcfg + - umount + - show: + - finished # A branding component is a directory, either in SHARE/calamares/branding or in # /etc/calamares/branding (the latter takes precedence). The directory must contain a diff --git a/src/libcalamares/CMakeLists.txt b/src/libcalamares/CMakeLists.txt index b1f6c48cf5..fd94e3eab7 100644 --- a/src/libcalamares/CMakeLists.txt +++ b/src/libcalamares/CMakeLists.txt @@ -58,6 +58,20 @@ if( WITH_PYTHON ) ) endif() +if( WITH_PYTHONQT ) + include_directories(${PYTHON_INCLUDE_DIRS}) + link_directories(${PYTHON_LIBRARIES}) + + include_directories(${PYTHONQT_INCLUDE_DIR}) + link_directories(${PYTHONQT_LIBRARY}) + + set( OPTIONAL_PRIVATE_LIBRARIES + ${OPTIONAL_PRIVATE_LIBRARIES} + ${PYTHON_LIBRARIES} + ${PYTHONQT_LIBRARY} + ) +endif() + add_library( calamares SHARED ${libSources} ) set_target_properties( calamares diff --git a/src/libcalamares/CalamaresConfig.h.in b/src/libcalamares/CalamaresConfig.h.in index 94467ae74b..f278853a99 100644 --- a/src/libcalamares/CalamaresConfig.h.in +++ b/src/libcalamares/CalamaresConfig.h.in @@ -11,5 +11,6 @@ //cmakedefines for CMake variables (e.g. for optdepends) go here #cmakedefine WITH_PYTHON #cmakedefine WITH_CRASHREPORTER +#cmakedefine WITH_PYTHONQT #endif // CALAMARESCONFIG_H diff --git a/src/libcalamares/Job.h b/src/libcalamares/Job.h index e632ec885d..b9d3baf85b 100644 --- a/src/libcalamares/Job.h +++ b/src/libcalamares/Job.h @@ -29,37 +29,33 @@ namespace Calamares { class DLLEXPORT JobResult { public: - operator bool() const; + virtual ~JobResult() {} - QString message() const; - void setMessage( const QString& message ); + virtual operator bool() const; - QString details() const; - void setDetails( const QString& details ); + virtual QString message() const; + virtual void setMessage( const QString& message ); + + virtual QString details() const; + virtual void setDetails( const QString& details ); static JobResult ok(); static JobResult error( const QString& message, const QString& details = QString() ); +protected: + explicit JobResult( bool ok, const QString& message, const QString& details ); + private: bool m_ok; QString m_message; QString m_details; - - JobResult( bool ok, const QString& message, const QString& details ); }; class DLLEXPORT Job : public QObject { Q_OBJECT public: - enum State - { - Pending = 0, - Running, - Finished - }; - explicit Job( QObject* parent = nullptr ); virtual ~Job(); diff --git a/src/libcalamares/PythonHelper.cpp b/src/libcalamares/PythonHelper.cpp index 51bb03228d..b252f90b27 100644 --- a/src/libcalamares/PythonHelper.cpp +++ b/src/libcalamares/PythonHelper.cpp @@ -189,7 +189,8 @@ Helper::Helper( QObject* parent ) // Let's make extra sure we only call Py_Initialize once if ( !s_instance ) { - Py_Initialize(); + if ( !Py_IsInitialized() ) + Py_Initialize(); m_mainModule = bp::import( "__main__" ); m_mainNamespace = m_mainModule.attr( "__dict__" ); diff --git a/src/libcalamares/kdsingleapplicationguard/kdsingleapplicationguard.cpp b/src/libcalamares/kdsingleapplicationguard/kdsingleapplicationguard.cpp index 6b2a2e13ac..ea8ccce33a 100644 --- a/src/libcalamares/kdsingleapplicationguard/kdsingleapplicationguard.cpp +++ b/src/libcalamares/kdsingleapplicationguard/kdsingleapplicationguard.cpp @@ -723,7 +723,7 @@ void KDSingleApplicationGuard::Private::create( const QStringList & arguments ) const QString name = QCoreApplication::applicationName(); if ( name.isEmpty() ) { - qWarning( "KDSingleApplicationGuard: QCoreApplication::applicationName must not be emty" ); + qWarning( "KDSingleApplicationGuard: QCoreApplication::applicationName must not be empty" ); return; } diff --git a/src/libcalamares/utils/CalamaresUtils.cpp b/src/libcalamares/utils/CalamaresUtils.cpp index 7685a70182..139636cf79 100644 --- a/src/libcalamares/utils/CalamaresUtils.cpp +++ b/src/libcalamares/utils/CalamaresUtils.cpp @@ -1,6 +1,6 @@ /* === This file is part of Calamares - <http://github.com/calamares> === * - * Copyright 2013-2015, Teo Mrnjavac <teo@kde.org> + * Copyright 2013-2016, Teo Mrnjavac <teo@kde.org> * * Originally from Tomahawk, portions: * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> @@ -48,6 +48,7 @@ static bool s_isAppDataDirOverridden = false; static QTranslator* s_brandingTranslator = nullptr; static QTranslator* s_translator = nullptr; static QTranslator* s_qtTranslator = nullptr; +static QString s_translatorLocaleName = QString(); static bool @@ -224,6 +225,15 @@ installTranslator( const QLocale& locale, } QCoreApplication::installTranslator( translator ); s_qtTranslator = translator; + + s_translatorLocaleName = localeName; +} + + +QString +translatorLocaleName() +{ + return s_translatorLocaleName; } diff --git a/src/libcalamares/utils/CalamaresUtils.h b/src/libcalamares/utils/CalamaresUtils.h index 1de5c24e63..bc6eb92cbb 100644 --- a/src/libcalamares/utils/CalamaresUtils.h +++ b/src/libcalamares/utils/CalamaresUtils.h @@ -1,6 +1,6 @@ /* === This file is part of Calamares - <http://github.com/calamares> === * - * Copyright 2013-2015, Teo Mrnjavac <teo@kde.org> + * Copyright 2013-2016, Teo Mrnjavac <teo@kde.org> * * Originally from Tomahawk, portions: * Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> @@ -42,6 +42,7 @@ namespace CalamaresUtils DLLEXPORT void installTranslator( const QLocale& locale, const QString& brandingTranslationsPrefix, QObject* parent ); + DLLEXPORT QString translatorLocaleName(); /** * Override app data dir. Only for testing purposes. diff --git a/src/libcalamaresui/CMakeLists.txt b/src/libcalamaresui/CMakeLists.txt index e626969e3b..ee039b46dc 100644 --- a/src/libcalamaresui/CMakeLists.txt +++ b/src/libcalamaresui/CMakeLists.txt @@ -39,6 +39,25 @@ if( WITH_PYTHON ) ) endif() +if( WITH_PYTHONQT ) + include_directories(${PYTHON_INCLUDE_DIRS}) + include_directories(${PYTHONQT_INCLUDE_DIR}) + + list( APPEND ${CALAMARESUI_LIBRARY_TARGET}_SOURCES + modulesystem/PythonQtViewModule.cpp + utils/PythonQtUtils.cpp + viewpages/PythonQtJob.cpp + viewpages/PythonQtViewStep.cpp + viewpages/PythonQtGlobalStorageWrapper.cpp + viewpages/PythonQtUtilsWrapper.cpp + ) + set( OPTIONAL_PRIVATE_LIBRARIES + ${OPTIONAL_PRIVATE_LIBRARIES} + ${PYTHON_LIBRARIES} + ${PYTHONQT_LIBRARIES} + ) +endif() + calamares_add_library( ${CALAMARESUI_LIBRARY_TARGET} SOURCES ${${CALAMARESUI_LIBRARY_TARGET}_SOURCES} UI ${${CALAMARESUI_LIBRARY_TARGET}_UI} diff --git a/src/libcalamaresui/modulesystem/CppJobModule.cpp b/src/libcalamaresui/modulesystem/CppJobModule.cpp index 15e41c2e5f..6ff846027d 100644 --- a/src/libcalamaresui/modulesystem/CppJobModule.cpp +++ b/src/libcalamaresui/modulesystem/CppJobModule.cpp @@ -39,7 +39,7 @@ CppJobModule::type() const Module::Interface CppJobModule::interface() const { - return QtPlugin; + return QtPluginInterface; } diff --git a/src/libcalamaresui/modulesystem/Module.cpp b/src/libcalamaresui/modulesystem/Module.cpp index 2a2fe779b8..5395ff7f22 100644 --- a/src/libcalamaresui/modulesystem/Module.cpp +++ b/src/libcalamaresui/modulesystem/Module.cpp @@ -31,6 +31,10 @@ #include "PythonJobModule.h" #endif +#ifdef WITH_PYTHONQT +#include "PythonQtViewModule.h" +#endif + #include <yaml-cpp/yaml.h> #include <QDir> @@ -71,9 +75,18 @@ Module::fromDescriptor( const QVariantMap& moduleDescriptor, << instanceId; return nullptr; } - if ( typeString == "view" && intfString == "qtplugin" ) + if ( typeString == "view" ) { - m = new ViewModule(); + if ( intfString == "qtplugin" ) + { + m = new ViewModule(); + } +#ifdef WITH_PYTHONQT + else if ( intfString == "pythonqt" ) + { + m = new PythonQtViewModule(); + } +#endif } else if ( typeString == "job" ) { @@ -215,6 +228,38 @@ Module::location() const } +QString +Module::typeString() const +{ + switch ( type() ) + { + case Job: + return "Job Module"; + case View: + return "View Module"; + } + return QString(); +} + + +QString +Module::interfaceString() const +{ + switch ( interface() ) + { + case ProcessInterface: + return "External process"; + case PythonInterface: + return "Python (Boost.Python)"; + case PythonQtInterface: + return "Python (experimental)"; + case QtPluginInterface: + return "Qt Plugin"; + } + return QString(); +} + + bool Module::isLoaded() const { diff --git a/src/libcalamaresui/modulesystem/Module.h b/src/libcalamaresui/modulesystem/Module.h index 336890ee93..6934a554ec 100644 --- a/src/libcalamaresui/modulesystem/Module.h +++ b/src/libcalamaresui/modulesystem/Module.h @@ -48,9 +48,10 @@ public: enum Interface { - QtPlugin, - Python, - Process + QtPluginInterface, + PythonInterface, + ProcessInterface, + PythonQtInterface }; virtual ~Module(); @@ -65,7 +66,9 @@ public: virtual QStringList requiredModules() const; virtual QString location() const final; virtual Type type() const = 0; + virtual QString typeString() const; virtual Interface interface() const = 0; + virtual QString interfaceString() const; virtual bool isLoaded() const; diff --git a/src/libcalamaresui/modulesystem/ProcessJobModule.cpp b/src/libcalamaresui/modulesystem/ProcessJobModule.cpp index 5b6fa24f01..aefcbf6f0c 100644 --- a/src/libcalamaresui/modulesystem/ProcessJobModule.cpp +++ b/src/libcalamaresui/modulesystem/ProcessJobModule.cpp @@ -35,7 +35,7 @@ ProcessJobModule::type() const Module::Interface ProcessJobModule::interface() const { - return Process; + return ProcessInterface; } diff --git a/src/libcalamaresui/modulesystem/PythonJobModule.cpp b/src/libcalamaresui/modulesystem/PythonJobModule.cpp index e2982ef48c..544f27e1f6 100644 --- a/src/libcalamaresui/modulesystem/PythonJobModule.cpp +++ b/src/libcalamaresui/modulesystem/PythonJobModule.cpp @@ -36,7 +36,7 @@ PythonJobModule::type() const Module::Interface PythonJobModule::interface() const { - return Python; + return PythonInterface; } diff --git a/src/libcalamaresui/modulesystem/PythonQtViewModule.cpp b/src/libcalamaresui/modulesystem/PythonQtViewModule.cpp new file mode 100644 index 0000000000..96a1ce71c1 --- /dev/null +++ b/src/libcalamaresui/modulesystem/PythonQtViewModule.cpp @@ -0,0 +1,203 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "PythonQtViewModule.h" + +#include "utils/Logger.h" +#include "viewpages/ViewStep.h" +#include "viewpages/PythonQtViewStep.h" +#include "ViewManager.h" +#include "CalamaresConfig.h" +#include "viewpages/PythonQtGlobalStorageWrapper.h" +#include "viewpages/PythonQtUtilsWrapper.h" +#include "GlobalStorage.h" +#include "JobQueue.h" + +#include <PythonQt.h> +#include <extensions/PythonQt_QtAll/PythonQt_QtAll.h> + +#include <QDir> +#include <QPointer> + + +static QPointer< GlobalStorage > s_gs = nullptr; +static QPointer< Utils > s_utils = nullptr; + +namespace Calamares { + +Module::Type +PythonQtViewModule::type() const +{ + return View; +} + + +Module::Interface +PythonQtViewModule::interface() const +{ + return PythonQtInterface; +} + + +void +PythonQtViewModule::loadSelf() +{ + if ( !m_scriptFileName.isEmpty() ) + { + if ( PythonQt::self() == nullptr ) + { + if ( Py_IsInitialized() ) + PythonQt::init( PythonQt::IgnoreSiteModule | + PythonQt::RedirectStdOut | + PythonQt::PythonAlreadyInitialized ); + else + PythonQt::init(); + + PythonQt_QtAll::init(); + cDebug() << "Initializing PythonQt bindings." + << "This should only happen once."; + + //TODO: register classes here into the PythonQt environment, like this: + //PythonQt::self()->registerClass( &PythonQtViewStep::staticMetaObject, + // "calamares" ); + + // We only do the following to force PythonQt to create a submodule + // "calamares" for us to put our static objects in + PythonQt::self()->registerClass( &::GlobalStorage::staticMetaObject, + "calamares" ); + + // Get a PythonQtObjectPtr to the PythonQt.calamares submodule + PythonQtObjectPtr pqtm = PythonQt::priv()->pythonQtModule(); + PythonQtObjectPtr cala = PythonQt::self()->lookupObject( pqtm, "calamares" ); + + // Prepare GlobalStorage object, in module PythonQt.calamares + if ( !s_gs ) + s_gs = new ::GlobalStorage( Calamares::JobQueue::instance()->globalStorage() ); + cala.addObject( "global_storage", s_gs ); + + // Prepare Utils object, in module PythonQt.calamares + if ( !s_utils ) + s_utils = new ::Utils( Calamares::JobQueue::instance()->globalStorage() ); + cala.addObject( "utils", s_utils ); + + // Basic stdout/stderr handling + QObject::connect( PythonQt::self(), &PythonQt::pythonStdOut, + []( const QString& message ) + { + cDebug() << "PythonQt OUT>" << message; + } ); + QObject::connect( PythonQt::self(), &PythonQt::pythonStdErr, + []( const QString& message ) + { + cDebug() << "PythonQt ERR>" << message; + } ); + + } + + QDir workingDir( m_workingPath ); + if ( !workingDir.exists() ) + { + cDebug() << "Invalid working directory" + << m_workingPath + << "for module" + << name(); + return; + } + + QString fullPath = workingDir.absoluteFilePath( m_scriptFileName ); + QFileInfo scriptFileInfo( fullPath ); + if ( !scriptFileInfo.isReadable() ) + { + cDebug() << "Invalid main script file path" + << fullPath + << "for module" + << name(); + return; + } + + // Construct empty Python module with the given name + PythonQtObjectPtr cxt = + PythonQt::self()-> + createModuleFromScript( name() ); + if ( cxt.isNull() ) + { + cDebug() << "Cannot load PythonQt context from file" + << fullPath + << "for module" + << name(); + return; + } + + QString calamares_module_annotation = + "_calamares_module_typename = ''\n" + "def calamares_module(viewmodule_type):\n" + " global _calamares_module_typename\n" + " _calamares_module_typename = viewmodule_type.__name__\n" + " return viewmodule_type\n"; + + // Load in the decorator + PythonQt::self()->evalScript( cxt, calamares_module_annotation ); + + // Load the module + PythonQt::self()->evalFile( cxt, fullPath ); + + m_viewStep = new PythonQtViewStep( cxt ); + + cDebug() << "PythonQtViewModule loading self for instance" << instanceKey() + << "\nPythonQtViewModule at address" << this + << "\nViewStep at address" << m_viewStep; + + m_viewStep->setModuleInstanceKey( instanceKey() ); + m_viewStep->setConfigurationMap( m_configurationMap ); + ViewManager::instance()->addViewStep( m_viewStep ); + m_loaded = true; + cDebug() << "PythonQtViewModule" << instanceKey() << "loading complete."; + } +} + + +QList< job_ptr > +PythonQtViewModule::jobs() const +{ + return m_viewStep->jobs(); +} + + +void +PythonQtViewModule::initFrom( const QVariantMap& moduleDescriptor ) +{ + Module::initFrom( moduleDescriptor ); + QDir directory( location() ); + m_workingPath = directory.absolutePath(); + + if ( !moduleDescriptor.value( "script" ).toString().isEmpty() ) + { + m_scriptFileName = moduleDescriptor.value( "script" ).toString(); + } +} + +PythonQtViewModule::PythonQtViewModule() + : Module() +{ +} + +PythonQtViewModule::~PythonQtViewModule() +{ +} + +} // namespace Calamares diff --git a/src/libcalamaresui/modulesystem/PythonQtViewModule.h b/src/libcalamaresui/modulesystem/PythonQtViewModule.h new file mode 100644 index 0000000000..ba18cfac69 --- /dev/null +++ b/src/libcalamaresui/modulesystem/PythonQtViewModule.h @@ -0,0 +1,54 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#ifndef CALAMARES_PYTHONQTVIEWMODULE_H +#define CALAMARES_PYTHONQTVIEWMODULE_H + +#include "UiDllMacro.h" +#include "Module.h" + +namespace Calamares { + +class ViewStep; + +class UIDLLEXPORT PythonQtViewModule : public Module +{ +public: + Type type() const override; + Interface interface() const override; + + void loadSelf() override; + QList< job_ptr > jobs() const override; + +protected: + void initFrom( const QVariantMap& moduleDescriptor ) override; + +private: + friend class Module; //so only the superclass can instantiate + explicit PythonQtViewModule(); + virtual ~PythonQtViewModule(); + + ViewStep* m_viewStep = nullptr; + + QString m_scriptFileName; + QString m_workingPath; +}; + +} // namespace Calamares + +#endif // CALAMARES_PYTHONQTVIEWMODULE_H diff --git a/src/libcalamaresui/modulesystem/ViewModule.cpp b/src/libcalamaresui/modulesystem/ViewModule.cpp index b7a94d0ea5..a06ec3fba8 100644 --- a/src/libcalamaresui/modulesystem/ViewModule.cpp +++ b/src/libcalamaresui/modulesystem/ViewModule.cpp @@ -39,7 +39,7 @@ ViewModule::type() const Module::Interface ViewModule::interface() const { - return QtPlugin; + return QtPluginInterface; } @@ -61,15 +61,16 @@ ViewModule::loadSelf() cDebug() << Q_FUNC_INFO << m_loader->errorString(); return; } - cDebug() << "ViewModule loading self for instance" << instanceKey() - << "\nViewModule at address" << this - << "\nCalamares::PluginFactory at address" << pf - << "\nViewStep at address" << m_viewStep; +// cDebug() << "ViewModule loading self for instance" << instanceKey() +// << "\nViewModule at address" << this +// << "\nCalamares::PluginFactory at address" << pf +// << "\nViewStep at address" << m_viewStep; m_viewStep->setModuleInstanceKey( instanceKey() ); m_viewStep->setConfigurationMap( m_configurationMap ); ViewManager::instance()->addViewStep( m_viewStep ); m_loaded = true; + cDebug() << "ViewModule" << instanceKey() << "loading complete."; } } diff --git a/src/libcalamaresui/utils/DebugWindow.cpp b/src/libcalamaresui/utils/DebugWindow.cpp index 879ef3e464..d4bc74f656 100644 --- a/src/libcalamaresui/utils/DebugWindow.cpp +++ b/src/libcalamaresui/utils/DebugWindow.cpp @@ -26,6 +26,12 @@ #include "modulesystem/ModuleManager.h" #include "modulesystem/Module.h" +#ifdef WITH_PYTHONQT +#include <gui/PythonQtScriptingConsole.h> +#include "ViewManager.h" +#include "viewpages/PythonQtViewStep.h" +#endif + #include <QJsonDocument> #include <QSplitter> #include <QStringListModel> @@ -68,11 +74,6 @@ DebugWindow::DebugWindow() } ); // Modules page - QSplitter* splitter = new QSplitter( modulesTab ); - modulesTab->layout()->addWidget( splitter ); - splitter->addWidget( modulesListView ); - splitter->addWidget( moduleConfigView ); - QStringListModel* modulesModel = new QStringListModel( ModuleManager::instance()->loadedInstanceKeys() ); modulesListView->setModel( modulesModel ); modulesListView->setSelectionMode( QAbstractItemView::SingleSelection ); @@ -80,8 +81,80 @@ DebugWindow::DebugWindow() QJsonModel* moduleConfigModel = new QJsonModel( this ); moduleConfigView->setModel( moduleConfigModel ); +#ifdef WITH_PYTHONQT + QPushButton* pythonConsoleButton = new QPushButton; + pythonConsoleButton->setText( "Attach Python console" ); + modulesVerticalLayout->insertWidget( 1, pythonConsoleButton ); + pythonConsoleButton->hide(); + + QObject::connect( pythonConsoleButton, &QPushButton::clicked, + this, [ this, moduleConfigModel ] + { + QString moduleName = modulesListView->currentIndex().data().toString(); + Module* module = ModuleManager::instance()->moduleInstance( moduleName ); + if ( module->interface() != Module::PythonQtInterface || + module->type() != Module::View ) + return; + + for ( ViewStep* step : ViewManager::instance()->viewSteps() ) + { + if ( step->moduleInstanceKey() == module->instanceKey() ) + { + PythonQtViewStep* pqvs = + qobject_cast< PythonQtViewStep* >( step ); + if ( pqvs ) + { + QWidget* consoleWindow = new QWidget; + + QWidget* console = pqvs->createScriptingConsole(); + console->setParent( consoleWindow ); + + QVBoxLayout* layout = new QVBoxLayout; + consoleWindow->setLayout( layout ); + layout->addWidget( console ); + + QHBoxLayout* bottomLayout = new QHBoxLayout; + layout->addLayout( bottomLayout ); + + QLabel* bottomLabel = new QLabel( consoleWindow ); + bottomLayout->addWidget( bottomLabel ); + QString line = + QString( "Module: <font color=\"#008000\"><code>%1</code></font><br/>" + "Python class: <font color=\"#008000\"><code>%2</code></font>" ) + .arg( module->instanceKey() ) + .arg( console->property( "classname" ).toString() ); + bottomLabel->setText( line ); + + QPushButton* closeButton = new QPushButton( consoleWindow ); + closeButton->setText( "&Close" ); + QObject::connect( closeButton, &QPushButton::clicked, + [ consoleWindow ] + { + consoleWindow->close(); + } ); + bottomLayout->addWidget( closeButton ); + bottomLabel->setSizePolicy( QSizePolicy::Expanding, + QSizePolicy::Preferred ); + + consoleWindow->setParent( this ); + consoleWindow->setWindowFlags( Qt::Window ); + consoleWindow->setWindowTitle( "Calamares Python console" ); + consoleWindow->setAttribute( Qt::WA_DeleteOnClose, true ); + consoleWindow->showNormal(); + break; + } + } + } + } ); + +#endif + connect( modulesListView->selectionModel(), &QItemSelectionModel::selectionChanged, - this, [ this, moduleConfigModel ] + this, [ this, moduleConfigModel +#ifdef WITH_PYTHONQT + , pythonConsoleButton +#endif + ] { QString moduleName = modulesListView->currentIndex().data().toString(); Module* module = ModuleManager::instance()->moduleInstance( moduleName ); @@ -89,6 +162,13 @@ DebugWindow::DebugWindow() { moduleConfigModel->loadJson( QJsonDocument::fromVariant( module->configurationMap() ).toJson() ); moduleConfigView->expandAll(); + moduleTypeLabel->setText( module->typeString() ); + moduleInterfaceLabel->setText( module->interfaceString() ); +#ifdef WITH_PYTHONQT + pythonConsoleButton->setVisible( + module->interface() == Module::PythonQtInterface && + module->type() == Module::View ); +#endif } } ); diff --git a/src/libcalamaresui/utils/DebugWindow.ui b/src/libcalamaresui/utils/DebugWindow.ui index fa6b28acf3..eb6d5c3e76 100644 --- a/src/libcalamaresui/utils/DebugWindow.ui +++ b/src/libcalamaresui/utils/DebugWindow.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>632</width> - <height>497</height> + <width>962</width> + <height>651</height> </rect> </property> <property name="windowTitle"> @@ -17,7 +17,7 @@ <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> - <number>0</number> + <number>2</number> </property> <widget class="QWidget" name="globalStorageTab"> <attribute name="title"> @@ -48,7 +48,43 @@ <widget class="QListView" name="modulesListView"/> </item> <item> - <widget class="QTreeView" name="moduleConfigView"/> + <layout class="QVBoxLayout" name="modulesVerticalLayout"> + <item> + <layout class="QFormLayout" name="formLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Type:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLabel" name="moduleTypeLabel"> + <property name="text"> + <string>none</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Interface:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLabel" name="moduleInterfaceLabel"> + <property name="text"> + <string>none</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QTreeView" name="moduleConfigView"/> + </item> + </layout> </item> </layout> </widget> diff --git a/src/libcalamaresui/utils/PythonQtUtils.cpp b/src/libcalamaresui/utils/PythonQtUtils.cpp new file mode 100644 index 0000000000..ee386c0fd4 --- /dev/null +++ b/src/libcalamaresui/utils/PythonQtUtils.cpp @@ -0,0 +1,44 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "PythonQtUtils.h" + +namespace CalamaresUtils +{ + +QVariant +lookupAndCall( PyObject* object, + const QStringList& candidateNames, + const QVariantList& args, + const QVariantMap& kwargs ) +{ + Q_ASSERT( object ); + Q_ASSERT( !candidateNames.isEmpty() ); + + for ( const QString& name : candidateNames ) + { + PythonQtObjectPtr callable = PythonQt::self()->lookupCallable( object, name ); + if ( callable ) + return callable.call( args, kwargs ); + } + + // If we haven't found a callable with the given names, we force an error: + return PythonQt::self()->call( object, candidateNames.first(), args, kwargs ); +} + +} diff --git a/src/libcalamaresui/utils/PythonQtUtils.h b/src/libcalamaresui/utils/PythonQtUtils.h new file mode 100644 index 0000000000..a94cf25e52 --- /dev/null +++ b/src/libcalamaresui/utils/PythonQtUtils.h @@ -0,0 +1,38 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#ifndef PYTHONQTUTILS_H +#define PYTHONQTUTILS_H + +#include <PythonQt.h> + +#include <QVariant> + + +namespace CalamaresUtils +{ +//NOTE: when running this, it is assumed that Python is initialized and +// PythonQt::self() is valid. +QVariant lookupAndCall( PyObject* object, + const QStringList& candidateNames, + const QVariantList& args = QVariantList(), + const QVariantMap& kwargs = QVariantMap() ); + +} //ns + +#endif // PYTHONQTUTILS_H diff --git a/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.cpp b/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.cpp new file mode 100644 index 0000000000..2f1fcd7310 --- /dev/null +++ b/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.cpp @@ -0,0 +1,69 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "PythonQtGlobalStorageWrapper.h" + +#include "GlobalStorage.h" + + +GlobalStorage::GlobalStorage( Calamares::GlobalStorage* gs ) + : QObject( gs ) + , m_gs( gs ) +{} + + +bool +GlobalStorage::contains( const QString& key ) const +{ + return m_gs->contains( key ); +} + + +int +GlobalStorage::count() const +{ + return m_gs->count(); +} + + +void +GlobalStorage::insert( const QString& key, const QVariant& value ) +{ + m_gs->insert( key, value ); +} + + +QStringList +GlobalStorage::keys() const +{ + return m_gs->keys(); +} + + +int +GlobalStorage::remove( const QString& key ) +{ + return m_gs->remove( key ); +} + + +QVariant +GlobalStorage::value( const QString& key ) const +{ + return m_gs->value( key ); +} diff --git a/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h b/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h new file mode 100644 index 0000000000..415dd33b6c --- /dev/null +++ b/src/libcalamaresui/viewpages/PythonQtGlobalStorageWrapper.h @@ -0,0 +1,55 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#ifndef PYTHONQTGLOBALSTORAGEWRAPPER_H +#define PYTHONQTGLOBALSTORAGEWRAPPER_H + + +#include <QObject> + +namespace Calamares +{ +class GlobalStorage; +} + + +/** + * @brief This GlobalStorage class is a namespace-free wrapper for + * Calamares::GlobalStorage. This is unfortunately a necessity + * because PythonQt doesn't like namespaces. + */ +class GlobalStorage : public QObject +{ + Q_OBJECT +public: + explicit GlobalStorage( Calamares::GlobalStorage* gs ); + virtual ~GlobalStorage() {} + +public slots: + bool contains( const QString& key ) const; + int count() const; + void insert( const QString& key, const QVariant& value ); + QStringList keys() const; + int remove( const QString& key ); + QVariant value( const QString& key ) const; + +private: + Calamares::GlobalStorage* m_gs; +}; + +#endif // PYTHONQTGLOBALSTORAGEWRAPPER_H diff --git a/src/libcalamaresui/viewpages/PythonQtJob.cpp b/src/libcalamaresui/viewpages/PythonQtJob.cpp new file mode 100644 index 0000000000..6768a947b0 --- /dev/null +++ b/src/libcalamaresui/viewpages/PythonQtJob.cpp @@ -0,0 +1,77 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "PythonQtJob.h" + +#include "utils/PythonQtUtils.h" + +PythonQtJob::PythonQtJob( PythonQtObjectPtr cxt, + PythonQtObjectPtr pyJob, + QObject* parent ) + : Calamares::Job( parent ) + , m_cxt( cxt ) + , m_pyJob( pyJob ) +{ + +} + + +QString +PythonQtJob::prettyName() const +{ + return CalamaresUtils::lookupAndCall( m_pyJob, + { "prettyName", + "prettyname", + "pretty_name" } ).toString(); +} + + +QString +PythonQtJob::prettyDescription() const +{ + return CalamaresUtils::lookupAndCall( m_pyJob, + { "prettyDescription", + "prettydescription", + "pretty_description" } ).toString(); +} + + +QString +PythonQtJob::prettyStatusMessage() const +{ + return CalamaresUtils::lookupAndCall( m_pyJob, + { "prettyStatusMessage", + "prettystatusmessage", + "pretty_status_message" } ).toString(); +} + + +Calamares::JobResult +PythonQtJob::exec() +{ + QVariant response = m_pyJob.call( "exec" ); + if ( response.isNull() ) + return Calamares::JobResult::ok(); + + QVariantMap map = response.toMap(); + if ( map.isEmpty() || map.value( "ok" ).toBool() ) + return Calamares::JobResult::ok(); + + return Calamares::JobResult::error( map.value( "message" ).toString(), + map.value( "details" ).toString() ); +} diff --git a/src/libcalamaresui/viewpages/PythonQtJob.h b/src/libcalamaresui/viewpages/PythonQtJob.h new file mode 100644 index 0000000000..aa93f9922e --- /dev/null +++ b/src/libcalamaresui/viewpages/PythonQtJob.h @@ -0,0 +1,65 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#ifndef PYTHONQTJOB_H +#define PYTHONQTJOB_H + +#include "Job.h" + +#include <PythonQt.h> + +namespace Calamares +{ +class PythonQtViewStep; +} + +class PythonQtJobResult : public QObject, public Calamares::JobResult +{ + Q_OBJECT +public: + explicit PythonQtJobResult( bool ok, + const QString& message, + const QString& details ) + : QObject( nullptr ) + , Calamares::JobResult( ok, message, details ) + {} +}; + + +class PythonQtJob : public Calamares::Job +{ + Q_OBJECT +public: + virtual ~PythonQtJob() {} + + QString prettyName() const override; + QString prettyDescription() const override; + QString prettyStatusMessage() const override; + Calamares::JobResult exec() override; + +private: + explicit PythonQtJob( PythonQtObjectPtr cxt, + PythonQtObjectPtr pyJob, + QObject* parent = nullptr ); + friend class Calamares::PythonQtViewStep; // only this one can call the ctor + + PythonQtObjectPtr m_cxt; + PythonQtObjectPtr m_pyJob; +}; + +#endif // PYTHONQTJOB_H diff --git a/src/libcalamaresui/viewpages/PythonQtUtilsWrapper.cpp b/src/libcalamaresui/viewpages/PythonQtUtilsWrapper.cpp new file mode 100644 index 0000000000..ce53c810b4 --- /dev/null +++ b/src/libcalamaresui/viewpages/PythonQtUtilsWrapper.cpp @@ -0,0 +1,146 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "PythonQtUtilsWrapper.h" + +#include "utils/CalamaresUtilsSystem.h" +#include "utils/CalamaresUtils.h" +#include "utils/Logger.h" + +#include <PythonQt.h> + + +Utils::Utils(QObject* parent) + : QObject( parent ) + , m_exceptionCxt( PythonQt::self()->createUniqueModule() ) +{ + PythonQt::self()->evalScript( m_exceptionCxt, "import subprocess" ); +} + + +void +Utils::debug(const QString& s) const +{ + cDebug() << "PythonQt DBG>" << s; +} + + +int +Utils::mount( const QString& device_path, + const QString& mount_point, + const QString& filesystem_name, + const QString& options ) const +{ + return CalamaresUtils::System::instance()-> + mount( device_path, mount_point, filesystem_name, options ); +} + + +int +Utils::target_env_call( const QString& command, + const QString& stdin, + int timeout ) const +{ + return CalamaresUtils::System::instance()-> + targetEnvCall( command, QString(), stdin, timeout ); +} + + +int +Utils::target_env_call( const QStringList& args, + const QString& stdin, + int timeout ) const +{ + return CalamaresUtils::System::instance()-> + targetEnvCall( args, QString(), stdin, timeout ); +} + + +int +Utils::check_target_env_call( const QString& command, + const QString& stdin, + int timeout ) const +{ + int ec = target_env_call( command, stdin, timeout ); + return _handle_check_target_env_call_error( ec, command ); +} + + +int +Utils::check_target_env_call( const QStringList& args, + const QString& stdin, + int timeout) const +{ + int ec = target_env_call( args, stdin, timeout ); + return _handle_check_target_env_call_error( ec, args.join( ' ' ) ); +} + + +QString +Utils::check_target_env_output( const QString& command, + const QString& stdin, + int timeout ) const +{ + QString output; + int ec = CalamaresUtils::System::instance()-> + targetEnvOutput( command, + output, + QString(), + stdin, + timeout ); + _handle_check_target_env_call_error( ec, command ); + return output; +} + + +QString +Utils::check_target_env_output( const QStringList& args, + const QString& stdin, + int timeout ) const +{ + QString output; + int ec = CalamaresUtils::System::instance()-> + targetEnvOutput( args, + output, + QString(), + stdin, + timeout ); + _handle_check_target_env_call_error( ec, args.join( ' ' ) ); + return output; +} + + +QString +Utils::obscure( const QString& string ) const +{ + return CalamaresUtils::obscure( string ); +} + + +int +Utils::_handle_check_target_env_call_error( int ec, const QString& cmd) const +{ + if ( ec ) + { + QString raise = QString( "raise subprocess.CalledProcessError(%1,\"%2\")" ) + .arg( ec ) + .arg( cmd ); + PythonQt::self()->evalScript( m_exceptionCxt, raise ); + } + return ec; +} diff --git a/src/libcalamaresui/viewpages/PythonQtUtilsWrapper.h b/src/libcalamaresui/viewpages/PythonQtUtilsWrapper.h new file mode 100644 index 0000000000..4e38338330 --- /dev/null +++ b/src/libcalamaresui/viewpages/PythonQtUtilsWrapper.h @@ -0,0 +1,74 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#ifndef PYTHONQTUTILSWRAPPER_H +#define PYTHONQTUTILSWRAPPER_H + +#include <PythonQtObjectPtr.h> + +#include <QObject> + + +class Utils : public QObject +{ + Q_OBJECT +public: + explicit Utils( QObject* parent = nullptr ); + virtual ~Utils() {} + +public slots: + void debug( const QString& s ) const; + + int mount( const QString& device_path, + const QString& mount_point, + const QString& filesystem_name, + const QString& options ) const; + + int target_env_call( const QString& command, + const QString& stdin = QString(), + int timeout = 0 ) const; + + int target_env_call( const QStringList& args, + const QString& stdin = QString(), + int timeout = 0 ) const; + + int check_target_env_call( const QString& command, + const QString& stdin = QString(), + int timeout = 0 ) const; + + int check_target_env_call( const QStringList& args, + const QString& stdin = QString(), + int timeout = 0 ) const; + + QString check_target_env_output( const QString& command, + const QString& stdin = QString(), + int timeout = 0 ) const; + + QString check_target_env_output( const QStringList& args, + const QString& stdin = QString(), + int timeout = 0 ) const; + + QString obscure( const QString& string ) const; + +private: + inline int _handle_check_target_env_call_error( int ec, const QString& cmd ) const; + + PythonQtObjectPtr m_exceptionCxt; +}; + +#endif // PYTHONQTUTILSWRAPPER_H diff --git a/src/libcalamaresui/viewpages/PythonQtViewStep.cpp b/src/libcalamaresui/viewpages/PythonQtViewStep.cpp new file mode 100644 index 0000000000..78881e337e --- /dev/null +++ b/src/libcalamaresui/viewpages/PythonQtViewStep.cpp @@ -0,0 +1,208 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "PythonQtViewStep.h" +#include "utils/Logger.h" +#include "utils/CalamaresUtilsGui.h" +#include "utils/PythonQtUtils.h" +#include "utils/Retranslator.h" +#include "viewpages/PythonQtJob.h" + +#include <gui/PythonQtScriptingConsole.h> + +#include <QBoxLayout> +#include <QWidget> + + +namespace Calamares +{ + +PythonQtViewStep::PythonQtViewStep( PythonQtObjectPtr cxt, + QObject* parent ) + : ViewStep( parent ) + , m_widget( new QWidget() ) + , m_cxt( cxt ) +{ + PythonQt* pq = PythonQt::self(); + Q_ASSERT( pq ); + + // The @calamares_module decorator should have filled _calamares_module_typename + // for us. + QString className = m_cxt.getVariable( "_calamares_module_typename" ).toString(); + + // Instantiate an object of the class marked with @calamares_module and + // store it as _calamares_module. + pq->evalScript( m_cxt, QString( "_calamares_module = %1()" ) + .arg( className ) ); + m_obj = pq->lookupObject( m_cxt, "_calamares_module" ); + + Q_ASSERT( !m_obj.isNull() ); // no entry point, no party + + // Prepare the base widget for the module's pages + m_widget->setLayout( new QVBoxLayout ); + CalamaresUtils::unmarginLayout( m_widget->layout() ); + m_cxt.addObject( "_calamares_module_basewidget", m_widget ); + + CALAMARES_RETRANSLATE_WIDGET( m_widget, + CalamaresUtils::lookupAndCall( m_obj, + { "retranslate" }, + { CalamaresUtils::translatorLocaleName() } ); + ) +} + + +QString +PythonQtViewStep::prettyName() const +{ + return CalamaresUtils::lookupAndCall( m_obj, + { "prettyName", + "prettyname", + "pretty_name" } ).toString(); +} + + +QWidget* +PythonQtViewStep::widget() +{ + if ( m_widget->layout()->count() > 1 ) + cDebug() << "WARNING: PythonQtViewStep wrapper widget has more than 1 child. " + "This should never happen."; + + bool nothingChanged = m_cxt.evalScript( + "_calamares_module.widget() in _calamares_module_basewidget.children()" ).toBool(); + if ( nothingChanged ) + return m_widget; + + // Else, we either don't have a child widget, or we have a child widget that + // was previously set and doesn't apply any more since the Python module + // set a new one. + + // First we clear the layout, which should only ever have 1 item. + // We only remove from the layout and not delete because Python is in charge + // of memory management for these widgets. + while ( m_widget->layout()->itemAt( 0 ) ) + m_widget->layout()->takeAt( 0 ); + + m_cxt.evalScript( + "_calamares_module_basewidget.layout().addWidget(_calamares_module.widget())" ); + + return m_widget; +} + + +void +PythonQtViewStep::next() +{ + CalamaresUtils::lookupAndCall( m_obj, { "next" } ); +} + + +void +PythonQtViewStep::back() +{ + CalamaresUtils::lookupAndCall( m_obj, { "back" } ); +} + + +bool +PythonQtViewStep::isNextEnabled() const +{ + return CalamaresUtils::lookupAndCall( m_obj, + { "isNextEnabled", + "isnextenabled", + "is_next_enabled" } ).toBool(); +} + + +bool +PythonQtViewStep::isBackEnabled() const +{ + return CalamaresUtils::lookupAndCall( m_obj, + { "isBackEnabled", + "isbackenabled", + "is_back_enabled" } ).toBool(); +} + + +bool +PythonQtViewStep::isAtBeginning() const +{ + return CalamaresUtils::lookupAndCall( m_obj, + { "isAtBeginning", + "isatbeginning", + "is_at_beginning" } ).toBool(); +} + + +bool +PythonQtViewStep::isAtEnd() const +{ + return CalamaresUtils::lookupAndCall( m_obj, + { "isAtEnd", + "isatend", + "is_at_end" } ).toBool(); +} + + +QList< Calamares::job_ptr > +PythonQtViewStep::jobs() const +{ + QList< Calamares::job_ptr > jobs; + + PythonQtObjectPtr jobsCallable = PythonQt::self()->lookupCallable( m_obj, "jobs" ); + if ( jobsCallable.isNull() ) + return jobs; + + PythonQtObjectPtr response = PythonQt::self()->callAndReturnPyObject( jobsCallable ); + if ( response.isNull() ) + return jobs; + + PythonQtObjectPtr listPopCallable = PythonQt::self()->lookupCallable( response, "pop" ); + if ( listPopCallable.isNull() ) + return jobs; + + forever + { + PythonQtObjectPtr aJob = PythonQt::self()->callAndReturnPyObject( listPopCallable, { 0 } ); + if ( aJob.isNull() ) + break; + + jobs.append( Calamares::job_ptr( new PythonQtJob( m_cxt, aJob ) ) ); + } + + return jobs; +} + + +void +PythonQtViewStep::setConfigurationMap( const QVariantMap& configurationMap ) +{ + m_obj.addVariable( "configuration", configurationMap ); +} + + +QWidget* +PythonQtViewStep::createScriptingConsole() +{ + PythonQtScriptingConsole* console = new PythonQtScriptingConsole( nullptr, m_cxt ); + console->setProperty( "classname", + m_cxt.getVariable( "_calamares_module_typename" ).toString() ); + return console; +} + +} diff --git a/src/libcalamaresui/viewpages/PythonQtViewStep.h b/src/libcalamaresui/viewpages/PythonQtViewStep.h new file mode 100644 index 0000000000..e1f8bd1e51 --- /dev/null +++ b/src/libcalamaresui/viewpages/PythonQtViewStep.h @@ -0,0 +1,65 @@ +/* === This file is part of Calamares - <http://github.com/calamares> === + * + * Copyright 2016, Teo Mrnjavac <teo@kde.org> + * + * Calamares is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Calamares is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with Calamares. If not, see <http://www.gnu.org/licenses/>. + */ + +#ifndef PYTHONQTVIEWSTEP_H +#define PYTHONQTVIEWSTEP_H + +#include "ViewStep.h" + +#include <PythonQt.h> + +namespace Calamares +{ + +class PythonQtViewStep : public Calamares::ViewStep +{ + Q_OBJECT +public: + PythonQtViewStep( PythonQtObjectPtr cxt, + QObject* parent = nullptr ); + + QString prettyName() const override; + + QWidget* widget() override; + + void next() override; + void back() override; + + bool isNextEnabled() const override; + bool isBackEnabled() const override; + + bool isAtBeginning() const override; + bool isAtEnd() const override; + + QList< Calamares::job_ptr > jobs() const override; + + void setConfigurationMap( const QVariantMap& configurationMap ) override; + + QWidget* createScriptingConsole(); + +protected: + QWidget* m_widget; + +private: + PythonQtObjectPtr m_cxt; + PythonQtObjectPtr m_obj; +}; + +} + +#endif // PYTHONQTVIEWSTEP_H diff --git a/src/modules/bootloader/bootloader.conf b/src/modules/bootloader/bootloader.conf index a477838110..7975324b00 100644 --- a/src/modules/bootloader/bootloader.conf +++ b/src/modules/bootloader/bootloader.conf @@ -5,15 +5,15 @@ efiBootLoader: "grub" # systemd-boot configuration files settings, set kernel and initramfs file names # and amount of time before default selection boots -kernel: "_ALL_kver_" -img: "_default_image_" -fallback: "_fallback_image_" +kernel: "/vmlinuz-linux" +img: "/initramfs-linux.img" +fallback: "/initramfs-linux-fallback.img" timeout: "10" # Optionally set the menu entry name and kernel name to use in systemd-boot. # If not specified here, these settings will be taken from branding.desc. -# bootloaderEntryName: "Manjaro" -kernelLine: ", with _manjaro_kernel_" -fallbackKernelLine: ", with _manjaro_kernel_ (fallback initramfs)" +# bootloaderEntryName: "Generic GNU/Linux" +# kernelLine: ", with Stable-Kernel" +# fallbackKernelLine: ", with Stable-Kernel (fallback initramfs)" # GRUB 2 binary names and boot directory # Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names. diff --git a/src/modules/displaymanager/main.py b/src/modules/displaymanager/main.py index c19d503b5a..c8c3dec464 100644 --- a/src/modules/displaymanager/main.py +++ b/src/modules/displaymanager/main.py @@ -32,8 +32,6 @@ DesktopEnvironment = collections.namedtuple('DesktopEnvironment', ['executable', desktop_environments = [ DesktopEnvironment('/usr/bin/startkde', 'plasma'), # KDE Plasma 5 DesktopEnvironment('/usr/bin/startkde', 'kde-plasma'), # KDE Plasma 4 - DesktopEnvironment('/usr/bin/budgie-desktop', 'budgie-desktop'), # Budgie v10.x - DesktopEnvironment('/usr/bin/budgie-session', 'budgie-desktop'), # Budgie v8.x DesktopEnvironment('/usr/bin/gnome-session', 'gnome'), DesktopEnvironment('/usr/bin/startxfce4', 'xfce'), DesktopEnvironment('/usr/bin/cinnamon-session-cinnamon', 'cinnamon'), @@ -44,6 +42,8 @@ desktop_environments = [ DesktopEnvironment('/usr/bin/lxqt-session', 'lxqt'), DesktopEnvironment('/usr/bin/pekwm', 'pekwm'), DesktopEnvironment('/usr/bin/pantheon-session', 'pantheon'), + DesktopEnvironment('/usr/bin/budgie-session', 'budgie-session'), + DesktopEnvironment('/usr/bin/budgie-desktop', 'budgie-desktop'), DesktopEnvironment('/usr/bin/i3', 'i3'), DesktopEnvironment('/usr/bin/startdde', 'deepin'), DesktopEnvironment('/usr/bin/openbox-session', 'openbox') @@ -267,7 +267,7 @@ def set_autologin(username, displaymanagers, default_desktop_environment, root_m if do_autologin: autologin_section['User'] = username - else: + elif 'User' in autologin_section: del autologin_section['User'] if default_desktop_environment is not None: diff --git a/src/modules/dummypython/module.desc b/src/modules/dummypython/module.desc index d24bf39bf8..a952d62b49 100644 --- a/src/modules/dummypython/module.desc +++ b/src/modules/dummypython/module.desc @@ -1,4 +1,4 @@ -# Module metadata file for dummy process jobmodule +# Module metadata file for dummy python jobmodule # Syntax is YAML 1.2 --- type: "job" diff --git a/src/modules/dummypythonqt/dummypythonqt.conf b/src/modules/dummypythonqt/dummypythonqt.conf new file mode 100644 index 0000000000..f60e778e1b --- /dev/null +++ b/src/modules/dummypythonqt/dummypythonqt.conf @@ -0,0 +1,18 @@ +--- +syntax: "YAML map of anything" +example: + whats_this: "module-specific configuration" + from_where: "dummypythonqt.conf" +a_list: + - "item1" + - "item2" + - "item3" + - "item4" +a_list_of_maps: + - name: "an Item" + contents: + - "an element" + - "another element" + - name: "another item" + contents: + - "not much" diff --git a/src/modules/dummypythonqt/lang/ar/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/ar/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..76838b94e3828436f2a3a18dfc2f80548a42507a GIT binary patch literal 520 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^aE_6I!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&yuV5n<osbFYsWn`djU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8Iyp!LcYYDKl9?Bcr6Gpx8=Zzr4I$ucRn3uQ)R;wL&jBKUY6F zF()xMu_(1zza%v=w^-lEz`)E<Ke0$(lgroB*A?M(Lp=j7=lr~q)VvbikjjEoD}|EO ziW2>ToW#sLYlY;D#G>NV5?e>VV9)pnV?7gHLrXIYga(kEX{klJu6fD%DVcfcRtgqL znI&BAsd=eIi6yBix=xi=3I&zvsU;v&^$IE#4E0RmzOhnBEaD2tDJ@FO(RIr&$}P51 z$SVMIi*3!U6(CI8JX>1>1$zYp1uKO-TU$c~dj&%X(@4Qy!3e}uH8e1=vo%&wQ&Y$T ev2AP(K{|{Pa)yRTl9rYV_6jBnRtl!pTnqpp9*qtF literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/ar/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/ar/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..73505902ba --- /dev/null +++ b/src/modules/dummypythonqt/lang/ar/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Arabic (https://www.transifex.com/calamares/teams/20061/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/ast/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/ast/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..13ed75480a7df2bec151635ebb348548ff4bf090 GIT binary patch literal 441 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P|wJ~U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);8<KzT9lcXr=XEhQc_TCrLSLJUanVCl$ckXnU-3imz<xg zpPZPJn44IXTC87^nwVRxZ)9L#W~iT7T%xbZ<?HF|ig3N5o&lG0eqKpxUWsl<WkITy zLP=^xiGD#&VrHJTLUKl8QE_UCt)pMCXMBXQo{6rZrI`gn1IW^})FNHiyyX0p%)E3f z1&gH25-#`Dywsw^lGGGkr%Ee@g39#N5|F8S1(gbhdZus>St%qImv9B-loloC=(^<> f<rZ5h<Q0Iq#kNM)3J|8PMxKJAt%9MZH5UT_&rW^m literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/ast/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/ast/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..06b774a63f --- /dev/null +++ b/src/modules/dummypythonqt/lang/ast/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Asturian (https://www.transifex.com/calamares/teams/20061/ast/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: ast\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/bg/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/bg/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..f85cdaef1ba2ec009c834670ee9ff2fe63823d2e GIT binary patch literal 440 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{+u?U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);8dEEo>-Kbn5UqTQBqP+Y^ASXUS6(OQk0lioSBwdp_iPW ztDl^hlbD-Wlv=D`lA4%XtZ!ssU}mVFl&-JI<?HF|ig3N5o&lG0eqKpxUWsl<WkITy zLP=^xiGD#&VrHJTLUKl8QE_UCt)pMCXMBXQo{6rZrI`gn1IW&_)FNHiyyX0p%)E3f z1&gH25-#`Dywsw^lGGGkr%Ee@g39#N5|F8S1(gbhdZus>St%r?a|Ps-7A5BBy5$$; e7F#Lg6@a<Lwno+p5T>n0o`RySf}y507Xttv=zTZ< literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/bg/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/bg/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..082c6994da --- /dev/null +++ b/src/modules/dummypythonqt/lang/bg/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Bulgarian (https://www.transifex.com/calamares/teams/20061/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/ca/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/ca/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..1f3e7bde074255f018c272120539beb3f8739f1e GIT binary patch literal 438 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{YW;U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`LOG}1LRQ!q5QGBMCLFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);G9^Jn3I^Nppj8hQc!HAuU}qXu2)i&m{**cmRg~goS&<o zoS2iCn^=@utY4Cvm|LuGWME)ssGppuugT@>>FbJcyP=)|mveqzNorn+Zb)T8s+B@X zYDI~DK~7?3p0z@9Mq*KMYKg6*U$AF<gt4B9uA!xw1wsSJ&a~7bUDv$i{FKbRbSnjm zq|6d7_td=9qQsKa6kVrED}{o}^wbiNsd@#K3Wj>7aPL?tBqwqO<dhaA=IFZR7v&aP cDdZJ^xy80d)(Q}&twx@LqOF3VrZpD>0O<LAO8@`> literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/ca/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/ca/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..6484a2bab4 --- /dev/null +++ b/src/modules/dummypythonqt/lang/ca/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Davidmp <medipas@gmail.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Davidmp <medipas@gmail.com>, 2016\n" +"Language-Team: Catalan (https://www.transifex.com/calamares/teams/20061/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Clica'm!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Una etiqueta Q nova." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "La tasca Dummy PythonQt" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Sóc la tasca Dummy PythonQt. La tasca diu el següent: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Un missatge d'estat per a la tasca Dummy PythonQt." diff --git a/src/modules/dummypythonqt/lang/cs_CZ/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/cs_CZ/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..dca706224e1f6f443091a665a6e5cf735da7611c GIT binary patch literal 486 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^u!fO=!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&amXryasp<rNOWooKzU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8Iyp!MQ3mIYU7MLItH3lqTh5CTl8aWR#Q?6kF-*mzS68l@ulB z6=$ZUR_G<?=jtaX<|O7O7Nr*Jm!u}<7V8@s7?>IACl|*%N9k*F`Fi@gB79@0XTas0 zpI4HaSE3tIS&(X_P?B0vqF<1cn3-p-kercNRGeC3>*yEk86RP+XQFFpX=Z`Y0J1hM zwMf@BFF8LYGcVmr!6GTMgv&iOFSRJKBsE3XsnSZJpfWwR1Z1jSL8XGBo+;deRtjJ@ zaRua*7A5BBy5$$;7F#Lg6@a<Lw#L>95T>n0o~^B+rh>hKfr6ESMxLFmk%F3<LY|GS P2}saT!Ail%nu`Gd`&)?l literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/cs_CZ/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/cs_CZ/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..508be8bf08 --- /dev/null +++ b/src/modules/dummypythonqt/lang/cs_CZ/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# pavelrz <pavel@rzehak.cz>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: pavelrz <pavel@rzehak.cz>, 2016\n" +"Language-Team: Czech (Czech Republic) (https://www.transifex.com/calamares/teams/20061/cs_CZ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: cs_CZ\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Klikni na mě!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Nový QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "Testovací úloha PythonQt" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Toto je testovací úloha PythonQt. Testovací úloha říká: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Stavová zpráva o testovací úloze PythonQt." diff --git a/src/modules/dummypythonqt/lang/da/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/da/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..f95152c22d5528fb371a291eae5a0b0b46566f62 GIT binary patch literal 437 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P|e7|U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);F6e^S)8Gukx^1oP;8~IUtV6WS5lOiSDcxaTA`PmpR1po zn3I^BSd?0<Uy_=bTdZ$nU|?pbpOUDr$>r<m>xyu?p`HPkbADb)YF>$MNM%8)l|o5s zMTvevPGV-BwL)@6Vo`BwiLIkwuxEUPv7U*pp{1DxLIcRowA3P9*SzHXl+3(zD+P<B z%n~m5)V$Q9#FEq$U8hPbg@VfT)Dn=XdIgmVhI*!O-&iT6Byt7hloloC=(^<><rZ5h b<Q0Iq#kNM)3J|8PMxKJAt%9MZH5UT_WI}uI literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/da/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/da/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..39fcd5816a --- /dev/null +++ b/src/modules/dummypythonqt/lang/da/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Danish (https://www.transifex.com/calamares/teams/20061/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..84fb150997a4e5d3b49f8311a034af28d2f0f3eb GIT binary patch literal 437 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P|e7|U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);GSBPo0zAdkx^1oP;8~IUtV6WS5lOiSDcxaTA`PmpR1po zn3I^BSd?0<Uy_=bTdZ$nU|?pbpOUJt$>r<m>xyu?p`HPkbADb)YF>$MNM%8)l|o5s zMTvevPGV-BwL)@6Vo`BwiLIkwuxEUPv7U*pp{1DxLIcRowA3P9*SzHXl+3(zD+P<B z%n~m5)V$Q9#FEq$U8hPbg@VfT)Dn=XdIgmVhI*!O-&iT6q;du1loloC=(^<><rZ5h b<Q0Iq#kNM)3J|8PMxKJAt%9MZH5UT_YVdpd literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..5c85d73129 --- /dev/null +++ b/src/modules/dummypythonqt/lang/de/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/dummypythonqt.pot b/src/modules/dummypythonqt/lang/dummypythonqt.pot new file mode 100644 index 0000000000..77a029b958 --- /dev/null +++ b/src/modules/dummypythonqt/lang/dummypythonqt.pot @@ -0,0 +1,35 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Click me!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "A new QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "The Dummy PythonQt Job" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "This is the Dummy PythonQt Job. The dummy job says: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "A status message for Dummy PythonQt Job." diff --git a/src/modules/dummypythonqt/lang/el/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/el/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..c456838e28d9e5cdc4ce127f80457315d02206d1 GIT binary patch literal 436 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{qi=U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);9iuPnysLbQBqP+Y^ASXUS6(OQk0lioSBwdp_iPWtDl^h zlbD-Wlv=D`lA4%XtZ!ssU}mVFnxn7D<?HF|ig3B1o&lG0eqKpxUWsl<WkITyLP=^x ziGD#&VrHJTLUKl8QE_UCt)pMCXMBXQo{6rZrI`gn1IW&_)FNHiyyX0p%)E3f1&gH2 z5-#`Dywsw^lGGGkr%Ee@g39#N5|F8S1(gbhdZuvCSSh6Da0TR)7A5BBy5$$;7F#Lg a6@a<Lwno+p5T>n0o`RySf}y507Xtv^wtJlb literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/el/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/el/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..d91640c3c5 --- /dev/null +++ b/src/modules/dummypythonqt/lang/el/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Greek (https://www.transifex.com/calamares/teams/20061/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/en_GB/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/en_GB/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..e055268ebae73e122d17093dc1a8c7c9bbea2da4 GIT binary patch literal 461 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^Fqx5o!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&yuV5n<osbFYsWn`djU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8Iyp!8I>EC$l(1K_fITvm`Y|!8<cAJtaR^Q$Zu6q@<wON?*Uc zyj-uOC^4@%GcC13FF8L~KRGccF*mU&wOGF-H8HnX-^jqg%uqiyFW%irUz5w%)7KT@ zA45F@F6aEblGMBs-H^(HR4av&)QS@Qf}F(6JZpvIjKrei)Dl}qzhKY!2xC1HT|-MV z3xo!cwP~qEx~_T2`6-!s=~fCBNtq>F?x}gHMTsS;DY{OTRtg1`>8T|kQ}qfe6%6%E w;a;>-0K17RAg8n_F-O-ezbLoZN+GWR%q_MxvQ~gFZ8h=~6m1m@HLbZA0M8|aDF6Tf literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/en_GB/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/en_GB/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..f8e2b6e553 --- /dev/null +++ b/src/modules/dummypythonqt/lang/en_GB/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/calamares/teams/20061/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/es/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/es/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..aca1de3f4f487b5b942a7900f6ce4e9716e56f2b GIT binary patch literal 429 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P|V1{U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`LOG}1LRQ!q5MGBnpVFf=gW3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>)5L}R$msy;lppj8hQc!HAuU}qXu2)i&m{**cmRg~goS&<o zoS2iCn^=@utY4Cvm|LuGWME)ssGnM_ugT@>>FbJcyP=)|mveqzNorn+Zb)T8s+B@X zYDI~DK~7?3p0z@9Mq*KMYKd)Vh?}kjLLJDewA3P9*SzHXl+3(zD+P<B%n~m5)V$Q9 z#FEq$U8hPbg@VfT)Dn<kdIgmVhI*!OUsx%m7IOvUloloC=(^<><rZ5h<Q0Iq#kNM) T3J|8PMxKJAt%9MZH5UT_A1Zoi literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/es/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/es/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..2276cc30ff --- /dev/null +++ b/src/modules/dummypythonqt/lang/es/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# strel <strelnic@gmail.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: strel <strelnic@gmail.com>, 2016\n" +"Language-Team: Spanish (https://www.transifex.com/calamares/teams/20061/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "¡Púlsame!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Una nueva QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "La Tarea PythonQt Ficticia" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Esta es la Tarea PythonQt Ficticia. La tarea ficticia dice: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Un mensaje de estado para la Tarea PythonQt Ficticia." diff --git a/src/modules/dummypythonqt/lang/es_ES/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/es_ES/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..f5cc569839e6b9bec82e20a324ef587eb40de389 GIT binary patch literal 452 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^(8b8WU<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>)5L}R$msy;lpb=b<n3<=kppj8hQc!HAuU}qXu2)i&m{**c zmRg~goS&<ooS2iCn^=@utY4Cvm|LuGWME)ssGnLK?;5PH$>r<m>x%G(p`HPkbADb) zYF>$MNM%8)l|o5sMTvevPGV-BwL)@6Vo`BwiLIkwuxEUPv7U*pp{1DxLIcR!wA3P9 z*SzHXl+3(zD+P<B%n~m5)V$Q9#FEq$U8hPbg@VfT)Dn=XdIgmVhI*!OpIIq@-NY4; nQ(BamqwAJmlv`}2kXHca7TX$GD?pgG8hHwewhD%t)?5q#>s5gL literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/es_ES/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/es_ES/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..1893c74588 --- /dev/null +++ b/src/modules/dummypythonqt/lang/es_ES/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/calamares/teams/20061/es_ES/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: es_ES\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/es_MX/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/es_MX/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..3c2ad627cec2307b935cc580d847f2f32a39abb6 GIT binary patch literal 453 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^(9OueU<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>)5L}R$msy;lpy8WZk(r#Ysi2WjQc_TCrLSLJUanVCl$ckX znU-3imz<xgpPZPJn44IXTC87^nwVRxZ)9L#W~iT99Pb;UugT@>>FbK{hoPPUmveqz zNorn+Zb)T8s+B@XYDI~DK~7?3p0z@9Mq*KMYKg6*U$AF<gt4B9uA!xw1wsSJ+O*Un zUDv$i{FKbRbSnjmq|6d7_td=9qQsKa6kVrED}{o}^wbiNsd@#K3Wj>7aIaY@fZfCu okW*Ten4{~KUzA&HrI1$u<`&x;St~%8wi<Z~ina=dn$}zl0FQftf&c&j literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/es_MX/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/es_MX/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..337bd1d1c6 --- /dev/null +++ b/src/modules/dummypythonqt/lang/es_MX/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/calamares/teams/20061/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/es_PR/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/es_PR/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..b9ee3cb62321889d551896d8dfdbe7640b93f651 GIT binary patch literal 458 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^FoBVQ!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&yuV5n<osbFYsWn`djU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8IypA-EthFS9s9K_j3vwWuUtAt*CBUsFLNqokyu*h*i&yu4hm zq$n}3I5RD^LN7T#S3fy1Cowm%D79F>BsDR&Sl`INz|2rTwKzT?NMDo7*VES(;Tc0c z11{(Mypq(s65Wu>f>bMolGKV4{eqmt%sgv_<c!3k;?xpbN55dt_y}V?6J0|~GYf<U zkhN*4MY^te$@wXndFfUP7D<^UT<)oPsYQt;sVTZnl~xJ`mFcM^AXD`UDisX%OyT~s tQUJS&D<G$|C^1LZEx#zY*h(R<0L(46HL_NKFl{yR6clY03^lE}7yv-IgGc}X literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/es_PR/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/es_PR/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..55dc24c895 --- /dev/null +++ b/src/modules/dummypythonqt/lang/es_PR/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Spanish (Puerto Rico) (https://www.transifex.com/calamares/teams/20061/es_PR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: es_PR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/et/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/et/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..ac4adcdc499e08914094940624ea151b405d1972 GIT binary patch literal 439 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P|L``U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);96XgpO=}Kr=XEhQc_TCrLSLJUanVCl$ckXnU-3imz<xg zpPZPJn44IXTC87^nwVRxZ)9L#W~iT9qOZy2>*?!?aJ-?O0he=rUP)?RiEc<`L8_HP zNoqxjenC!RW}dY|az<iNacYUJqhGLRe1x%{iLRlgnFT@v$j-FXB3;+K<ouM(ymTuC zi=@mFF89>D)S|?a)D&H(N-Kqe%JkF{kg0kFl?sM>rf~mQDWsNg1>}?#CFbb5<rn1^ dTPfrffVsuCM%D@trmaSvf}*X0p{6w#0|2o4eFFdh literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/et/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/et/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..38e6191748 --- /dev/null +++ b/src/modules/dummypythonqt/lang/et/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Estonian (https://www.transifex.com/calamares/teams/20061/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/eu/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/eu/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..5be7c28bf35fd91aba0ef482844dd7dcdac43a86 GIT binary patch literal 437 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P|e7|U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);FMTgSemM!kx^1oP;8~IUtV6WS5lOiSDcxaTA`PmpR1po zn3I^BSd?0<Uy_=bTdZ$nU|?pbpIWM~$>r<m>xyu?p`HPkbADb)YF>$MNM%8)l|o5s zMTvevPGV-BwL)@6Vo`BwiLIkwuxEUPv7U*pp{1DxLIcRowA3P9*SzHXl+3(zD+P<B z%n~m5)V$Q9#FEq$U8hPbg@VfT)Dn=XdIgmVhI*!O-&iT6mU0E;loloC=(^<><rZ5h b<Q0Iq#kNM)3J|8PMxKJAt%9MZH5UT_fl7QM literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/eu/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/eu/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..c61eed018b --- /dev/null +++ b/src/modules/dummypythonqt/lang/eu/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Basque (https://www.transifex.com/calamares/teams/20061/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/fa/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/fa/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..abc9ebcf6130c7697ec8a7e493f9a3d1a84f583d GIT binary patch literal 431 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P|C=_U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>)5CF0`F;77wqokyu*h*i&yu4hmq$n}3I5RD^LN7T#S3fy1 zCowm%D79F>BsDR&Sl`INz|2rTEm2>S%h%J_72$S6Jp(T1{JfIXyb|4z%7RoYg_6{Y z68(al#LPTvh2)IHqT<vNTSvcO&-e&qJri9+OEU|E29TX;sYSZ3dCB=HnR)3}3KmJ3 zC0y>Qd8tK-C8;U8PL);)1(oTkB_LDv3Mv&0^-SU3u~JA&<O;|sElSMMb;~cxEw)m~ TD*$tgZ4IpzAWT~WYc2)=m=}8q literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/fa/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/fa/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..2b3c7adc1a --- /dev/null +++ b/src/modules/dummypythonqt/lang/fa/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Persian (https://www.transifex.com/calamares/teams/20061/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: fa\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/fi_FI/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/fi_FI/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..bce7a95ba56e7a6ff8cfd1151d5599e978195b4b GIT binary patch literal 454 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^(8I{UU<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);Fg(}msy;lpy8I8my?*6qN$*fQBqP+Y^ASXUS6(OQk0li zoSBwdp_iPWtDl^hlbD-Wlv=D`lA4%XtZ!ssU}mVFmKpEnsjtc9>*?!?@Q9(F0he=r zUP)?RiEc<`L8_HPNoqxjenC!RW}dY|az<iNacYUJqhGLRe1x%{iLRlgnFT@v$lA2j zB3;+K<ouM(ymTuCi=@mFF89>D)S|?a)D&H(N-Kqe%JkF{kg0kFl?sM>rf|PmDS+L? p6_8U}l$fLImS2=xY^9J_0Ol6k8d)nqn6?^u3W~N0hMLw~3;^(Aft3IN literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/fi_FI/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/fi_FI/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..7c07e35448 --- /dev/null +++ b/src/modules/dummypythonqt/lang/fi_FI/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Finnish (Finland) (https://www.transifex.com/calamares/teams/20061/fi_FI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: fi_FI\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/fr/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/fr/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..40a7f00783be726a2af5418c400aa895ec5bbe74 GIT binary patch literal 436 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{qi=U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);8v8Hmz<%Xkx^1oP;8~IUtV6WS5lOiSDcxaTA`PmpR1po zn3I^BSd?0<Uy_=bTdZ$nU|?pbpH`%=$>r<m>xyu?p`HPkbADb)YF>$MNM%8)l|o5s zMTvevPGV-BwL)@6Vo`BwiLIkwuxEUPv7U*pp{1DxLIcRowA3P9*SzHXl+3(zD+P<B z%n~m5)V$Q9#FEq$U8hPbg@VfT)Dn=XdIgmVhI*!O-&iT66>$aRloloC=(^<><rZ5h a<Q0Iq#kNM)3J|8PMxKJ5f}y507XtwIfP3=* literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/fr/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/fr/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..ee2ea9d4f6 --- /dev/null +++ b/src/modules/dummypythonqt/lang/fr/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: French (https://www.transifex.com/calamares/teams/20061/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/fr_CH/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/fr_CH/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..dddafc32da43e8bfab072ed72076e7b17b99c6d2 GIT binary patch literal 456 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^(8tKYU<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);8v8Hmz<%X5nP^GQk7bilbDyHsi2WjQc_TCrLSLJUanVC zl$ckXnU-3imz<xgpPZPJn44IXTC87^nwVRxZ)9L#W~iT56z}YzugT@>>FbK{i=mzY zmveqzNorn+Zb)T8s+B@XYDI~DK~7?3p0z@9Mq*KMYKg6*U$AF<gt4B9uA!xw1wsSJ z+O*UnUDv$i{FKbRbSnjmq|6d7_td=9qQsKa6kVrED}{o}^wbiNsd@#K3Wj>7aPL_u rfZfCukW*Ten4{~KUzA&HrI1$u<`&x;St~%8wi<Z~b_#}?)?5q#Utogc literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/fr_CH/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/fr_CH/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..f9c7e58778 --- /dev/null +++ b/src/modules/dummypythonqt/lang/fr_CH/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/calamares/teams/20061/fr_CH/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: fr_CH\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/gl/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/gl/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..2bce195aafcff79defcc5b71a80ed39dda19187d GIT binary patch literal 439 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P|L``U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);GUS1nVgxJr=XEhQc_TCrLSLJUanVCl$ckXnU-3imz<xg zpPZPJn44IXTC87^nwVRxZ)9L#W~iT@qp!*3>*?!?aJ-?O0he=rUP)?RiEc<`L8_HP zNoqxjenC!RW}dY|az<iNacYUJqhGLRe1x%{iLRlgnFT@v$j-FXB3;+K<ouM(ymTuC zi=@mFF89>D)S|?a)D&H(N-Kqe%JkF{kg0kFl?sM>rf~mQDWvCc1>}?#CFbb5<rn1^ dTPfrffVsuCM%D@trmaSvf}*X0p{6w#0|0}@e9iy> literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/gl/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/gl/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..45a0e2fa96 --- /dev/null +++ b/src/modules/dummypythonqt/lang/gl/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Galician (https://www.transifex.com/calamares/teams/20061/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/gu/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/gu/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..2aba1cc510f0d4128d8190e4ebea123a767432fa GIT binary patch literal 439 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P|L``U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);9i=QSd>_jsi2WjQc_TCrLSLJUanVCl$ckXnU-3imz<xg zpPZPJn44IXTC87^nwVRxZ)9L#W~iTDs;|lA>*?!?aJ-?O0he=rUP)?RiEc<`L8_HP zNoqxjenC!RW}dY|az<iNacYUJqhGLRe1x%{iLRlgnFT@v$j-FXB3;+K<ouM(ymTuC zi=@mFF89>D)S|?a)D&H(N-Kqe%JkF{kg0kFl?sM>rf~mQDWsQj1>}?#CFbb5<rn1^ dTPfrffVsuCM%D@trmaSvf}*X0p{6w#0|2T9eE$Fd literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/gu/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/gu/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..7a72539636 --- /dev/null +++ b/src/modules/dummypythonqt/lang/gu/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Gujarati (https://www.transifex.com/calamares/teams/20061/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/hi/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/hi/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..9e8a240fa2f2a769e1d2d9837d9ed4513fc45fcd GIT binary patch literal 436 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{qi=U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);E|b^lBuAPQBqP+Y^ASXUS6(OQk0lioSBwdp_iPWtDl^h zlbD-Wlv=D`lA4%XtZ!ssU}mVFk*TlA<?HF|ig3B1o&lG0eqKpxUWsl<WkITyLP=^x ziGD#&VrHJTLUKl8QE_UCt)pMCXMBXQo{6rZrI`gn1IW&_)FNHiyyX0p%)E3f1&gH2 z5-#`Dywsw^lGGGkr%Ee@g39#N5|F8S1(gbhdZuvCSSe&=as}j+7A5BBy5$$;7F#Lg a6@a<Lwno+p5T>n0o`RySf}y507Xtv?(0iKz literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/hi/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/hi/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..b696bc2518 --- /dev/null +++ b/src/modules/dummypythonqt/lang/hi/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Hindi (https://www.transifex.com/calamares/teams/20061/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/hr/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/hr/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..cc1235d798267f6d3632ed2c8d18c95f3b04f09a GIT binary patch literal 975 zcmca7#4?qEfq{XIfq_AWfq}t?fq{XWfq|h0B*?(Pu!4bsftP`SVI>0tg9ZZw!*&J+ z22KVBh6fA`3}Orn46hg%7|a+L7#JBD7}%K@7%Uhe>K&LN>iw7@>dToS>KmCM>Sr)B zFfc;xU}9ikU}j)oV1e>s6f4wSV7{Y5UTV2Qpig2_YK|U*qe5{>Vo7PSLT+ktabkL^ zLRx;2f=g*`Zlyv%Wl2VUUSNrWSALQngL6)1a<)Qlsv<*3Mk*E+3?Uhr#R{3l3ME*j z^%OwbQosgh<tHf=Csr0)DOA@o1Qg|Gr6!l?dZy@xr4|)u=I2={1UNc-JG#3ngt-O< zd;0rv1^9>PIv1rTmSpDV>AEDAq*^H$85o-D8W`#tSST16Secq?8yFZEa0U452Bnr| zf=q#`i*$7i()IP%b#YYi@VD~y)Q<A^bLH|$EH2RvDN4*M&PgoEFS1hb$uBF)SMV-P zNzKVT(ym~W1LEstgZar0`K2W}`T5y;$@#f<Iv}gfxO@`x(n}N5Q*}d96LYN;oQv`k zOEMGl6f`nQN(zdt^!3Zj%k@e?He{xyR)BQsCnx44<|Y=U7VDR!Cgv9F8yOgw8R};g z>1%TNdiuH|yl<#yz~!8uSCX1nq8n0KkZPq+l3G!sUyzfSnP;t#oRL^moLXY*=ojo6 zA7QL#qHAbrW`WQEvNJ8UNY^zlIX@*cFWpMPA}O<k%RMzOwJ5P9HAUB{(n_JAGCj2f zWU5|4rGlZJDcnC+3K>OQ0Xd~bi8;D%`9-<KRtk9qU~aLkv9$t(X`82NXkcq=sGz2% z0Ad;_+8P=v*ee()Sb_O=wni{18(R|)Qv<Bb#?U~arUtCUz|PjlKvTh9!BD|U!N{76 IVUQ(D0MJMamjD0& literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/hr/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/hr/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..1018b21099 --- /dev/null +++ b/src/modules/dummypythonqt/lang/hr/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Lovro Kudelić <lovro.kudelic@outlook.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Lovro Kudelić <lovro.kudelic@outlook.com>, 2016\n" +"Language-Team: Croatian (https://www.transifex.com/calamares/teams/20061/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Klikni me!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Novi QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "Testni PythonQt posao" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Ovo je testni PythonQt posao. Testni posao kaže: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Statusna poruka za testni PythonQt posao." diff --git a/src/modules/dummypythonqt/lang/hu/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/hu/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..206bf7b4a77b3c830bced08f2385ad894aba18cd GIT binary patch literal 440 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{+u?U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`LOG}1LTR4_2GGBwpUFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);8B{Fo>-Kbn5UqTQBqP+Y^ASXUS6(OQk0lioSBwdp_iPW ztDl^hlbD-Wlv=D`lA4%XtZ!ssU}mVFQL3-W<?HF|ig3N5o&lG0eqKpxUWsl<WkITy zLP=^xiGD#&VrHJTLUKl8QE_UCt)pMCXMBXQo{6rZrI`gn1IW&_)FNHiyyX0p%)E3f z1&gH25-#`Dywsw^lGGGkr%Ee@g39#N5|F8S1(gbhdZus>St(?cas}j+7A5BBy5$$; e7F#Lg6@a<Lwno+p5T>n0o`RySf}y507Xtt@{(WNr literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/hu/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/hu/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..8802d624e6 --- /dev/null +++ b/src/modules/dummypythonqt/lang/hu/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Lajos Pasztor <mrlajos@gmail.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Lajos Pasztor <mrlajos@gmail.com>, 2016\n" +"Language-Team: Hungarian (https://www.transifex.com/calamares/teams/20061/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Kattints ide!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Egy új QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "Egy PythonQt Job teszt" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Ez egy PythonQt Job teszt. A teszt job azt mondja: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Sztátus üzenet egy PythonQt Job-hoz." diff --git a/src/modules/dummypythonqt/lang/id/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/id/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..285b82292a2bf3f04592bd3846ba4ef88f4a6688 GIT binary patch literal 896 zcmca7#4?qEfq{XIfq_AWfq}t?fq{XWfq|h0B*?(Pu!4bsftP`SVI>0tg9ZZw!*&J+ z22KVBh6fA`3}Orn46hg%7|a+L7#JBD7`8DoFjz1$Fz_%iFuZ4CV9;e?VEDttz`(`8 zz@Wv<z#zoHz+lSEz+le6z~I5mz`zK#gNcEGfti7Ufd$HkQLIpRf%%RKd8y?Jfj)^z zsX2NKjta#ki6y1Q3c0Dp#fj;u3TgR83NEF&xs?h5l_eSZd4VMgUinFS49+>3$=M3I zsfr9C8L3!QFoa}e7As^HE0kcB)>8m!O9304m7k<goLE_GrBGeV5Kxq#m6}|l>zSe( zmReMtnV)B+5a8(S?da~R5at>b?CI~v72qGD>s*wYSdy8ar|Xhfl4_-3WMF8nYhb8r zXsKXmZe?VkZD3$vz!l)H8<bj>2{Hw$F4EO8NY~e2*Tqr6!{5r+Q#;Dv&y~w3vA9Gx zq$n}3I47|rzsO3#yEMBrLm{{_F)cB%M8T#Q!pH`RI;7_&X6EQ6=jYn#fUGs+@=44~ zFHKBO)eT8a%(YVR%uC77OD)b!%u~?FC@Co@w$j%xFE7_C0hynfmRbSQtDl^hlbD-W zlv=D`lA4%XtZ!ssU}mVFnWC@B<?HF|itxOlo&lG0eqKpxUWsl<WkITyLP=^xiGD#& zVrHJTLUKl8QE_UCt)pMCXMBXQo{6rZrI`gn1IW&_)FNHiyyX0p%)E3f1&gH25-#`D zywsw^lGGGkr%Ee@g39#N5|F8S1(gbhdZut6St(?ua0TR)7A5BBy5$$;7F#Lg6@a<L zwuaUU5T>nxH5UUU{U{_Q7M1ET1g9pICT1uUq!uUU!O~M{UP);-mUN=W;GL714T}Fn nMFz}-#^9NksgRhGn3I@+O*2#sl!9_o^U@Pb60;NY!08A8so4Eh literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/id/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/id/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..d0b48ce020 --- /dev/null +++ b/src/modules/dummypythonqt/lang/id/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Kukuh Syafaat <syafaatkukuh@gmail.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Kukuh Syafaat <syafaatkukuh@gmail.com>, 2016\n" +"Language-Team: Indonesian (https://www.transifex.com/calamares/teams/20061/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Klik saya!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "QLabel baru." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "Dummy PythonQt Job" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Ini adalah Dummy PythonQt Job. Dummy job mengatakan: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Sebuah pesan status untuk Dummy PythonQt Job." diff --git a/src/modules/dummypythonqt/lang/is/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/is/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..48480ef37f844fee4efd1871a5705f7dc89395be GIT binary patch literal 462 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^FoltU!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&yuV5n<osbFYsWn`djU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8Iyp!818ECowN2Gg(0+qokyu*h*i&yu4hmq$n}3I5RD^LN7T# zS3fy1Cowm%D79F>BsDR&Sl`INz|2rTvshn~%h%J_72$eAJp(T1{JfIXyb|4z%7RoY zg_6{Y68(al#LPTvh2)IHqT<vNTSvcO&-e&qJri9+OEU|E29TX;sYSZ3dCB=HnR)3} z3KmJ3C0y>Qd8tK-C8;U8PL);)1(oTkB_LDv3Mv&0^-SR&vQo$_<_gFuElSMMb;~cx wEw)m~D*$tgZH=rIAWU10JOxz+LjwgxTLnXfni>TN*FeG6R>9Cv)0&F`06%eo*#H0l literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/is/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/is/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..2a2a0a0b64 --- /dev/null +++ b/src/modules/dummypythonqt/lang/is/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Icelandic (https://www.transifex.com/calamares/teams/20061/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..ea87ff9f01aeccf7ae322543ec4004ee465f9585 GIT binary patch literal 901 zcmca7#4?qEfq{XIfq_AWfq}t?fq{XWfq|h0B*?(Pu!4bsftP`SVI>0tg9ZZw!*&J+ z22KVBh6fA`3}Orn46hg%7|a+L7#JBD7&bF9Fjz1$FbFa*FuY-6V9;e?VED%bF;9n? zfkBjkfx&_qqTY|0fq@Zf2NMGW12Y2y0}GT7qgbKt0`nae@>0tc0(}ybQgiee92JU7 z5=%;p6>?LHixbmR71HvH6kJMkb1M}BDoZl*^8!m0yz-Ou7@Tu5ld~0aQxzFPGE%Xq zU<k>`ELO-YRw%(Lt)~FemI5|7D?dr0II*(WN};-zA)qKfD>b=9*E2;oEVZaOGe6Ht zA;8hu+tJ-sA<Q)>*wf#SE5JWQ*SRP)u_QA;PuC@}B-Kj6$iUD{*U(7U&`iP5%*xPQ z+rZGkfGfaXHz>6%6J!chU8JjHkgl)4u8X6BhrgAtr*@RTpDUM7VsVLXNKs;5aZX}M zevy?zNNT=<Z&6-WVp(Fcf=x+kzC(6Os$PCkx}6T#DlVVIy!6t<^i<uD)WlpX1<#Vi zoXo^L1q~3RQd2=Aqokyu*h*i&yu4hm1Y~e#T55$}a(=FUa$-(mZemetv3^NvVs5d% zk%57kp?+pbyl05MCYP_LuPegihI$5E&iQ#Isd**3A(aKGRthDl6(#xwIf<Eh)(XiP ziABY!CAOg<Zn_o-bs*c)Qj2t5^OEyZGV{`{6fBZ5OSs%q^HPfvOHxyGohq#q3M$i6 zOF)L{6;vu1>Y2hlWTgOh3Rgf*X;EU1u3LUlZn2d@UICa}Y-?n#0Abo{<S8iHDi~^7 zb1{VGB`V~V=9eYHlTm0MGy$b&<}0LRf)iD~LP09-w3M8vP*|F&$l#fSEina_rWTjv aD;!>-kcmxRPr)-s0g;$eGLuumi3tFw3jH+z literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..d4481a03f3 --- /dev/null +++ b/src/modules/dummypythonqt/lang/it_IT/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,40 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Teo Mrnjavac <teo@kde.org>, 2016 +# Saverio <saverio.brancaccio@gmail.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Saverio <saverio.brancaccio@gmail.com>, 2016\n" +"Language-Team: Italian (Italy) (https://www.transifex.com/calamares/teams/20061/it_IT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: it_IT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Clicca qui!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Una nuova QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "Il Job Dummy PythonQt" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Questo è il Job Dummy PythonQt. Il dummy job notifica: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Un messaggio di stato per il Job Dummy PythonQt." diff --git a/src/modules/dummypythonqt/lang/ja/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/ja/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..0aa5dd177d4e169ddd42f080bb7caa1c4468b204 GIT binary patch literal 432 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{zo>U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`LOG}1LRS1>TJGBwdQFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);FVaAn3r0ds-TfkQc_TCrLSLJUanVCl$ckXnU-3imz<xg zpPZPJn44IXTC87^nwVRxZ)9L#W~iT)sIST8>*?!?aJ-?O0he=rUP)?RiEc<`L8_HP zNoqxjenC!RW}dY|az<iNacYUJqhGLRe1x%{iLRlgnFT@v$j-FXB3;+K<ouM(ymTuC zi=@mFF89>D)S|?a)D&H(N-Kqe%JkF{kg0kFl?sM>rf~mQDP$#b1>}?#CFbb5<rn1^ WTPfrffVsuChSmxYrmcZB7Xttl1AAov literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/ja/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/ja/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..b20b27b578 --- /dev/null +++ b/src/modules/dummypythonqt/lang/ja/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Takefumi Nagata <take1975@kumamoto.email.ne.jp>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Takefumi Nagata <take1975@kumamoto.email.ne.jp>, 2016\n" +"Language-Team: Japanese (https://www.transifex.com/calamares/teams/20061/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "クリックしてください!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "新しいQLabel" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "ダミーのPythonQtジョブ" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "これはダミーのPythonQtジョブです。ダミーのジョブの出力: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "ダミーのPythonQtジョブの状態" diff --git a/src/modules/dummypythonqt/lang/kk/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/kk/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..85a6d21340c4b866b395b301cfd68e05c53cd371 GIT binary patch literal 430 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{PQ-U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);GI~Nn4O`Zkx^1oP;8~IUtV6WS5lOiSDcxaTA`PmpR1po zn3I^BSd?0<Uy_=bTdZ$nU|?pbpPj9*$>r<m>xyu?p`HPkbADb)YF>$MNM%8)l|o5s zMTvevPGV-BwL)@6Vo`BwiLIkwuxEUPv7U*pp{1DxLIcRowA3P9*SzHXl+3(zD+P<B z%n~m5)V$Q9#FEq$U8hPbg@VfT)Dn=XdIgmVhI*!O-&iSRXLAMQloloC=(^<><rZ5h U<Q0Iq#kPjl3J|8Pfi)Kc00`ZBt^fc4 literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/kk/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/kk/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..4e0329965c --- /dev/null +++ b/src/modules/dummypythonqt/lang/kk/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Kazakh (https://www.transifex.com/calamares/teams/20061/kk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: kk\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/lo/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/lo/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..4a3fd9d4b03c64241620492e1747179811c7e824 GIT binary patch literal 427 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{_!@U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);FFlIppj8hQc!HAuU}qXu2)i&m{**cmRg~goS&<ooS2iC zn^=@utY4Cvm|LuGWME)ssGpOsugT@>>FbJcx1pW^mveqzNorn+Zb)T8s+B@XYDI~D zK~7?3p0z@9Mq*KMYKg6*U$AF<gt4B9uA!xw1wsSJ&a~7bUDv$i{FKbRbSnjmq|6d7 z_td=9qQsKa6kVrED}{o}^wbiNsd@#K3Wj>7aIaV?<m7V&<dhaA=IFZR7v&aPDdZJ^ Rxy81I)(Q}&t${Tc0{~(Pd3OK+ literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/lo/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/lo/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..f2030ec89b --- /dev/null +++ b/src/modules/dummypythonqt/lang/lo/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Lao (https://www.transifex.com/calamares/teams/20061/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/lt/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/lt/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..3b7f8fd9445650f9ca43a3477a2bffb22484287f GIT binary patch literal 504 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^u#b^}!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&amXryasreJ7hWn!UiU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8Iyp!6&mMqckxuGciv=Bcr6Gpx8=Zzr4I$ucRn3uQ)R;wL&jB zKUY6FF()xMu_(1zza%v=w^-lEz`)E<Kc_@rlgroB*A?M>Lp=j7=lr~q)VvbikjjEo zD}|EOiW2>ToW#sLYlY;D#G>NV5?e>VV9)pnV?7gHLrXIYga(kEX{klJu6fD%DVcfc zRtgqLnI&BAsd=eIi6yBix=xi=3I&zvsU;v&^$IE#4E0RmKC)8CDd7spDJ@FO(RIr& z$}P51$SVMIi*1dq6(CGojXYID16x}|1vNDV5Ys@>*3eMFUco@Y3e2~&H3CV2l^NI= c8YtA%fW-~$Y>f;w73>uZ6|5ADG_AQ900E$i^#A|> literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/lt/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/lt/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..ea878366da --- /dev/null +++ b/src/modules/dummypythonqt/lang/lt/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Moo <moose@mail.ru>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Moo <moose@mail.ru>, 2016\n" +"Language-Team: Lithuanian (https://www.transifex.com/calamares/teams/20061/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: lt\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Spustelėkite mane!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Naujas QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "Fiktyvi PythonQt užduotis" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Tai yra fiktyvi PythonQt užduotis. Fiktyvi užduotis sako: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Fiktyvios PythonQt užduoties būsenos pranešimas." diff --git a/src/modules/dummypythonqt/lang/mr/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/mr/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..107fbdac7be79d2e9a3c1c3718ebfa1133a06a7b GIT binary patch literal 438 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{YW;U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);G0;KSdx*cppj8hQc!HAuU}qXu2)i&m{**cmRg~goS&<o zoS2iCn^=@utY4Cvm|LuGWME)ssGnP;ugT@>>FbJcyP=)|mveqzNorn+Zb)T8s+B@X zYDI~DK~7?3p0z@9Mq*KMYKg6*U$AF<gt4B9uA!xw1wsSJ&a~7bUDv$i{FKbRbSnjm zq|6d7_td=9qQsKa6kVrED}{o}^wbiNsd@#K3Wj>7aPL?t<Q8!S<dhaA=IFZR7v&aP cDdZJ^xy80d)(Q}&twx@LqOF3VrZpD>0276LlK=n! literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/mr/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/mr/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..741c03782e --- /dev/null +++ b/src/modules/dummypythonqt/lang/mr/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Marathi (https://www.transifex.com/calamares/teams/20061/mr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: mr\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/nb/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/nb/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..a69e23d5a3c72b5f7fb6c9f0926d9a3a0ef5d969 GIT binary patch literal 448 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^(8kEXU<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);Fn)io|>MSn5W>BpPhSnX^w(MMoCFQv6a4ld3m{BNl{{6 zab{X-g<f)gu6}Z2PGW9iQEIV%NorzlvA&UkftjIxUXs2hm#?R<E5a9sdInt1`FSO& zc_q3bl?AC*3MHu(CHe(9iJ5uU3dtFXMa8KlwvK+mp79aJdM3JtmSz?R4In$yQj2t5 z^OEyZGV{`{6fBZ5OSs%q^HPfvOHxyGohq#q3M$i6OF*XT6;vu1>Y2hlW~Gpq#1)WJ mT9lZh>y}@XTWqC}R{-V~+ZtIbK$x}~c?ycQ3Wl22TnqpU!hqla literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/nb/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/nb/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..8a23337953 --- /dev/null +++ b/src/modules/dummypythonqt/lang/nb/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/calamares/teams/20061/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/nl/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/nl/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..4b3eb0fd8d6de203aa722c37193e75b0ae0045bd GIT binary patch literal 908 zcmca7#4?qEfq{XIfq_AWfq}t?fq{XWfq|h0B*?(Pu!4bsftP`SVI>0tg9ZZw!*&J+ z22KVBh6fA`3}Orn46hg%7|a+L7#JBD7&b97Fjz1$FbFU(FuZ1BU@&4}VEDrXQLoR; zz#zrIz+lPDz+le6z!1XBz`zK#gNcEGfti7Ufd$HkQLIpRf%%RKd8y?Jfj)^zsX2NK zjta#ki6y1Q3c0Dp#fj;u3TgR83NEF&xs?h5l_eSZd4VMgUinFS49+>3$=M3Isfr9C z8L3!QFoa}e7As^HE0kcB)>8m!O9304m7k<goLE_GrBGeV5Kxq#m6}|l>zSe(mReMt znV)B+5a8(S?da~R5at>b?CI~v72qGD>s*wYSdy8ar|Xhfl4_-3WMF8nYhb8rXsKXm zZe?VkZD3$vz!l)H8<bj>2{Hw$F4EO8NY~e2*Tqr6!{5r+Q#;Dv&y~w3vA9Gxq$n}3 zI47|rzsO3#B~>9RH8ruIAT>w9rV7e(NY72o%+X8E&$ZJ5S!l-PlbDxYnwXxd8<Lus zYo*{)T9TZhppj8hQc!HAuU}qXu2%vwG&3!=0;EkpIWZ?OH?b(SSidASF}GOX$iTqN zP(Lq6Uz5w%)7KT@V?#XyF6aEblGMBs-H^(HR4av&)QS@Qf}F(6JZpvIjKrei)Dl}q zzhKY!2xC1HT|-MV3xo!cooT5>x~_T2`6-!s=~fCBNtq>F?x}gHMTsS;DY{OTRtg1` z>8T|kQ}qfe6%6%E;hwQl$jjjh$SEyK%+YnrFUl>pQphU+bBk?_tQ8<kTa7#gMOy_! zO=~U&*VH_Pyv)>6SSkVwK$1~XYEfo#Mu|dMetwZc3Pw7~FGwj$OwK6LWAM(&%vQ+F g%u-}<!KsSDC9?#SqVSjlia3~|3RS7;CEzp#0R2e-bpQYW literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/nl/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/nl/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..cc98dcff5c --- /dev/null +++ b/src/modules/dummypythonqt/lang/nl/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# De Zeeappel <zeeappel@gmail.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: De Zeeappel <zeeappel@gmail.com>, 2016\n" +"Language-Team: Dutch (https://www.transifex.com/calamares/teams/20061/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Klik mij!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Een nieuw QLabel" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "De Dummy PythonQt opdracht" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Dit is de Dummy PythonQt opdracht. De opdracht zegt: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Een statusbericht voor de Dummy PythonQt opdracht." diff --git a/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..6d4cd26132a6f35eed432929f2ec2ee13cb0ff7e GIT binary patch literal 495 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^u$7U4!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&amXryaoq+noRWooKzU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8IypAs{~|vp7RRBcr6Gpx8=Zzr4I$ucRn3uQ)R;wL&jBKUY6F zF()xMu_(1zza%v=w^-lEz`)E<zaU3nlgroB*A?M(Lp=j7=lr~q)VvbikjjEoD}|EO ziW2>ToW#sLYlY;D#G>NV5?e>VV9)pnV?7gHLrXIYga(kEX{klJu6fD%DVcfcRtgqL znI&BAsd=eIi6yBix=xi=3I&zvsU;v&^$IE#4E0RmzOhm$$l(geDJ@FO(RIr&$}P51 z$SVMIi*1dq6(CGojXYahLj`*U0|hIEJXJ#jJ6j_KH8n8P#?}PH)Bp(^*ccip)YO2* UL23*%73>uZ6|5ADG_AQ90G8p1aR2}S literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..8ea4d00cac --- /dev/null +++ b/src/modules/dummypythonqt/lang/pl/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# m4sk1n <m4sk1n@o2.pl>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: m4sk1n <m4sk1n@o2.pl>, 2016\n" +"Language-Team: Polish (https://www.transifex.com/calamares/teams/20061/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: pl\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Naciśnij mnie!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Nowy QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "Zadanie Dummy PythonQt" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "To jest zadanie Dummy PythonQt mówiące: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Wiadomość o stanie zadania Dummy PythonQt." diff --git a/src/modules/dummypythonqt/lang/pl_PL/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/pl_PL/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..29d4cde2363b18c1aec959c0822b198c18961cd9 GIT binary patch literal 510 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^aD<V8!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&yuV5n<osbFYsWn`djU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8IypAs{~|vp7RRBOpH~F)u|^K_jE2q@dVJU%$M(T(6`kF|Rl? zEww@~IX_oFIWZ?OH?b(SSidASF}GOX$iTqNP`@B2KEOv`lgroB*A?LnLp=j7=lr~q z)VvbikjjEoD}|EOiW2>ToW#sLYlY;D#G>NV5?e>VV9)pnV?7gHLrXIYga(kcX{klJ zu6fD%DVcfcRtgqLnI&BAsd=eIi6yBix=xi=3I&zvsU;v&^$IE#4E0RmKC@B)yNN3x zr?e<BN7pUCD7V;3A+G?;Ew(kbR)8>VHS%n24HfJa3>2&s@>C5C>}-t`)YQOC8(R|) hQv)PyU}I>YP*VdI2dOd8RIpbtRIpMo(zNDc000-HjY<Fj literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/pl_PL/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/pl_PL/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..24d80dcfd2 --- /dev/null +++ b/src/modules/dummypythonqt/lang/pl_PL/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Polish (Poland) (https://www.transifex.com/calamares/teams/20061/pl_PL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: pl_PL\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/pt_BR/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/pt_BR/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..00fad38cf28043966a44970df1a82206212dda9a GIT binary patch literal 455 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^(96icU<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>)5RhL~Qkq_xTAZq&;Z&4Zm6@Zdppj8hQc!HAuU}qXu2)i& zm{**cmRg~goS&<ooS2iCn^=@utY4Cvm|LuGWME)ss9#VL?-Zo3$>r<m>x%G-p`HPk zbADb)YF>$MNM%8)l|o5sMTvevPGV-BwL)@6Vo`BwiLIkwuxEUPv7U*pp{1DxLIcR! zwA3P9*SzHXl+3(zD+P<B%n~m5)V$Q9#FEq$U8hPbg@VfT)Dn=XdIgmVhI*!O-&rYu q-NY4;Q(BamqwAJmlv`}2kXHca7TX$GD?pgG8hHwK3Wl22Tnqs5xPrC- literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/pt_BR/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/pt_BR/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..2f5641a2d6 --- /dev/null +++ b/src/modules/dummypythonqt/lang/pt_BR/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/calamares/teams/20061/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/pt_PT/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/pt_PT/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..489edf85fecdd9645eac7cc5079482339fd8d564 GIT binary patch literal 458 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^FoBVQ!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&amXryasreJ7hWn!UiU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8IypAt1k~q%^%WwK!El1Hw+s(NxgLC@Co@w$j%xFE7_CDN4*M z&P+?K&`ZwG)lW{$Nz6?wN-fqeNlnZx);BURFf-IID2WdU(bwei_4IW`c*aoAfXg{Q zuOv0EL^q_eAk|8tB(<VMzaS?uGtXKfIU}*CIJLyq(J$CDKEhbfMAy*L%mSeSWNlh% zk*;fAa(+r?Ub>ZnMN(!7mwRenYEfcIYKpE?rIkWKWqN7}$W*<8N(DnbQ@H=E6u@rc p3dkufO3cx9%P-0;wo=F|0CS6NjjR<QOk0gS1w~s0LrrTg1_0PWgX#bP literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/pt_PT/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/pt_PT/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..8157496920 --- /dev/null +++ b/src/modules/dummypythonqt/lang/pt_PT/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Ricardo Simões <xmcorporation@gmail.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Ricardo Simões <xmcorporation@gmail.com>, 2016\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/calamares/teams/20061/pt_PT/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: pt_PT\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Clique-me!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Uma nova QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "A Tarefa Dummy PythonQt" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Esta é a tarefa Dummy PythonQt. A tarefa dummy diz: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Uma mensagem de estado para a Tarefa Dummy PythonQt." diff --git a/src/modules/dummypythonqt/lang/ro/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/ro/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..e28c74cb8be65a31105cf18d8488aedc7540520e GIT binary patch literal 954 zcmca7#4?qEfq{XIfq_AWfq}t?fq{XWfq|h0B*?(Pu!4bsftP`SVI>0tg9ZZw!*&J+ z22KVBh6fA`3}Orn46hg%7|a+L7#JBD7#=Y)Fjz1$Fz_)jFi0~qFz7QdFlaF|FmN$2 zFhnskFi0^lFr+dwFjz7$Ff=eTFfc;xU}9ikU}j)oV1e>s6f4wSV7{Y5UTV2Qpig2_ zYK|U*qe5{>Vo7PSLT+ktabkL^LRx;2f=g*`Zlyv%Wl2VUUSNrWSALQngL6)1a<)Ql zsv<*3Mk*E+3?Uhr#R{3l3ME*j^%OwbQosgh<tHf=Csr0)DOA@o1Qg|Gr6!l?dZy@x zr4|)u=I2={1UNc-JG#3ngt-O<d;0rv1^9>PIv1rTmSpDV>AEDAq*^H$85o-D8W`#t zS}GWtTNxQ>8yFZEa0U452Bnr|f=q#`i*$7i()IP%b#YYi@VD~y)Q<A^bLH|$EH2Rv zDN4*M&PgoEFS1f_N=!^CEdu#8u`E%+CM!QFu`Dsi&>+ttJvT8kM=v=)*G>mysTr3~ zVqSV_VtT4>NNQrPl|oQ{Zem_$VxEFVMoCFQv6a4ld3m{B3CQfswA2caPW|M>oW$J3 zqSRvjlGMc9Vtpe612aSYqI`W#E?-YySA@q6^$fV2^Ycnl^Gb9>DhpDr6iQMnO7shI z5;OCx6_PU&i;7cAY#sfAJ>w&c^-OdPEzK+t8bEfYr55SB<|XH+Wagz?DOe<BmT<YJ z=A{-TmZYZWI#pUJ6jY|CmVivvE2va3)H8+q$4a3npDQ4zv?wu0*Db#&x7bP{uK>&~ zwl%g^fG}+}@@#Dl?G3CnG&J&54Gj$J3@tTlYM>ljTLVosHH|z)TLVo^O?x9NLrqO< zE{4!Ng}nSyc#;dvQ^-v%PRvqBNd+aoqEv-~)Vz|SQiZJiq|zLPw9Mp^%rbcDgQPr# x#LVPOMUY9L!~?=;$`~AzQ;SOy6;g{!QgIlh;F4OLT$Gtwl$r=pQJM)(fdF5I3M~Kt literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/ro/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/ro/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..34090e0d28 --- /dev/null +++ b/src/modules/dummypythonqt/lang/ro/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Baadur Jobava <jobaval10n@gmail.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Baadur Jobava <jobaval10n@gmail.com>, 2016\n" +"Language-Team: Romanian (https://www.transifex.com/calamares/teams/20061/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Clic aici!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Un nou QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "Un job job fictiv PythonQt" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Acesta este jobul fictiv PythonQt. Descrierea jobului: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Un mesaj de stare pentru jobul fictiv PythonQt." diff --git a/src/modules/dummypythonqt/lang/ru/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/ru/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..a0097756ae1eb25ada608d24d50529ed179cf970 GIT binary patch literal 576 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^z{bSDU<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>)5L8-RoSB%Xppj8hQc!HAuU}qXu2)i&m{**cmRg~goS&<o zoS2iCn^=@utY4Cvm|LuGWME)ss9#j7ugT@>>FbJcyP=)|mveqzNorn+Zb)T8s+B@X zYDI~DK~7?3p0z@9Mq*KMYKg6*U$AF<gt4B9uA!xw1wsSJ&a~7bUDv$i{FKbRbSnjm zq|6d7_td=9qQsKa6kVrED}{o}^wbiNsd@#K3Wj>7aPL?t6qRxX<dhaA=IFZR7v&aP zDdZJ^xy807)(Q}&twx@zp@FTfp@N#40*Gm#XlrPwV6R}HU<Kye*&4y5Y-~+HOt20E z8$%<7ni{YY13N<#O$B=eL#P&8TLX|3Se>1%DM$~<WE)#cO}My$9mpD(oi?_HCYtsN NMhaF6#+ue#3;>JcnKS?Z literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/ru/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/ru/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..0e83b43a19 --- /dev/null +++ b/src/modules/dummypythonqt/lang/ru/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Russian (https://www.transifex.com/calamares/teams/20061/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/sk/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/sk/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..dcbc56c38b091052ad899bd1295d66f0b0936027 GIT binary patch literal 464 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^FpZIc!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&amXryasu3%tbWon{rU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8IypAvh<$EHPU_Bcr6Gpx8=Zzr4I$ucRn3uQ)R;wL&jBKUY6F zF()xMu_(1zza%v=w^-lEz`)E<zc^c8lgroB*A?M(Lp=j7=lr~q)VvbikjjEoD}|EO ziW2>ToW#sLYlY;D#G>NV5?e>VV9)pnV?7gHLrXIYga(kEX{klJu6fD%DVcfcRtgqL znI&BAsd=eIi6yBix=xi=3I&zvsU;v&^$IE#4E0RmzOhm$&gKfpDJ@FO(RIr&$}P51 z$SVMIi*1dq6(CGojXYahLrn#H1p@^u1&usATO$QEHHADITN99=p@Nlyku?_s05iXV A$N&HU literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/sk/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/sk/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..eb2a9b8590 --- /dev/null +++ b/src/modules/dummypythonqt/lang/sk/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Dušan Kazik <prescott66@gmail.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Dušan Kazik <prescott66@gmail.com>, 2016\n" +"Language-Team: Slovak (https://www.transifex.com/calamares/teams/20061/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: sk\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Kliknite sem!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Nová menovka QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "Fiktívna úloha PythonQt" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Toto je fiktívna úloha PythonQt. Fiktívna úloha hovorí: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Stavová správa pre fiktívnu úlohu PythonQt." diff --git a/src/modules/dummypythonqt/lang/sl/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/sl/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..fc6a566c49f84aea339c4f9f923b7c1a62e1282f GIT binary patch literal 492 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^u!)g@!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&yuV5n<osbFYsWn`djU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8IypAvh<$EHy7PF;77wqokyu*h*i&yu4hmq$n}3I5RD^LN7T# zS3fy1Cowm%D79F>BsDR&Sl`INz|2s;I7eTT%h%J_72$eAJp(T1{JfIXyb|4z%7RoY zg_6{Y68(al#LPTvh2)IHqT<vNTSvcO&-e&qJri9+OEU|E29TX;sYSZ3dCB=HnR)3} z3KmJ3C0y>Qd8tK-C8;U8PL);)1(oTkB_LDv3Mv&0^-SR&vQj9{;R?tpElSMMb;~cx zEw)m~D*$tgZB48dAWU10JXJ#j16x}|1$zYp1uF$8*GR!$!4SbUR;a0gNtr0vD;OzQ LDHv;7b1?t_Vk(HD literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/sl/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/sl/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..526442f0b0 --- /dev/null +++ b/src/modules/dummypythonqt/lang/sl/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Slovenian (https://www.transifex.com/calamares/teams/20061/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/sr/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/sr/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..86bf01cb6deb9f4ff3b545b45cabdd16a5c5fb3b GIT binary patch literal 512 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^aEy_G!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&yuV5n<osbFYsWn`djU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8IypAvm=tDKjxoK_jE2q@dVJU%$M(T(6`kF|Rl?Eww@~IX_oF zIWZ?OH?b(SSidASF}GOX$iTqNP`|iHUz5w%)7KT@c0)Y_F6aEblGMBs-H^(HR4av& z)QS@Qf}F(6JZpvIjKrei)Dl}qzhKY!2xC1HT|-MV3xo!cooT5>x~_T2`6-!s=~fCB zNtq>F?x}gHMTsS;DY{OTRtg1`>8T|kQ}qfe6%6%E;oh-QC@$g($SEyK%+YnrFUl>p zQphU+bBk?_trZ|lTa7$bLjzk|Lj^T81rXCf(bmvV!Ct{Y!3xZ`vo(TA+1Q$Zm|z_S eHiiZYH8o%*26nba2AT@?3Wf?+3PzgNTnqs8hKu9? literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/sr/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/sr/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..cf5d1f49d9 --- /dev/null +++ b/src/modules/dummypythonqt/lang/sr/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Serbian (https://www.transifex.com/calamares/teams/20061/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..2621d57dd02c896964ce181ff4cd1d388115ce37 GIT binary patch literal 532 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^aEp<F!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&yuV5n<osbFYsWn`djU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8IypAvm=tDKjxoLBl7pBr{J_K_jE2q@dVJU%$M(T(6`kF|Rl? zEww@~IX_oFIWZ?OH?b(SSidASF}GOX$iTqNP`|jyAqS*YUz5w%)7KT@6GJ@%F6aEb zlGMBs-H^(HR4av&)QS@Qf}F(6JZpvIjKrei)Dl}qzhKY!2xC1HT|-MV3xo!c&1tDc zx~_T2`6-!s=~fCBNtq>F?x}gHMTsS;DY{OTRtg1`>8T|kQ}qfe6%6%E;hwWnfH{jR zAg8n_F-O-ezbLoZN+GWR%q_MxwpM^JZ8h>#4GnB<4HeYX6hKS^MO#Bd1$zYp1uHP$ r&ejMfWn*gsVuE!T*ccip)YO2L7}(hw8E7ilD;O$RDHv&5b1?t_RD_ce literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..5f7b789edb --- /dev/null +++ b/src/modules/dummypythonqt/lang/sr@latin/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/calamares/teams/20061/sr@latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/sv/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/sv/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..6452b7bca852ae9f1142938ee74ada303c9ebd25 GIT binary patch literal 438 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{YW;U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>)5L}*`l3ARgppj8hQc!HAuU}qXu2)i&m{**cmRg~goS&<o zoS2iCn^=@utY4Cvm|LuGWME)ss9#*BugT@>>FbJcyP=)|mveqzNorn+Zb)T8s+B@X zYDI~DK~7?3p0z@9Mq*KMYKg6*U$AF<gt4B9uA!xw1wsSJ&a~7bUDv$i{FKbRbSnjm zq|6d7_td=9qQsKa6kVrED}{o}^wbiNsd@#K3Wj>7aPL?t6qj)Y<dhaA=IFZR7v&aP cDdZJ^xy80d)(Q}&twx@LqOF3VrZpD>04-8{xBvhE literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/sv/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/sv/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..7579633d5d --- /dev/null +++ b/src/modules/dummypythonqt/lang/sv/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Swedish (https://www.transifex.com/calamares/teams/20061/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/th/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/th/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..dc6b70baf39f194401bcfeedbb296ae095f0b398 GIT binary patch literal 428 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P{hc<U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>)5R#FYsi2WjQc_TCrLSLJUanVCl$ckXnU-3imz<xgpPZPJ zn44IXTC87^nwVRxZ)9L#W~g71p|8p1>*?!?aJZqK0he=rUP)?RiEc<`L8_HPNoqxj zenC!RW}dY|az<iNacYUJqhGLRe1x%{iLRlgnFT@v$j-FXB3;+K<ouM(ymTuCi=@mF zF89>D)S|?a)D&H(N-Kqe%JkF{kg0kFl?sM>rf|PlDU@Vz1>}?#CFbb5<rn1^TPfrf SfVsuChSmxYrmcZB7XtwB{CVU6 literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/th/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/th/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..570259399c --- /dev/null +++ b/src/modules/dummypythonqt/lang/th/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Thai (https://www.transifex.com/calamares/teams/20061/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/tr_TR/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/tr_TR/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..7d2abb0cc6bdd40ca836a428c0431c4d596046db GIT binary patch literal 446 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^(89>TU<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`LOG}1LPQ7|yDGBwdQFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>)5K>x{omrfrpaEi}R%$9}WR#Q?6kF-*mzS68l@ulB6=$ZU zR_G<?=jtaX<|O7O7Nr*Jm!u}<7V8@s7?>IAmlVZ^1nFyX`Fi@gBK%>fXTas0pI4Ha zSE3tIS&(X_P?B0vqF<1cn3-p-kercNRGeC3>*yEk86RP+XQFFpX=Z`Y0J1hMwMf@B zFF8LYGcVmr!6GTMgv&iOFSRJKBsE3XsnSZJpfWwR1Z1jSL8XGBo+;dGRtjJ@aRua* f7A5BBy5$$;7F#Lg6@a<LwuaUU5T>nxH5UT_H79^+ literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/tr_TR/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/tr_TR/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..0e45c66453 --- /dev/null +++ b/src/modules/dummypythonqt/lang/tr_TR/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Demiray Muhterem <mdemiray@msn.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Demiray Muhterem <mdemiray@msn.com>, 2016\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/calamares/teams/20061/tr_TR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: tr_TR\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "Buraya tıkla!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "Yeni bir QLabel." + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "Kukla PythonQt Çalışması" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "Kukla PythonQt Çalışması. Kukla çalışması şöyle der: {}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "Kukla PythonQt Çalışması için bir durum mesajı." diff --git a/src/modules/dummypythonqt/lang/uk/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/uk/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..1e545796b8c5afa1b34ff5f73998f701cdde6261 GIT binary patch literal 514 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^aDtJ6!4j$lD$KwTP?VpQ znp~pmnW7t(T2!2wpJ$~I;OOk_=<ccz<{A|2>F>uC;2)yvT$Gwvl9`{U>ylWKYNcRg zU}&yuV5n<osbFYsWn`djU|?Xt72vNMlv<VvG6kwG($z6Y*VkXy#Zke--^$lhJIdeB zmCGkFFTFG|Jyka(H8IypAvC)vF*7eSF;77wqokyu*h*i&yu4hmq$n}3I5RD^LN7T# zS3fy1Cowm%D79F>BsDR&Sl`INz|2s;G+SSj%h%J_72$eAJp(T1{JfIXyb|4z%7RoY zg_6{Y68(al#LPTvh2)IHqT<vNTSvcO&-e&qJri9+OEU|E29TX;sYSZ3dCB=HnR)3} z3KmJ3C0y>Qd8tK-C8;U8PL);)1(oTkB_LDv3Mv&0^-SR&vQj9`<_gFuElSMMb;~cx zEw)m~D*$tgZH=uJAWU10JXJ#jTU$c~H8lkg(?HSI&``l%!9c+Z%(t^Of=Sufnt+&K g9R@ar1`0JbU?m22wnhe;3ib+y3RVh6n$}zl0A0$Ax&QzG literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/uk/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/uk/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..2a519af84d --- /dev/null +++ b/src/modules/dummypythonqt/lang/uk/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Ukrainian (https://www.transifex.com/calamares/teams/20061/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: uk\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/ur/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/ur/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..fea88a420541bb277385ead29f34a429106a81ab GIT binary patch literal 435 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P|3)^U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>)5L%Q{s-TfkQc_TCrLSLJUanVCl$ckXnU-3imz<xgpPZPJ zn44IXTC87^nwVRxZ)9L#W~g6Uq_4^4>*?!?aJZqK0he=rUP)?RiEc<`L8_HPNoqxj zenC!RW}dY|az<iNacYUJqhGLRe1x%{iLRlgnFT@v$j-FXB3;+K<ouM(ymTuCi=@mF zF89>D)S|?a)D&H(N-Kqe%JkF{kg0kFl?sM>rf|PlDU=p*1>}?#CFbb5<rn1^TPfrf ZfVsuCM%D@trmaSvf}*X0p{6w#0|0!edwKu> literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/ur/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/ur/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..1dde4fae7e --- /dev/null +++ b/src/modules/dummypythonqt/lang/ur/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Urdu (https://www.transifex.com/calamares/teams/20061/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/uz/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/uz/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..70d3cd9f7ced14a708d13f7f155a88b5d2cbe286 GIT binary patch literal 429 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^P|V1{U<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`})R4_ERGBVIMFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>)5L%U#nysLbQBqP+Y^ASXUS6(OQk0lioSBwdp_iPWtDl^h zlbD-Wlv=D`lA4%XtZ!ssU}mUaTBWba<?HF|ig3B1o&lG0eqKpxUWsl<WkITyLP=^x ziGD#&VrHJTLUKl8QE_UCt)pMCXMBXQo{6rZrI`gn1IW&_)FNHiyyX0p%)E3f1&gH2 z5-#`Dywsw^lGGGkr%Ee@g39#N5|F8S1(gbhdZuvCSSgfNaRua*7A5BBy5$$;7F#Lg T6@a<LwuaUU5T>nxH5UT_pVoSY literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/uz/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/uz/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..767ed7cbc6 --- /dev/null +++ b/src/modules/dummypythonqt/lang/uz/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,36 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Language-Team: Uzbek (https://www.transifex.com/calamares/teams/20061/uz/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: uz\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "" diff --git a/src/modules/dummypythonqt/lang/zh_CN/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/zh_CN/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..b14bb481464f4aeabe523619c12fd3d619589972 GIT binary patch literal 445 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^(9FodU<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`XSFw`}$P%tpCGBwpUFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);GB_}ms*^vpaEheYAR@Cl#~<{Tj}eUmzV366eZ>rXQriA z=q2ap>L(}WB<3a-r55X#q$cJT>l+yum>KF<WyCxC>1%TNdiuH|ykV$kz~!8uSCX1n zq8n0KkZPq+l3G!sUyzfSnP;t#oRL^moLXY*=ojo6A7QL#qHAbrW`WQEvNkQXNY^zl zIX@*cFWpMPA}O<k%RMzOwJ5P9HAUB{(n_JAGCj2fWU5|4rGlZJDcomP3Sc*J1>}?# eCFbb5<rn1^TPfrffVsuChSmxYrmcZB7Xtt+&3|kF literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/zh_CN/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/zh_CN/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..dc92f3f971 --- /dev/null +++ b/src/modules/dummypythonqt/lang/zh_CN/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Mingcong Bai <jeffbai@aosc.xyz>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Mingcong Bai <jeffbai@aosc.xyz>, 2017\n" +"Language-Team: Chinese (China) (https://www.transifex.com/calamares/teams/20061/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "按我按我!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "一个平淡无奇的 QLabel。" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "PythonQt 任务" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "我是个 PythonQt 任务。任务提示:{}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "来自 PythonQt 任务的状态消息。" diff --git a/src/modules/dummypythonqt/lang/zh_TW/LC_MESSAGES/dummypythonqt.mo b/src/modules/dummypythonqt/lang/zh_TW/LC_MESSAGES/dummypythonqt.mo new file mode 100644 index 0000000000000000000000000000000000000000..32a925e8ce7319b19d19f8f722414ac59cae8efe GIT binary patch literal 446 zcmca7#4?qEfq{XMfq_AWfq_AVfq{XUfq_8>B*?(PV8Ot^(89>TU<p+N6=q-vD9X=D zO)k;(OwkQXEh^5;&$ChpaCG)|bazz<a}5gi^!MWm@DI^-E=o--$;{8wbxABqwNfxL zFf`LOG}1LRS1>TJGBwdQFfcIS3h>trN-fI-nF3W8>FOAy>+7%U;;7)^Z{_Q$9p&%m z%H@-omtLBfo~j#?nwV>);GB_}ms*^vpb?UoS)Q1usi2WjQc_TCrLSLJUanVCl$ckX znU-3imz<xgpPZPJn44IXTC87^nwVRxZ)9L#W~g745g!t+ugT@>>FbK{hoPPUmveqz zNorn+Zb)T8s+B@XYDI~DK~7?3p0z@9Mq*KMYKg6*U$AF<gt4B9uA!xw1wsSJ+O*Un zUDv$i{FKbRbSnjmq|6d7_td=9qQsKa6kVrED}{o}^wbiNsd@#K3Wj>7aIaY@fZfCu hkW*Ten4{~KUzA&HrI1$u<`&x;S}Q=9wg%Q*3;^!UfFb|@ literal 0 HcmV?d00001 diff --git a/src/modules/dummypythonqt/lang/zh_TW/LC_MESSAGES/dummypythonqt.po b/src/modules/dummypythonqt/lang/zh_TW/LC_MESSAGES/dummypythonqt.po new file mode 100644 index 0000000000..095bf3a388 --- /dev/null +++ b/src/modules/dummypythonqt/lang/zh_TW/LC_MESSAGES/dummypythonqt.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +# Translators: +# Jeff Huang <s8321414@gmail.com>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2017-01-19 17:20+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Jeff Huang <s8321414@gmail.com>, 2016\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/calamares/teams/20061/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ANSI_X3.4-1968\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/modules/dummypythonqt/main.py:80 +msgid "Click me!" +msgstr "點擊我!" + +#: src/modules/dummypythonqt/main.py:90 +msgid "A new QLabel." +msgstr "一個新的 QLabel。" + +#: src/modules/dummypythonqt/main.py:176 +msgid "The Dummy PythonQt Job" +msgstr "假的 PythonQt 工作" + +#: src/modules/dummypythonqt/main.py:179 +msgid "This is the Dummy PythonQt Job. The dummy job says: {}" +msgstr "這是一個假的 PythonQt 工作。假工作表示:{}" + +#: src/modules/dummypythonqt/main.py:183 +msgid "A status message for Dummy PythonQt Job." +msgstr "假的 PythonQt 工作的狀態訊息。" diff --git a/src/modules/dummypythonqt/main.py b/src/modules/dummypythonqt/main.py new file mode 100644 index 0000000000..79a1c3b423 --- /dev/null +++ b/src/modules/dummypythonqt/main.py @@ -0,0 +1,190 @@ +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- +# +# === This file is part of Calamares - <http://github.com/calamares> === +# +# Copyright 2016-2017, Teo Mrnjavac <teo@kde.org> +# +# Calamares is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Calamares is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Calamares. If not, see <http://www.gnu.org/licenses/>. + +import platform + +from PythonQt.QtGui import * +import PythonQt.calamares as calamares + +# WARNING: the Calamares PythonQt API is considered EXPERIMENTAL as of +# Calamares 2.5. It comes with no promise or commitment to API stability. + + +# Set up translations. +# You may skip this if your Calamares module has no user visible strings. +# DO NOT install _ into the builtin namespace because each module loads +# its own catalog. +# DO use the gettext class-based API and manually alias _ as described in: +# https://docs.python.org/3.5/library/gettext.html#localizing-your-module +import gettext +import inspect +import os +_filename = inspect.getframeinfo(inspect.currentframe()).filename +_path = os.path.dirname(os.path.abspath(_filename)) + +_ = gettext.gettext + +# Example Python ViewModule. +# A Python ViewModule is a Python program which defines a ViewStep class. +# One UI module ==> one ViewStep. +# This class must be marked with the @calamares_module decorator. A +# ViewModule may define other classes, but only one may be decorated with +# @calamares_module. Such a class must conform to the Calamares ViewStep +# interface and functions as the entry point of the module. +# A ViewStep manages one or more "wizard pages" through methods like +# back/next, and reports its status through isNextEnabled/isBackEnabled/ +# isAtBeginning/isAtEnd. The whole UI, including all the pages, must be +# exposed as a single QWidget, returned by the widget function. +# +# For convenience, both C++ and PythonQt ViewSteps are considered to be +# implementations of ViewStep.h. Additionally, the Calamares PythonQt API allows +# Python developers to keep their identifiers more Pythonic on the Python side. +# Thus, all of the following are considered valid method identifiers in a +# ViewStep implementation: isNextEnabled, isnextenabled, is_next_enabled. +@calamares_module +class DummyPythonQtViewStep: + def __init__(self): + # Importing PythonQt.QtGui provides access to most Qt widget classes. + self.main_widget = QFrame() + + self.main_widget.setLayout(QVBoxLayout()) + + label = QLabel() + self.main_widget.layout().addWidget(label) + + accumulator = "\nCalamares+PythonQt running embedded Python " +\ + platform.python_version() + label.text = accumulator + + btn = QPushButton() + + # Python strings can be used wherever a method wants a QString. Python + # gettext translations can be used seamlessly as well. + btn.setText(_("Click me!")) + self.main_widget.layout().addWidget(btn) + + # The syntax for signal-slot connections is very simple, though slightly + # different from the C++ equivalent. There are no SIGNAL and SLOT + # macros, and a signal can be connected to any Python method (without a + # special "slot" designation). + btn.connect("clicked(bool)", self.on_btn_clicked) + + def on_btn_clicked(self): + self.main_widget.layout().addWidget(QLabel(_("A new QLabel."))) + + def prettyName(self): + return "Dummy PythonQt ViewStep" + + def isNextEnabled(self): + return True # The "Next" button should be clickable + + def isBackEnabled(self): + return True # The "Back" button should be clickable + + def isAtBeginning(self): + # True means the currently shown UI page is the first page of this + # module, thus a "Back" button click will not be handled by this module, + # and will cause a skip to the previous ViewStep instead (if any). + # Fals means that the present ViewStep provides other UI pages placed + # logically "before" the current one, thus a "Back" button click will + # be handled by this module instead of skipping to another ViewStep. + # A module (ViewStep) with only one page will always return True here. + return True + + def isAtEnd(self): + # True means the currently shown UI page is the last page of this + # module, thus a "Next" button click will not be handled by this module, + # and will cause a skip to the next ViewStep instead (if any). + # Fals means that the present ViewStep provides other UI pages placed + # logically "after" the current one, thus a "Next" button click will + # be handled by this module instead of skipping to another ViewStep. + # A module (ViewStep) with only one page will always return True here. + return True + + def jobs(self): + # Returns a list of objects that implement Calamares::Job. + return [DummyPQJob("Dummy PythonQt job reporting for duty")] + + def widget(self): + # Returns the base QWidget of this module's UI. + return self.main_widget + + def retranslate(self, locale_name): + # This is where it gets slightly weird. In most desktop applications we + # shouldn't need this kind of mechanism, because we could assume that + # the operating environment is configured to use a certain language. + # Usually the user would change the system-wide language in a settings + # UI, restart the application, done. + # Alas, Calamares runs on an unconfigured live system, and one of the + # core features of Calamares is to allow the user to pick a language. + # Unfortunately, strings in the UI do not automatically react to a + # runtime language change. To get UI strings in a new language, all + # user-visible strings must be retranslated (by calling tr() in C++ or + # _() in Python) and reapplied on the relevant widgets. + # When the user picks a new UI translation language, Qt raises a QEvent + # of type LanguageChange, which propagates through the QObject hierarchy. + # By catching and reacting to this event, we can show user-visible + # strings in the new language at the right time. + # The C++ side of the Calamares PythonQt API catches the LanguageChange + # event and calls the present method. It is then up to the module + # developer to add here all the needed code to load the module's + # translation catalog for the new language (which is separate from the + # main Calamares strings catalog) and reapply any user-visible strings. + calamares.utils.debug("PythonQt retranslation event " + "for locale name: {}".format(locale_name)) + + # First we load the catalog file for the new language... + try: + global _ + _t = gettext.translation('dummypythonqt', + localedir=os.path.join(_path, 'lang'), + languages=[locale_name]) + _ = _t.gettext + except OSError as e: + calamares.utils.debug(e) + pass + + # ... and then we can call setText(_("foo")) and similar methods on + # the relevant widgets here to reapply the strings. + +# An example Job class. Implements Calamares::Job. For method identifiers, the +# same rules apply as for ViewStep. No decorators are necessary here, because +# only the ViewStep implementation is the unique entry point, and a module can +# have any number of jobs. +class DummyPQJob: + def __init__(self, my_msg): + self.my_msg = my_msg + + def pretty_name(self): + return _("The Dummy PythonQt Job") + + def pretty_description(self): + return _("This is the Dummy PythonQt Job. " + "The dummy job says: {}").format(self.my_msg) + + def pretty_status_message(self): + return _("A status message for Dummy PythonQt Job.") + + def exec(self): + # As an example, we touch a file in the target root filesystem. + rmp = calamares.global_storage['rootMountPoint'] + os.system("touch {}/calamares_dpqt_was_here".format(rmp)) + calamares.utils.debug("the dummy job says {}".format(self.my_msg)) + return {'ok': True} diff --git a/src/modules/dummypythonqt/module.desc b/src/modules/dummypythonqt/module.desc new file mode 100644 index 0000000000..46633a6db3 --- /dev/null +++ b/src/modules/dummypythonqt/module.desc @@ -0,0 +1,7 @@ +# Module metadata file for dummy pythonqt jobmodule +# Syntax is YAML 1.2 +--- +type: "view" +name: "dummypythonqt" +interface: "pythonqt" +script: "main.py" #assumed relative to the current directory diff --git a/src/modules/initcpio/initcpio.conf b/src/modules/initcpio/initcpio.conf index b7161e5aeb..21f5704cc9 100644 --- a/src/modules/initcpio/initcpio.conf +++ b/src/modules/initcpio/initcpio.conf @@ -1,2 +1,2 @@ --- -kernel: _kernel_ +kernel: linux312 diff --git a/src/modules/locale/LocaleConfiguration.cpp b/src/modules/locale/LocaleConfiguration.cpp index 096d0dc4e1..bf9d940deb 100644 --- a/src/modules/locale/LocaleConfiguration.cpp +++ b/src/modules/locale/LocaleConfiguration.cpp @@ -17,6 +17,7 @@ */ #include "LocaleConfiguration.h" +#include <QLocale> LocaleConfiguration::LocaleConfiguration() { @@ -41,6 +42,7 @@ LocaleConfiguration::fromLanguageAndLocation( const QString& languageLocale, { LocaleConfiguration lc = LocaleConfiguration(); QString language = languageLocale.split( '_' ).first(); + lc.myLanguageLocaleBcp47 = QLocale(language).bcp47Name(); QStringList linesForLanguage; for ( const QString &line : availableLocales ) diff --git a/src/modules/locale/LocaleConfiguration.h b/src/modules/locale/LocaleConfiguration.h index 230e8bdbf5..54e498c402 100644 --- a/src/modules/locale/LocaleConfiguration.h +++ b/src/modules/locale/LocaleConfiguration.h @@ -38,6 +38,7 @@ public: // avoid confusion with locale.h. QString lang, lc_numeric, lc_time, lc_monetary, lc_paper, lc_name, lc_address, lc_telephone, lc_measurement, lc_identification; + QString myLanguageLocaleBcp47; QMap< QString, QString > toMap(); }; diff --git a/src/modules/locale/LocalePage.cpp b/src/modules/locale/LocalePage.cpp index 88b030ffec..4b4638215c 100644 --- a/src/modules/locale/LocalePage.cpp +++ b/src/modules/locale/LocalePage.cpp @@ -474,6 +474,8 @@ LocalePage::updateGlobalStorage() ->insert( "locationRegion", location.region ); Calamares::JobQueue::instance()->globalStorage() ->insert( "locationZone", location.zone ); + Calamares::JobQueue::instance()->globalStorage() + ->insert( "locale", m_selectedLocaleConfiguration.myLanguageLocaleBcp47); // If we're in chroot mode (normal install mode), then we immediately set the // timezone on the live system. diff --git a/src/modules/locale/locale.conf b/src/modules/locale/locale.conf index 381707de76..824c8abeb6 100644 --- a/src/modules/locale/locale.conf +++ b/src/modules/locale/locale.conf @@ -1,5 +1,7 @@ --- -region: "America" -zone: "New_York" -localeGenPath: "/etc/locale.gen" -geoipUrl: "freegeoip.net" +region: "America" +zone: "New_York" + +# GeoIP settings. Leave commented out to disable GeoIP. +#localeGenPath: "/etc/locale.gen" +#geoipUrl: "freegeoip.net" diff --git a/src/modules/netinstall/NetInstallPage.cpp b/src/modules/netinstall/NetInstallPage.cpp index 89f8e58dd5..5c02d0b1b7 100644 --- a/src/modules/netinstall/NetInstallPage.cpp +++ b/src/modules/netinstall/NetInstallPage.cpp @@ -85,6 +85,9 @@ void NetInstallPage::readGroups( const QByteArray& yamlData ) if ( groupDefinition["hidden"] ) m_groups[name].hidden = yamlToVariant( groupDefinition["hidden"] ).toBool(); + if ( groupDefinition["critical"] ) + m_groups[name].critical = yamlToVariant( groupDefinition["critical"] ).toBool(); + m_groupOrder.append( name ); } } @@ -124,25 +127,25 @@ NetInstallPage::dataIsHere( QNetworkReply* reply ) emit checkReady( isReady() ); } -QStringList NetInstallPage::selectedPackages() const +QList<Group> NetInstallPage::selectedGroups() const { - QStringList selectedPackages; + QList<Group> selectedGroups; - // Add all the packages for groups that are toggled in the view. + // Add all the groups that are toggled in the view. for ( auto it = m_groupWidgets.constBegin(); it != m_groupWidgets.constEnd(); it++ ) { if ( it.value()->isToggled() ) - selectedPackages += m_groups[it.key()].packages; + selectedGroups += m_groups[it.key()]; } - // Add all the packages for groups that are hidden but selected. + // Add all groups that are hidden but selected. for ( const Group& group : m_groups.values() ) { if ( group.hidden && group.selected ) - selectedPackages += group.packages; + selectedGroups += group; } - return selectedPackages; + return selectedGroups; } void NetInstallPage::loadGroupList() diff --git a/src/modules/netinstall/NetInstallPage.h b/src/modules/netinstall/NetInstallPage.h index 5145fdb23c..7460c9c115 100644 --- a/src/modules/netinstall/NetInstallPage.h +++ b/src/modules/netinstall/NetInstallPage.h @@ -34,29 +34,30 @@ namespace Ui class Page_NetInst; } +// Representation of a package group. +struct Group +{ + Group() + : Group( "","",false, false, false ) { } + Group( QString name, QString description, bool selected, bool hidden, bool critical ) + : name( name ), description( description ), selected( selected ), hidden( hidden ), critical( critical ) { } + Group( QString name, QString description ) + : Group( name, description, false, false, false ) { } + + QString name; + QString description; + QStringList packages; + + // See README.md for a description of these fields. + bool selected = false; + bool hidden = false; + bool critical = false; +}; + class NetInstallPage : public QWidget { Q_OBJECT - // Internal representation of a package group. - struct Group - { - Group() - : Group( "","",false, false ) { } - Group( QString name, QString description, bool selected, bool hidden ) - : name( name ), description( description ), selected( selected ), hidden( hidden ) { } - Group( QString name, QString description ) - : Group( name, description, false, false ) { } - - QString name; - QString description; - QStringList packages; - - // See README.md for a description of these two fields. - bool selected = false; - bool hidden = false; - }; - public: NetInstallPage( QWidget* parent = nullptr ); @@ -69,10 +70,9 @@ public: // in the global storage. This should be called before displaying the page. void loadGroupList(); - // Returns the list of packages belonging to groups that are - // selected in the view in this given moment. No data is cached here, so - // this function does not have constant time. - QStringList selectedPackages() const; + // Return a list of groups currently selected. No data is cached here, so + // this function does not run in constant time. + QList<Group> selectedGroups() const; public slots: void dataIsHere( QNetworkReply* ); diff --git a/src/modules/netinstall/NetInstallViewStep.cpp b/src/modules/netinstall/NetInstallViewStep.cpp index 333debd9b8..3313996b21 100644 --- a/src/modules/netinstall/NetInstallViewStep.cpp +++ b/src/modules/netinstall/NetInstallViewStep.cpp @@ -125,12 +125,31 @@ NetInstallViewStep::onLeave() cDebug() << "Leaving netinstall, adding packages to be installed" << "to global storage"; - if ( !m_widget->selectedPackages().empty() ) + const QList<Group>& selectedGroups = m_widget->selectedGroups(); + + if ( !selectedGroups.empty() ) { QMap<QString, QVariant> packagesWithOperation; - // Gets all packages selected in the page; includes groups that are - // selected by default but not displayed. - packagesWithOperation.insert( "install", m_widget->selectedPackages() ); + QStringList packages, critical_packages; + + // We have two types of groups: "critical" (failing to install any of + // the packages makes Calamares fail) and "non critical" (we only log + // an error if the installation fails). We distinguish them here and select + // the correct package operation. + for (const Group& group : selectedGroups) { + if (group.critical) { + critical_packages += group.packages; + } else { + packages += group.packages; + } + } + + if (!critical_packages.empty()) { + packagesWithOperation.insert( "install", critical_packages ); + } + if (!packages.empty()) { + packagesWithOperation.insert( "try_install", packages); + } Calamares::GlobalStorage* gs = Calamares::JobQueue::instance()->globalStorage(); gs->insert( "packageOperations", QVariant( packagesWithOperation ) ); diff --git a/src/modules/netinstall/README.md b/src/modules/netinstall/README.md index 790691e1b9..931ef37ff7 100644 --- a/src/modules/netinstall/README.md +++ b/src/modules/netinstall/README.md @@ -27,8 +27,16 @@ The URL must point to a YAML file. Here is a short example of how the YAML file The file is composed of a list of entry, each describing one group. The keys *name*, *description* and *packages* are required. -Two more keys are supported, *hidden* (if true, do not show the group on the page) and *selected* (if true, display the group as selected). Both default to false if not present. -If both keys are set to true for the same group, you are basically creating a "default" group of packages which will always be installed in the user's system. +Three more keys are supported: + + - hidden: if true, do not show the group on the page. Defaults to false. + - selected: if true, display the group as selected. Defaults to false. + - critical: if true, make the installation process fail if installing + any of the packages in the group fails. Otherwise, just log a warning. + Defaults to false. + +If you set both *hidden* and *selected* for a group, you are basically creating a "default" group of packages +which will always be installed in the user's system. ## Configuration of the module Here is the set of instructions to have the module work in your Calamares. As of July 2016, this has been successfully diff --git a/src/modules/netinstall/netinstall.yaml b/src/modules/netinstall/netinstall.yaml index e371883125..8e9037f4df 100644 --- a/src/modules/netinstall/netinstall.yaml +++ b/src/modules/netinstall/netinstall.yaml @@ -2,6 +2,7 @@ description: "Default group" hidden: true selected: true + critical: false packages: - base - chakra-live-skel @@ -165,6 +166,7 @@ - kapudan - name: "Wireless" description: "Tools for wireless connections" + critical: false packages: - crda - ndiswrapper @@ -198,49 +200,4 @@ - kdegraphics-svgpart - kdegraphics-thumbnailers - imagemagick -- name: "Burning" - description: "Set of packages for disc burning" - packages: - - dvd+rw-tools - - vcdimager - - transcode - - emovix - - k3b - - libdvdcss -- name: "Printing" - description: "Print much?" - packages: - - cups - - gutenprint - - cups-pdf - - kdeadmin-print-manager - - hplip - - epsoneplijs - - epson-inkjet-printer-escpr - - python2-gobject2 - - samba -- name: "Multimedia" - description: "Music and video players" - packages: - - kdemultimedia-dragonplayer - - kdenlive - - amarok -- name: "Miscellaneous" - description: "Useful tools and apps" - packages: - - imagewriter - - tomoyo-tools - - python2-gobject ## needed for systemd-analyze - - clamav - - kdenetwork-kget ## maybe move to a network group? - - kdeplasma-addons-applets-lancelot - - kdeplasma-applets-homerun - - kdeplasma-applets-appmenu-qml - - kdeplasma-addons-runners-characters - - kdeplasma-addons-runners-converter - - kdeplasma-addons-runners-datetime - - kdeplasma-addons-runners-dictionary ##4.10 option - - kdeplasma-addons-runners-spellchecker - - appmenu-qt ## needed for menubar options in 4.10 - - kscreen diff --git a/src/modules/netinstall/widgets/groupselectionwidget.ui b/src/modules/netinstall/widgets/groupselectionwidget.ui index 1e05839d3e..8093b48e16 100644 --- a/src/modules/netinstall/widgets/groupselectionwidget.ui +++ b/src/modules/netinstall/widgets/groupselectionwidget.ui @@ -50,14 +50,13 @@ </property> <property name="icon"> <iconset resource="../netinstall.qrc"> - <normaloff>:/images/arrow-up.png</normaloff> - <normalon>:/images/arrow-down.png</normalon>:/images/arrow-up.png</iconset> + <normaloff>:/images/arrow-down.png</normaloff>:/images/arrow-down.png</iconset> </property> <property name="checkable"> <bool>true</bool> </property> <property name="checked"> - <bool>true</bool> + <bool>false</bool> </property> </widget> </item> @@ -120,7 +119,7 @@ <sender>pushButton</sender> <signal>toggled(bool)</signal> <receiver>packageview</receiver> - <slot>setHidden(bool)</slot> + <slot>setVisible(bool)</slot> <hints> <hint type="sourcelabel"> <x>772</x> diff --git a/src/modules/networkcfg/main.py b/src/modules/networkcfg/main.py index 57eb688039..d3c27ec489 100644 --- a/src/modules/networkcfg/main.py +++ b/src/modules/networkcfg/main.py @@ -59,11 +59,12 @@ def run(): if source_resolv != target_resolv and os.path.exists(source_resolv): try: os.remove(target_resolv) - except FileNotFoundError: - libcalamares.utils.debug("Couldn't remove {}".format(target_resolv)) + except Error as err: + libcalamares.utils.debug("Couldn't remove {}: {}".format(target_resolv, err)) + try: shutil.copy(source_resolv, target_resolv) - except FileNotFoundError: - libcalamares.utils.debug("Can't copy resolv.conf from {}".format(source_resolv)) + except Error as err: + libcalamares.utils.debug("Can't copy resolv.conf from {}: {}".format(source_resolv, err)) return None diff --git a/src/modules/packages/main.py b/src/modules/packages/main.py index f0f7b38a30..3ec60ff2d1 100644 --- a/src/modules/packages/main.py +++ b/src/modules/packages/main.py @@ -21,7 +21,7 @@ import subprocess import libcalamares from libcalamares.utils import check_target_env_call, target_env_call - +from string import Template class PackageManager: """ Package manager class. @@ -109,6 +109,20 @@ class PackageManager: check_target_env_call(["equo", "update"]) +def subst_locale(list): + ret = [] + locale = libcalamares.globalstorage.value("locale") + if locale: + for e in list: + if locale != "en": + entry = Template(e) + ret.append(entry.safe_substitute(LOCALE=locale)) + elif 'LOCALE' not in e: + ret.append(e) + else: + ret = list + return ret + def run_operations(pkgman, entry): """ Call package manager with given parameters. @@ -116,6 +130,7 @@ def run_operations(pkgman, entry): :param entry: """ for key in entry.keys(): + entry[key] = subst_locale(entry[key]) if key == "install": pkgman.install(entry[key]) elif key == "try_install": diff --git a/src/modules/postcfg/main.py b/src/modules/postcfg/main.py index 45eaf133fa..aec8ae27cb 100644 --- a/src/modules/postcfg/main.py +++ b/src/modules/postcfg/main.py @@ -21,47 +21,45 @@ import libcalamares -import os -import shutil -import distutils.dir_util - +from shutil import copy2 +from distutils.dir_util import copy_tree from os.path import join, exists -from libcalamares.utils import target_env_call, check_target_env_call +from libcalamares.utils import target_env_call class ConfigController: def __init__(self): - self.__root = libcalamares.globalstorage.value( "rootMountPoint" ) + self.__root = libcalamares.globalstorage.value("rootMountPoint") self.__keyrings = libcalamares.job.configuration.get('keyrings', []) - + @property def root(self): return self.__root - + @property def keyrings(self): return self.__keyrings - + def init_keyring(self): - check_target_env_call(["pacman-key", "--init"]) + target_env_call(["pacman-key", "--init"]) def populate_keyring(self): - check_target_env_call(["pacman-key", "--populate"] + self.keyrings) - + target_env_call(["pacman-key", "--populate"] + self.keyrings) + def terminate(self, proc): target_env_call(['killall', '-9', proc]) - + def copy_file(self, file): if exists("/" + file): - shutil.copy2("/" + file, join(self.root, file)) + copy2("/" + file, join(self.root, file)) def copy_folder(self, source, target): if exists("/" + source): - distutils.dir_util.copy_tree("/" + source, join(self.root, target)) - + copy_tree("/" + source, join(self.root, target)) + def remove_pkg(self, pkg, path): if exists(join(self.root, path)): target_env_call(['pacman', '-R', '--noconfirm', pkg]) - + def run(self): self.init_keyring() self.populate_keyring() @@ -71,27 +69,28 @@ class ConfigController: # Generate mirror list if exists(join(self.root, "usr/bin/pacman-mirrors")): - target_env_call(["pacman-mirrors", "-g"]) + if libcalamares.globalstorage.value("hasInternet"): + target_env_call(["pacman-mirrors", "-g"]) else: self.copy_file('etc/pacman.d/mirrorlist') # Copy skel to root self.copy_folder('etc/skel', 'root') - + # Workaround for pacman-key bug FS#45351 https://bugs.archlinux.org/task/45351 # We have to kill gpg-agent because if it stays around we can't reliably unmount # the target partition. self.terminate('gpg-agent') - + # Update grub.cfg if exists(join(self.root, "usr/bin/update-grub")) and libcalamares.globalstorage.value("bootLoader") is not None: target_env_call(["update-grub"]) - + return None - + def run(): """ Misc postinstall configurations """ config = ConfigController() - + return config.run() diff --git a/src/modules/services/services.conf b/src/modules/services/services.conf index ebc8f9bd9b..d9c8895eac 100644 --- a/src/modules/services/services.conf +++ b/src/modules/services/services.conf @@ -5,7 +5,7 @@ services: - name: "NetworkManager" #name of the service file mandatory: false #true=> if enabling fails the installer errors out and quits #false=>if enabling fails print warning to console and continue - - name: "org.cups.cupsd" + - name: "cups" mandatory: false targets: diff --git a/src/modules/unpackfs/unpackfs.conf b/src/modules/unpackfs/unpackfs.conf index 755fc77c5a..68de113b50 100644 --- a/src/modules/unpackfs/unpackfs.conf +++ b/src/modules/unpackfs/unpackfs.conf @@ -1,8 +1,8 @@ --- unpack: - - source: "_root-image_" - sourcefs: "squashfs" + - source: "/path/to/filesystem.img" + sourcefs: "ext4" destination: "" - - source: "_desktop-image_" + - source: "/path/to/another/filesystem.sqfs" sourcefs: "squashfs" destination: "" diff --git a/src/modules/users/SetPasswordJob.cpp b/src/modules/users/SetPasswordJob.cpp index 4828aec932..5121a7632f 100644 --- a/src/modules/users/SetPasswordJob.cpp +++ b/src/modules/users/SetPasswordJob.cpp @@ -1,6 +1,6 @@ /* === This file is part of Calamares - <http://github.com/calamares> === * - * Copyright 2014-2015, Teo Mrnjavac <teo@kde.org> + * Copyright 2014-2017, Teo Mrnjavac <teo@kde.org> * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -59,6 +59,20 @@ SetPasswordJob::exec() return Calamares::JobResult::error( tr( "Bad destination system path." ), tr( "rootMountPoint is %1" ).arg( destDir.absolutePath() ) ); + if ( m_userName == "root" && + m_newPassword.isEmpty() ) //special case for disabling root account + { + int ec = CalamaresUtils::System::instance()-> + targetEnvCall( { "passwd", + "-dl", + m_userName } ); + if ( ec ) + return Calamares::JobResult::error( tr( "Cannot disable root account." ), + tr( "passwd terminated with error code %1." ) + .arg( ec ) ); + return Calamares::JobResult::ok(); + } + QString encrypted = QString::fromLatin1( crypt( m_newPassword.toLatin1(), QString( "$6$%1$" ) diff --git a/src/modules/users/UsersPage.cpp b/src/modules/users/UsersPage.cpp index 9766843fdb..87e64deb1c 100644 --- a/src/modules/users/UsersPage.cpp +++ b/src/modules/users/UsersPage.cpp @@ -1,6 +1,6 @@ /* === This file is part of Calamares - <http://github.com/calamares> === * - * Copyright 2014-2015, Teo Mrnjavac <teo@kde.org> + * Copyright 2014-2017, Teo Mrnjavac <teo@kde.org> * * Portions from the Manjaro Installation Framework * by Roland Singer <roland@manjaro.org> @@ -138,6 +138,12 @@ UsersPage::createJobs( const QStringList& defaultGroupsList ) ui->textBoxRootPassword->text() ); list.append( Calamares::job_ptr( j ) ); } + else + { + j = new SetPasswordJob( "root", + "" ); //explicitly disable root password + list.append( Calamares::job_ptr( j ) ); + } j = new SetHostNameJob( ui->textBoxHostname->text() ); list.append( Calamares::job_ptr( j ) ); diff --git a/src/modules/welcome/WelcomePage.cpp b/src/modules/welcome/WelcomePage.cpp index 6beb61de0a..986e38de58 100644 --- a/src/modules/welcome/WelcomePage.cpp +++ b/src/modules/welcome/WelcomePage.cpp @@ -73,9 +73,9 @@ WelcomePage::WelcomePage( RequirementsChecker* requirementsChecker, QWidget* par "<h1>%1</h1><br/>" "<strong>%2<br/>" "for %3</strong><br/><br/>" - "Copyright 2014-2015 Teo Mrnjavac <teo@kde.org><br/>" - "Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Philip Müller, " - "Pier Luigi Fiorini, Rohan Garg and the <a " + "Copyright 2014-2017 Teo Mrnjavac <teo@kde.org><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> " -- GitLab