Merge remote-tracking branch 'upstream/master' into development

This commit is contained in:
Philip 2017-03-20 07:52:05 +01:00
commit 7997265ce9
165 changed files with 2460 additions and 1986 deletions

23
.travis.yml Normal file
View File

@ -0,0 +1,23 @@
language:
- cpp
- python
python:
- 3.5
sudo: required
services:
- docker
notifications:
irc:
- "chat.freenode.net#calamares"
install:
- docker build -t calamares .
- pip install pep8
script:
- docker run -v $PWD:/build calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON . && make -j2"
- pep8 $PWD

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM debian:testing
RUN apt-get update && apt-get -y install build-essential cmake extra-cmake-modules gettext kio-dev libatasmart-dev libboost-python-dev libkf5config-dev libkf5coreaddons-dev libkf5i18n-dev libkf5iconthemes-dev libkf5parts-dev libkf5service-dev libkf5solid-dev libkpmcore4-dev libparted-dev libpolkit-qt5-1-dev libqt5svg5-dev libqt5webkit5-dev libyaml-cpp-dev os-prober pkg-config python3-dev qtbase5-dev qtdeclarative5-dev qttools5-dev qttools5-dev-tools

View File

@ -3,6 +3,7 @@
[![GitHub release](https://img.shields.io/github/release/calamares/calamares.svg)](https://github.com/calamares/calamares/releases)
[![Build Status](https://calamares.io/ci/buildStatus/icon?job=calamares-post_commit)](https://calamares.io/ci/job/calamares-post_commit/)
[![Travis Build Status](https://travis-ci.org/calamares/calamares.svg?branch=master)](https://travis-ci.org/calamares/calamares)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/5389/badge.svg)](https://scan.coverity.com/projects/5389)
[![GitHub license](https://img.shields.io/github/license/calamares/calamares.svg)](https://github.com/calamares/calamares/blob/master/LICENSE)

View File

@ -407,17 +407,17 @@ The installer will quit and all changes will be lost.</source>
<translation>بعد:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;تقسيم يدويّ&lt;/strong&gt;&lt;br/&gt;يمكنك إنشاء أو تغيير حجم الأقسام بنفسك.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>مكان محمّل الإقلاع:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>الحاليّ:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;اختر قسمًا لتقليصه، ثمّ اسحب الشّريط السّفليّ لتغيير حجمه &lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;اختر القسم حيث سيكون التّثبيت عليه&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>قسم نظام EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>لا يبدو أن في جهاز التّخزين أيّ نظام تشغيل. ما الذي تودّ فعله؟&lt;br/&gt;يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;مسح القرص&lt;/strong&gt;&lt;br/&gt;هذا س&lt;font color=&quot;red&quot;&gt;يمسح&lt;/font&gt; كلّ البيانات الموجودة في جهاز التّخزين المحدّد.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>على جهاز التّخزين %1. ما الذي تودّ فعله؟&lt;br/&gt;يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;ثبّت جنبًا إلى جنب&lt;/strong&gt;&lt;br/&gt;سيقلّص المثبّت قسمًا لتفريغ مساحة لِ %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;استبدل قسمًا&lt;/strong&gt;&lt;br/&gt;يستبدل قسمًا مع %1 .</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>على جهاز التّخزين هذا نظام تشغيل ذأصلًا. ما الذي تودّ فعله؟&lt;br/&gt;يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>على جهاز التّخزين هذا عدّة أنظمة تشغيل. ما الذي تودّ فعله؟&lt;br/&gt;يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation>
</message>

View File

@ -407,17 +407,17 @@ L&apos;instalador colará y perderánse toles camudancies.</translation>
<translation>Dempués:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Particionáu manual&lt;/strong&gt;&lt;br/&gt;Pues crear o redimensionar particiones tu mesmu.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Allugamientu del xestor d&apos;arranque:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ L&apos;instalador colará y perderánse toles camudancies.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Anguaño:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>Reusar %1 como partición home pa %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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>Nun pue alcontrase una partición EFI nesti sistema. Torna y usa&apos;l particionáu a mano pa configurar %1, por favor.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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&apos;aniciar %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Partición EFI del sistema:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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&apos;almacenamientu nun paez tener un sistema operativu nelli. ¿Qué te prestaría facer?&lt;br/&gt;Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d&apos;almacenamientu.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Desaniciar discu&lt;/strong&gt;&lt;br/&gt;Esto &lt;font color=&quot;red&quot;&gt;desaniciará&lt;/font&gt; tolos datos anguaño presentes nel preséu d&apos;almacenamientu esbilláu.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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&apos;almacenamientu tien %1 nelli. ¿Qué te prestaría facer?&lt;br/&gt;Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d&apos;almacenamientu.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Tocar una partición&lt;/strong&gt;&lt;br/&gt;Troca una partición con %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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&apos;almacenamientu tien un sistema operativu nelli. ¿Qué te prestaría facer?&lt;br/&gt;Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d&apos;almacenamientu.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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&apos;almacenamientu tien múltiples sistemes operativos nelli. ¿Qué te prestaría facer?&lt;br/&gt;Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d&apos;almacenamientu.</translation>
</message>

View File

@ -408,17 +408,17 @@ The installer will quit and all changes will be lost.</source>
<translation>След:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Самостоятелно поделяне&lt;/strong&gt;&lt;br/&gt;Можете да създадете или преоразмерите дяловете сами.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Локация на програмата за начално зареждане:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -429,83 +429,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Сегашен:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Изберете дял за смаляване, после влачете долната лента за преоразмеряване&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Изберете дял за инсталацията&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI системен дял:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Това устройство за съхранение няма инсталирана операционна система. Какво ще правите?&lt;br/&gt;Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Изтриване на диска&lt;/strong&gt;&lt;br/&gt;Това ще &lt;font color=&quot;red&quot;&gt;изтрие&lt;/font&gt; всички данни върху устройството за съхранение.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Това устройство за съхранение има инсталиран %1. Какво ще правите?&lt;br/&gt;Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Инсталирайте покрай&lt;/strong&gt;&lt;br/&gt;Инсталатора ще раздроби дяла за да направи място за %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Замени дял&lt;/strong&gt;&lt;br/&gt;Заменя този дял с %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Това устройство за съхранение има инсталирана операционна система. Какво ще правите?&lt;br/&gt;Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Това устройство за съхранение има инсталирани операционни системи. Какво ще правите?&lt;br/&gt;Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation>
</message>

View File

@ -407,17 +407,17 @@ L&apos;instal·lador es tancarà i tots els canvis es perdran.</translation>
<translation>Després:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Partiment manual&lt;/strong&gt;&lt;br/&gt;Podeu crear o redimensionar les particions vosaltres mateixos.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Ubicació del carregador d&apos;arrencada:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation>%1 s&apos;encongirà a %2MB i es crearà una partició nova de %3MB per a %4.</translation>
</message>
@ -428,83 +428,83 @@ L&apos;instal·lador es tancarà i tots els canvis es perdran.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Actual:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>Reutilitza %1 com a partició de l&apos;usuari per a %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Seleccioneu una partició per encongir i arrossegueu-la per redimensinar-la&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Seleccioneu una partició per fer-hi la instal·lació&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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&apos;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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation> La partició EFI de sistema a %1 s&apos;usarà per iniciar %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Partició EFI del sistema:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Aquest dispositiu d&apos;emmagatzematge no sembla que tingui un sistema operatiu. Què voleu fer?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Esborra el disc&lt;/strong&gt;&lt;br/&gt;Això &lt;font color=&quot;red&quot;&gt;esborrarà&lt;/font&gt; totes les dades del dispositiu seleccionat.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Aquest dispositiu d&apos;emmagatzematge %1. Què voleu fer?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Instal·la al costat&lt;/strong&gt;&lt;br/&gt;L&apos;instal·lador reduirà una partició per fer espai per a %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Reemplaça una partició&lt;/strong&gt;&lt;br/&gt;Reemplaça una partició per %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Aquest dispositiu d&apos;emmagatzematge ja un sistema operatiu. Què voleu fer?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Aquest dispositiu d&apos;emmagatzematge ja múltiples sistemes operatius. Què voleu fer?&lt;br/&gt;Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu. </translation>
</message>

View File

@ -407,17 +407,17 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
<translation>Po:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Ruční rozdělení disku&lt;/strong&gt;&lt;br/&gt;Můžete si vytvořit a upravit oddíly sami.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<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="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Aktuální:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Vyberte, který oddíl chcete zmenšit, poté tažením spodní lišty můžete změnit jeho velikost.&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Vyberte oddíl pro provedení instalace&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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>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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Systémový oddíl EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Vymazat disk&lt;/strong&gt;&lt;br/&gt;Touto volbou &lt;font color=&quot;red&quot;&gt;smažete&lt;/font&gt; 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="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Instalovat vedle&lt;/strong&gt;&lt;br/&gt;Instalační program zmenší oddíl a vytvoří místo pro %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Nahradit oddíl&lt;/strong&gt;&lt;br/&gt;Původní oddíl nahradí %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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>
@ -1334,12 +1334,12 @@ Instalační program bude ukončen a všechny změny ztraceny.</translation>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="71"/>
<source>Name</source>
<translation type="unfinished"/>
<translation>Jméno</translation>
</message>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="72"/>
<source>Description</source>
<translation type="unfinished"/>
<translation>Popis</translation>
</message>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="81"/>

File diff suppressed because it is too large Load Diff

View File

@ -408,17 +408,17 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
<translation>Nachher:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Manuelle Partitionierung&lt;/strong&gt;&lt;br/&gt;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="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Installationsziel des Bootloaders:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -429,83 +429,83 @@ Dies wird das Installationsprogramm beenden und alle Änderungen gehen verloren.
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Aktuell:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>%1 als Home-Partition für %2 wiederverwenden.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Wählen Sie die zu verkleinernde Partition, dann ziehen Sie den Regler, um die Größe zu ändern&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Wählen Sie eine Partition für die Installation&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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 für das Einrichten von %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI-Systempartition:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Festplatte löschen&lt;/strong&gt;&lt;br/&gt;Dies wird alle vorhandenen Daten auf dem gewählten Speichermedium &lt;font color=&quot;red&quot;&gt;löschen&lt;/font&gt;. </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Parallel dazu installieren&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Ersetze eine Partition&lt;/strong&gt;&lt;br/&gt;Ersetzt eine Partition durch %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen werden.</translation>
</message>

View File

@ -407,17 +407,17 @@ The installer will quit and all changes will be lost.</source>
<translation>Μετά:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Χειροκίνητη τμηματοποίηση&lt;/strong&gt;&lt;br/&gt;Μπορείτε να δημιουργήσετε κατατμήσεις ή να αλλάξετε το μέγεθός τους μόνοι σας.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Τοποθεσία προγράμματος εκκίνησης:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Τρέχον:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Επιλέξτε ένα διαμέρισμα για σμίκρυνση, και μετά σύρετε το κάτω τμήμα της μπάρας για αλλαγή του μεγέθους&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Επιλέξτε διαμέρισμα για την εγκατάσταση&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Κατάτμηση συστήματος EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Η συσκευή αποθήκευσης δεν φαίνεται να διαθέτει κάποιο λειτουργικό σύστημα. Τί θα ήθελες να κάνεις;&lt;br/&gt;Θα έχεις την δυνατότητα να επιβεβαιώσεις και αναθεωρήσεις τις αλλαγές πριν γίνει οποιαδήποτε αλλαγή στην συσκευή αποθήκευσης.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Διαγραφή του δίσκου&lt;/strong&gt;&lt;br/&gt;Αυτό θα &lt;font color=&quot;red&quot;&gt;διαγράψει&lt;/font&gt; όλα τα αρχεία στην επιλεγμένη συσκευή αποθήκευσης.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Εγκατάσταση σε επαλληλία&lt;/strong&gt;&lt;br/&gt;Η εγκατάσταση θα συρρικνώσει μία κατάτμηση για να κάνει χώρο για το %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Αντικατάσταση μίας κατάτμησης&lt;/strong&gt;&lt;br/&gt;Αντικαθιστά μία κατάτμηση με το %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -407,17 +407,17 @@ The installer will quit and all changes will be lost.</translation>
<translation>After:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Boot loader location:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ The installer will quit and all changes will be lost.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Current:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI system partition:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</translation>
</message>

View File

@ -407,17 +407,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -428,83 +428,83 @@ The installer will quit and all changes will be lost.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -408,17 +408,17 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
<translation>Despues:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Particionado manual &lt;/strong&gt;&lt;br/&gt; 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="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Ubicación del cargador de arranque:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -429,83 +429,83 @@ Saldrá del instalador y se perderán todos los cambios.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Corriente</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Seleccione una partición para reducir el tamaño, a continuación, arrastre la barra inferior para cambiar el tamaño&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Seleccione una partición para instalar en&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Partición del sistema EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Borrar disco&lt;/strong&gt;&lt;br/&gt;Esto &lt;font color=&quot;red&quot;&gt;borrará&lt;/font&gt; todos los datos presentes actualmente en el dispositivo de almacenamiento.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>%1 se encuentra instalado en este dispositivo de almacenamiento. ¿Qué desea hacer?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Instalar junto al otro SO&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Reemplazar una partición&lt;/strong&gt;&lt;br/&gt;Reemplazar una partición con %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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 parece que ya tiene un sistema operativo instalado en él. ¿Qué desea hacer?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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 contiene múltiples sistemas operativos instalados en él. ¿Qué desea hacer?&lt;br/&gt;Podrá revisar y confirmar su elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento.</translation>
</message>

View File

@ -407,17 +407,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -428,83 +428,83 @@ El instalador se cerrará y se perderán todos los cambios.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -409,17 +409,17 @@ El instalador terminará y se perderán todos los cambios.</translation>
<translation>Después:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Particionado manual &lt;/strong&gt;&lt;br/&gt; Puede crear o cambiar el tamaño de las particiones usted mismo.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Ubicación del cargador de arranque:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -430,83 +430,83 @@ El instalador terminará y se perderán todos los cambios.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Actual:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation> &lt;strong&gt;Seleccione una partición para reducir el tamaño, a continuación, arrastre la barra inferior para redimencinar&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation> &lt;strong&gt;Seleccione una partición para instalar&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -406,17 +406,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -427,83 +427,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -400,17 +400,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -421,83 +421,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -14,7 +14,7 @@
<message>
<location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="121"/>
<source>With this operation, the partition &lt;strong&gt;%1&lt;/strong&gt; which contains %4 will be shrunk to %2MB and a new %3MB partition will be created for %5.</source>
<translation type="unfinished"/>
<translation>Eragiketa honekin, %4 daukan &lt;strong&gt;%1&lt;strong&gt; partizioa %2MB-ra txikituko da, eta %3MB-tako partizio berri bat sortuko da %5-(e)rako.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="198"/>
@ -103,7 +103,7 @@
<message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/>
<source>Type:</source>
<translation type="unfinished"/>
<translation>Mota:</translation>
</message>
<message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/>
@ -148,12 +148,12 @@
<message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="51"/>
<source>Run command %1 %2</source>
<translation type="unfinished"/>
<translation>%1 %2 komandoa abiarazi</translation>
</message>
<message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="60"/>
<source>Running command %1 %2</source>
<translation type="unfinished"/>
<translation>%1 %2 komandoa exekutatzen</translation>
</message>
<message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="89"/>
@ -404,17 +404,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -425,83 +425,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -400,17 +400,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -421,83 +421,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -407,17 +407,17 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -428,83 +428,83 @@ Asennusohjelma sulkeutuu ja kaikki muutoksesi katoavat.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -407,17 +407,17 @@ L&apos;installateur se fermera et les changements seront perdus.</translation>
<translation>Après:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Partitionnement manuel&lt;/strong&gt;&lt;br/&gt;Vous pouvez créer ou redimensionner vous-même des partitions.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Emplacement du chargeur de démarrage:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ L&apos;installateur se fermera et les changements seront perdus.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Actuel :</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Sélectionnez une partition à réduire, puis faites glisser la barre du bas pour redimensionner&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Sélectionner une partition pour l&apos;installation&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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&apos;a pas pu être trouvée sur ce système. Veuillez retourner à l&apos;é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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Partition système EFI :</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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&apos;exploitation. Que souhaitez-vous faire ?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Effacer le disque&lt;/strong&gt;&lt;br/&gt;Ceci va &lt;font color=&quot;red&quot;&gt;effacer&lt;/font&gt; 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="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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 ?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Installer à côté&lt;/strong&gt;&lt;br/&gt;L&apos;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Remplacer une partition&lt;/strong&gt;&lt;br&gt;Remplace une partition par %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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&apos;exploitation. Que souhaitez-vous faire ?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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&apos;exploitation. Que souhaitez-vous faire ?&lt;br/&gt;Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage.</translation>
</message>

View File

@ -400,17 +400,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -421,83 +421,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -408,17 +408,17 @@ O instalador pecharase e perderanse todos os cambios.</translation>
<translation>Despois:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Particionado manual&lt;/strong&gt;&lt;br/&gt; Pode crear o redimensionar particións pola súa conta.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Localización do cargador de arranque:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -429,83 +429,83 @@ O instalador pecharase e perderanse todos os cambios.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Actual:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Seleccione unha partición para acurtar, logo empregue a barra para redimensionala&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Seleccione unha partición para instalar&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Partición EFI do sistema:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Borrar disco&lt;/strong&gt;&lt;br/&gt;Esto &lt;font color=&quot;red&quot;&gt;eliminará&lt;/font&gt; todos os datos gardados na unidade de almacenamento seleccionada.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>A unidade de almacenamento ten %1 nela. Que desexa facer?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Instalar a carón&lt;/strong&gt;&lt;br/&gt;O instalador encollerá a partición para facerlle sitio a %1</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Substituír a partición&lt;/strong&gt;&lt;br/&gt;Substitúe a partición con %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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 xa ten un sistema operativo instalado nel. Que desexa facer?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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 ten múltiples sistemas operativos instalados nela. Que desexa facer?&lt;br/&gt;Poderá revisar e confirmar as súas eleccións antes de que calquera cambio sexa feito na unidade de almacenamento.</translation>
</message>
@ -806,22 +806,22 @@ O instalador pecharase e perderanse todos os cambios.</translation>
<message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="58"/>
<source>Deleting partition %1.</source>
<translation type="unfinished"/>
<translation>Eliminando partición %1</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="67"/>
<source>The installer failed to delete partition %1.</source>
<translation type="unfinished"/>
<translation>O instalador fallou ó eliminar a partición %1</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="73"/>
<source>Partition (%1) and device (%2) do not match.</source>
<translation type="unfinished"/>
<translation>A partición (%1) e o dispositivo (%2) non coinciden</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="85"/>
<source>Could not open device %1.</source>
<translation type="unfinished"/>
<translation>Non foi posíbel abrir o dispositivo %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/DeletePartitionJob.cpp" line="94"/>

View File

@ -400,17 +400,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -421,83 +421,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -400,17 +400,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -421,83 +421,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -407,17 +407,17 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
<translation>Poslije:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Ručno particioniranje&lt;/strong&gt;&lt;br/&gt;Možete sami stvoriti ili promijeniti veličine particija.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Lokacija boot učitavača:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ Instalacijski program će izaći i sve promjene će biti izgubljene.</translatio
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Trenutni:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Odaberite particiju za smanjivanje, te povlačenjem donjeg pokazivača odaberite promjenu veličine&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Odaberite particiju za instalaciju&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI particija:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Obriši disk&lt;/strong&gt;&lt;br/&gt;To će &lt;font color=&quot;red&quot;&gt;obrisati&lt;/font&gt; sve podatke na odabranom disku.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Instaliraj uz postojeće&lt;/strong&gt;&lt;br/&gt;Instalacijski program će smanjiti particiju da bi napravio mjesto za %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Zamijeni particiju&lt;/strong&gt;&lt;br/&gt;Zamijenjuje particiju sa %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku.</translation>
</message>

View File

@ -408,17 +408,17 @@ Telepítés nem folytatható. &lt;a href=&quot;#details&quot;&gt;Részletek...&l
<translation>Utána:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Manuális partícionálás&lt;/strong&gt;&lt;br/&gt;Létrehozhat vagy átméretezhet partíciókat.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Rendszerbetöltő helye:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -429,83 +429,83 @@ Telepítés nem folytatható. &lt;a href=&quot;#details&quot;&gt;Részletek...&l
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Aktuális:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Válaszd ki a partíciót amit zsugorítani akarsz és egérrel méretezd át.&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Válaszd ki a telepítésre szánt partíciót &lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI rendszerpartíció:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Lemez törlése&lt;/strong&gt;&lt;br/&gt;Ez &lt;font color=&quot;red&quot;&gt;törölni&lt;/font&gt; fogja a lemezen levő összes adatot.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Meglévő mellé telepíteni&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;A partíció lecserélése&lt;/strong&gt; a következővel: %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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>

View File

@ -409,17 +409,17 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</transla
<translation>Setelah:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Pemartisian manual&lt;/strong&gt;&lt;br/&gt;Anda bisa membuat atau mengubah ukuran partisi.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Lokasi Boot loader:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -430,83 +430,83 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</transla
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Saat ini:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>Gunakan kembali %1 sebagai partisi home untuk %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Pilih sebuah partisi untuk diiris, kemudian seret bilah di bawah untuk mengubah ukuran&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Pilih sebuah partisi untuk memasang&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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>Sebuah partisi sistem EFI tidak ditemukan pada sistem ini. Silakan kembali dan gunakan pemartisian manual untuk mengeset %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation>Partisi sistem EFI di %1 akan digunakan untuk memulai %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Partisi sistem EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Hapus disk&lt;/strong&gt;&lt;br/&gt;Aksi ini akan &lt;font color=&quot;red&quot;&gt;menghapus&lt;/font&gt; semua berkas yang ada pada media penyimpanan terpilih.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Pasang berdampingan dengan&lt;/strong&gt;&lt;br/&gt;Pemasang akan mengiris sebuah partisi untuk memberi ruang bagi %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Ganti sebuah partisi&lt;/strong&gt;&lt;br/&gt; Ganti partisi dengan %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation>
</message>
@ -894,7 +894,7 @@ Pemasangan dapat dilanjutkan, namun beberapa fitur akan dinonfungsikan.</transla
<message>
<location filename="../src/modules/dummycpp/DummyCppJob.cpp" line="46"/>
<source>Dummy C++ Job</source>
<translation type="unfinished"/>
<translation>Tugas C++ Kosong</translation>
</message>
</context>
<context>

View File

@ -109,12 +109,12 @@
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="64"/>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="78"/>
<source>none</source>
<translation type="unfinished"/>
<translation>ekkert</translation>
</message>
<message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/>
<source>Interface:</source>
<translation type="unfinished"/>
<translation>Tengi:</translation>
</message>
<message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/>
@ -407,17 +407,17 @@ Uppsetning mun hætta og allar breytingar tapast.</translation>
<translation>Eftir:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Leiðarvísir skiptingu&lt;/strong&gt;&lt;br/&gt;Þú 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="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Staðsetning ræsistjóra</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ Uppsetning mun hætta og allar breytingar tapast.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Núverandi:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>Endurnota %1 sem heimasvæðis disksneið fyrir %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Veldu hvaða skipting skreppa saman, svo draga neðsta bar til endurstækka&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Veldu disksnið til setja upp á &lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<source>The EFI system partition at %1 will be used for starting %2.</source>
<translation>EFI kerfisdisksneið á %1 mun verða notuð til ræsa %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI kerfisdisksneið:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;Þú verður vera fær um 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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Eyða disk&lt;/strong&gt;&lt;br/&gt;Þetta mun &lt;font color=&quot;red&quot;&gt;eyða&lt;/font&gt; öllum gögnum á þessu valdna geymslu tæki.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;Þú verður vera fær um 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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Setja upp með&lt;/strong&gt;&lt;br/&gt;Uppsetningin mun minnka disksnið til búa til pláss fyrir %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;leysa af hólmi&lt;/strong&gt;&lt;br/&gt;Kemur í stað skiptingu með %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;Þú verður vera fær um 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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;Þú verður vera fær um yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki.</translation>
</message>
@ -777,7 +777,7 @@ Uppsetning mun hætta og allar breytingar tapast.</translation>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="174"/>
<source>usermod terminated with error code %1.</source>
<translation type="unfinished"/>
<translation>usermod endaði með villu kóðann %1.</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="184"/>
@ -1334,12 +1334,12 @@ Uppsetning mun hætta og allar breytingar tapast.</translation>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="71"/>
<source>Name</source>
<translation type="unfinished"/>
<translation>Heiti</translation>
</message>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="72"/>
<source>Description</source>
<translation type="unfinished"/>
<translation>Lýsing</translation>
</message>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="81"/>
@ -1640,7 +1640,7 @@ Uppsetning mun hætta og allar breytingar tapast.</translation>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="405"/>
<source>No EFI system partition configured</source>
<translation type="unfinished"/>
<translation>Ekkert EFI kerfisdisksneið stillt</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="406"/>
@ -1905,12 +1905,12 @@ Uppsetning mun hætta og allar breytingar tapast.</translation>
<message>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="44"/>
<source>Set hostname &lt;strong&gt;%1&lt;/strong&gt;.</source>
<translation type="unfinished"/>
<translation>Setja vélarheiti &lt;strong&gt;%1&lt;/strong&gt;.</translation>
</message>
<message>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="51"/>
<source>Setting hostname %1.</source>
<translation type="unfinished"/>
<translation>Stilla vélarheiti %1.</translation>
</message>
<message>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="61"/>
@ -2106,7 +2106,7 @@ Uppsetning mun hætta og allar breytingar tapast.</translation>
<message>
<location filename="../src/modules/users/SetPasswordJob.cpp" line="89"/>
<source>usermod terminated with error code %1.</source>
<translation type="unfinished"/>
<translation>usermod endaði með villu kóðann %1.</translation>
</message>
</context>
<context>
@ -2250,7 +2250,7 @@ Uppsetning mun hætta og allar breytingar tapast.</translation>
<message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="72"/>
<source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source>
<translation type="unfinished"/>
<translation>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Þakkir til: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini og Rohan Garg.&lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating hugbúnað.</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="196"/>

View File

@ -407,17 +407,17 @@ Il programma d&apos;installazione sarà terminato e tutte le modifiche andranno
<translation>Dopo:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Partizionamento manuale&lt;/strong&gt;&lt;br/&gt;Si possono creare o ridimensionare le partizioni manualmente.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Posizionamento del boot loader:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ Il programma d&apos;installazione sarà terminato e tutte le modifiche andranno
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Corrente:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>Riutilizzare %1 come partizione home per &amp;2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Selezionare una partizione da ridurre, trascina la barra inferiore per ridimensionare&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Selezionare la partizione sulla quale si vuole installare&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Partizione EFI di sistema:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Cancellare disco&lt;/strong&gt;&lt;br/&gt;Questo &lt;font color=&quot;red&quot;&gt;cancellerà&lt;/font&gt; tutti i dati attualmente presenti sul dispositivo di memoria.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Installare a fianco&lt;/strong&gt;&lt;br/&gt;Il programma di installazione ridurrà una partizione per dare spazio a %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Sostituire una partizione&lt;/strong&gt;&lt;br/&gt;Sostituisce una partizione con %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;Comunque si potranno rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo.</translation>
</message>
@ -1334,12 +1334,12 @@ Il programma d&apos;installazione sarà terminato e tutte le modifiche andranno
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="71"/>
<source>Name</source>
<translation type="unfinished"/>
<translation>Nome</translation>
</message>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="72"/>
<source>Description</source>
<translation type="unfinished"/>
<translation>Descrizione</translation>
</message>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="81"/>
@ -1383,7 +1383,7 @@ Il programma d&apos;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&apos;è il nome?</translation>
<translation>Qual è il tuo nome?</translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="117"/>
@ -2250,7 +2250,7 @@ Il programma d&apos;installazione sarà terminato e tutte le modifiche andranno
<message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="72"/>
<source>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;Calamares translators team&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;&lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; development is sponsored by &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</source>
<translation type="unfinished"/>
<translation>&lt;h1&gt;%1&lt;/h1&gt;&lt;br/&gt;&lt;strong&gt;%2&lt;br/&gt;for %3&lt;/strong&gt;&lt;br/&gt;&lt;br/&gt;Copyright 2014-2017 Teo Mrnjavac &amp;lt;teo@kde.org&amp;gt;&lt;br/&gt;Grazie a: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg e ai &lt;a href=&quot;https://www.transifex.com/calamares/calamares/&quot;&gt;traduttori di Calamares&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;Lo sviluppo di &lt;a href=&quot;http://calamares.io/&quot;&gt;Calamares&lt;/a&gt; è sponsorizzato da &lt;br/&gt;&lt;a href=&quot;http://www.blue-systems.com/&quot;&gt;Blue Systems&lt;/a&gt; - Liberating Software.</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="196"/>

View File

@ -4,12 +4,12 @@
<message>
<location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="77"/>
<source>Choose partition to shrink:</source>
<translation>:</translation>
<translation> :</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="78"/>
<source>Allocate drive space by dragging the divider below:</source>
<translation>:</translation>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="121"/>
@ -70,7 +70,7 @@
<message>
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="111"/>
<source>Do not install a boot loader</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="125"/>
@ -158,7 +158,7 @@
<message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="89"/>
<source>External command crashed</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="90"/>
@ -213,7 +213,7 @@ Output:
<source>Command %1 finished with exit code %2.
Output:
%3</source>
<translation> %1 %2
<translation> %1 %2
:
%3</translation>
</message>
@ -228,7 +228,7 @@ Output:
<message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
<source>Bad working directory path</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../src/libcalamares/PythonJob.cpp" line="264"/>
@ -256,23 +256,23 @@ Output:
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="65"/>
<source>&amp;Back</source>
<translation> (&amp;B)</translation>
<translation>&amp;B</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="66"/>
<source>&amp;Next</source>
<translation> (&amp;N)</translation>
<translation>&amp;N</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="67"/>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="295"/>
<source>&amp;Cancel</source>
<translation> (&amp;C)</translation>
<translation>&amp;C</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="90"/>
<source>Cancel installation?</source>
<translation></translation>
<translation>?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="91"/>
@ -284,7 +284,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="224"/>
<source>Continue with setup?</source>
<translation></translation>
<translation>?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="225"/>
@ -294,17 +294,17 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="232"/>
<source>&amp;Install now</source>
<translation> (&amp;I)</translation>
<translation>&amp;I</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="233"/>
<source>Go &amp;back</source>
<translation> (&amp;B)</translation>
<translation>&amp;B</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="264"/>
<source>&amp;Quit</source>
<translation> (&amp;Q)</translation>
<translation>&amp;Q</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="170"/>
@ -322,12 +322,12 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/libcalamares/PythonHelper.cpp" line="263"/>
<source>Unknown exception type</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../src/libcalamares/PythonHelper.cpp" line="276"/>
<source>unparseable Python error</source>
<translation> Python </translation>
<translation>Pythonエラー</translation>
</message>
<message>
<location filename="../src/libcalamares/PythonHelper.cpp" line="292"/>
@ -337,7 +337,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/libcalamares/PythonHelper.cpp" line="296"/>
<source>Unfetchable Python error.</source>
<translation> Python </translation>
<translation>Pythonエラー</translation>
</message>
</context>
<context>
@ -376,7 +376,7 @@ The installer will quit and all changes will be lost.</source>
<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.&lt;br/&gt;Installation can continue, but some features might be disabled.</source>
<translation> %1 &lt;br/&gt;</translation>
<translation> %1 &lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/welcome/checker/CheckerWidget.cpp" line="142"/>
@ -386,7 +386,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/welcome/checker/CheckerWidget.cpp" line="166"/>
<source>For best results, please ensure that this computer:</source>
<translation>:</translation>
<translation></translation>
</message>
<message>
<location filename="../src/modules/welcome/checker/CheckerWidget.cpp" line="194"/>
@ -407,104 +407,104 @@ The installer will quit and all changes will be lost.</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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="125"/>
<source>Select storage de&amp;vice:</source>
<translation>(&amp;V):</translation>
<translation>&amp;V:</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>%1 %2 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI :</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; &lt;font color=&quot;red&quot;&gt;&lt;/font&gt; </translation>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; &lt;font color=&quot;red&quot;&gt;&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> %1 ?&lt;br/&gt;</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1 </translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1 </translation>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>?&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br /&gt;</translation>
</message>
@ -560,17 +560,17 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="55"/>
<source>Partition &amp;Type:</source>
<translation> (&amp;T) :</translation>
<translation>&amp;T:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="67"/>
<source>&amp;Primary</source>
<translation> (&amp;P)</translation>
<translation>&amp;P</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="77"/>
<source>E&amp;xtended</source>
<translation> (&amp;X)</translation>
<translation>&amp;x</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="119"/>
@ -585,12 +585,12 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="151"/>
<source>&amp;Mount Point:</source>
<translation> (&amp;M)</translation>
<translation>&amp;M</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="38"/>
<source>Si&amp;ze:</source>
<translation> (&amp;Z)</translation>
<translation>&amp;Z</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="48"/>
@ -628,7 +628,7 @@ The installer will quit and all changes will be lost.</source>
<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> %1 %4 (%3) %2MB </translation>
<translation> %1 %4 (%3) %2 MBのパーティションを作成</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/CreatePartitionJob.cpp" line="59"/>
@ -691,7 +691,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/CreatePartitionTableDialog.ui" line="82"/>
<source>GUID Partition Table (GPT)</source>
<translation>GUID (GPT)</translation>
<translation>GUID (GPT)</translation>
</message>
</context>
<context>
@ -742,17 +742,17 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="80"/>
<source>Sudoers dir is not writable.</source>
<translation>sudoers </translation>
<translation>sudoers </translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="84"/>
<source>Cannot create sudoers file for writing.</source>
<translation>sudoers </translation>
<translation>sudoersファイルを作成できません</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="92"/>
<source>Cannot chmod sudoers file.</source>
<translation>sudoers </translation>
<translation>sudoersファイルの権限を変更できませ</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="98"/>
@ -767,7 +767,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="162"/>
<source>useradd terminated with error code %1.</source>
<translation> %1 useradd </translation>
<translation> %1 useraddを中止しました</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="171"/>
@ -787,7 +787,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="186"/>
<source>chown terminated with error code %1.</source>
<translation> %1 chown </translation>
<translation> %1 chown </translation>
</message>
</context>
<context>
@ -910,7 +910,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="60"/>
<source>&amp;Keep</source>
<translation> (&amp;K)</translation>
<translation>&amp;K</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="70"/>
@ -920,22 +920,22 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="89"/>
<source>Warning: Formatting the partition will erase all existing data.</source>
<translation>警告: パーティションのフォーマットはすべてのデータを削除します</translation>
<translation>警告: パーティションのフォーマットはすべてのデータを消去します</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="99"/>
<source>&amp;Mount Point:</source>
<translation> (&amp;M)</translation>
<translation>&amp;M</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="119"/>
<source>Si&amp;ze:</source>
<translation> (&amp;Z):</translation>
<translation>&amp;Z:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/>
<source>Fi&amp;le System:</source>
<translation> (&amp;L)</translation>
<translation>&amp;L</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/>
@ -1024,7 +1024,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/finished/FinishedPage.ui" line="77"/>
<source>&amp;Restart now</source>
<translation> (&amp;R)</translation>
<translation>&amp;R</translation>
</message>
<message>
<location filename="../src/modules/finished/FinishedPage.cpp" line="50"/>
@ -1050,7 +1050,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="60"/>
<source>Format &lt;strong&gt;%3MB&lt;/strong&gt; partition &lt;strong&gt;%1&lt;/strong&gt; with file system &lt;strong&gt;%2&lt;/strong&gt;.</source>
<translation>&lt;strong&gt;%3MB&lt;/strong&gt; &lt;strong&gt;%1&lt;/strong&gt; &lt;strong&gt;%2&lt;/strong&gt;</translation>
<translation>&lt;strong&gt;%3MB&lt;/strong&gt; &lt;strong&gt;%1&lt;/strong&gt; &lt;strong&gt;%2&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="71"/>
@ -1075,12 +1075,12 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="124"/>
<source>The installer failed to create file system on partition %1.</source>
<translation> %1 </translation>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/FormatPartitionJob.cpp" line="133"/>
<source>The installer failed to update partition table on disk &apos;%1&apos;.</source>
<translation> &apos;%1&apos; </translation>
<translation> &apos;%1&apos; </translation>
</message>
</context>
<context>
@ -1090,14 +1090,14 @@ The installer will quit and all changes will be lost.</source>
<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 </translation>
<translation>Konsoleがインストールされていませ</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>kde konsoleをインストールして</translation>
<translation>kde konsoleをインストールして!</translation>
</message>
<message>
<location filename="../src/modules/interactiveterminal/InteractiveTerminalPage.cpp" line="122"/>
@ -1139,7 +1139,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/locale/LCLocaleDialog.cpp" line="33"/>
<source>System locale setting</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../src/modules/locale/LCLocaleDialog.cpp" line="40"/>
@ -1253,7 +1253,7 @@ The installer will quit and all changes will be lost.</source>
<location filename="../src/modules/locale/LocalePage.cpp" line="221"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="222"/>
<source>&amp;Change...</source>
<translation> (&amp;C)...</translation>
<translation>&amp;C...</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="390"/>
@ -1388,7 +1388,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="117"/>
<source>What name do you want to use to log in?</source>
<translation>使?</translation>
<translation>使?</translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="197"/>
@ -1396,12 +1396,12 @@ The installer will quit and all changes will be lost.</source>
<location filename="../src/modules/users/page_usersetup.ui" line="437"/>
<location filename="../src/modules/users/page_usersetup.ui" line="582"/>
<source>font-weight: normal</source>
<translation>font-weight: normal</translation>
<translation>フォントウェイト: normal</translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="200"/>
<source>&lt;small&gt;If more than one person will use this computer, you can set up multiple accounts after installation.&lt;/small&gt;</source>
<translation>&lt;small&gt;使&lt;/small&gt;</translation>
<translation>&lt;small&gt;使&lt;/small&gt;</translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="335"/>
@ -1411,7 +1411,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="440"/>
<source>&lt;small&gt;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.&lt;/small&gt;</source>
<translation>&lt;small&gt; 2 8&lt;/small&gt;</translation>
<translation>8</translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="226"/>
@ -1421,22 +1421,22 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="309"/>
<source>&lt;small&gt;This name will be used if you make the computer visible to others on a network.&lt;/small&gt;</source>
<translation>&lt;small&gt;使&lt;/small&gt;</translation>
<translation>&lt;small&gt;使&lt;/small&gt;</translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="450"/>
<source>Log in automatically without asking for the password.</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="457"/>
<source>Use the same password for the administrator account.</source>
<translation>使</translation>
<translation>使</translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="480"/>
<source>Choose a password for the administrator account.</source>
<translation></translation>
<translation></translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="585"/>
@ -1532,8 +1532,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="22"/>
<source>Storage de&amp;vice:</source>
<translation>
(&amp;V):</translation>
<translation> &amp;V:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="51"/>
@ -1543,27 +1542,27 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="87"/>
<source>New Partition &amp;Table</source>
<translation> (&amp;T)</translation>
<translation>&amp;T</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="107"/>
<source>&amp;Create</source>
<translation> (&amp;C)</translation>
<translation>&amp;C</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="114"/>
<source>&amp;Edit</source>
<translation> (&amp;E)</translation>
<translation>&amp;E</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="121"/>
<source>&amp;Delete</source>
<translation> (&amp;D)</translation>
<translation>&amp;D</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="148"/>
<source>Install boot &amp;loader on:</source>
<translation> (&amp;L):</translation>
<translation> &amp;L:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionPage.cpp" line="160"/>
@ -1798,7 +1797,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="104"/>
<source>There is not enough drive space. At least %1 GB is required.</source>
<translation> %1 GB </translation>
<translation> %1 GB </translation>
</message>
<message>
<location filename="../src/modules/welcome/checker/RequirementsChecker.cpp" line="112"/>
@ -1841,17 +1840,17 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="76"/>
<source>Resize file system on partition %1.</source>
<translation> %1 </translation>
<translation> %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="91"/>
<source>Parted failed to resize filesystem.</source>
<translation>Parted </translation>
<translation>Parted</translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="101"/>
<source>Failed to resize filesystem.</source>
<translation></translation>
<translation></translation>
</message>
</context>
<context>
@ -1875,7 +1874,7 @@ The installer will quit and all changes will be lost.</source>
<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 &apos;%2&apos;.</source>
<translation> &apos;%2&apos; %1 </translation>
<translation> &apos;%2&apos; %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/jobs/ResizePartitionJob.cpp" line="237"/>
@ -1923,7 +1922,7 @@ The installer will quit and all changes will be lost.</source>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="75"/>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="86"/>
<source>Cannot write hostname to target system</source>
<translation></translation>
<translation></translation>
</message>
</context>
<context>
@ -2153,7 +2152,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/summary/SummaryPage.cpp" line="46"/>
<source>This is an overview of what will happen once you start the install procedure.</source>
<translation></translation>
<translation></translation>
</message>
</context>
<context>
@ -2216,17 +2215,17 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/welcome/WelcomePage.ui" line="75"/>
<source>&amp;Language:</source>
<translation> (&amp;L) :</translation>
<translation>&amp;L:</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
<source>&amp;Release notes</source>
<translation> (&amp;R)</translation>
<translation>&amp;R</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
<source>&amp;Known issues</source>
<translation> (&amp;K)</translation>
<translation>&amp;K</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
@ -2236,7 +2235,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/welcome/WelcomePage.ui" line="146"/>
<source>&amp;About</source>
<translation> (&amp;A)</translation>
<translation>&amp;A</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="56"/>

View File

@ -400,17 +400,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -421,83 +421,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -400,17 +400,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -421,83 +421,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -261,7 +261,7 @@ Išvestis:
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="66"/>
<source>&amp;Next</source>
<translation>&amp;Kitas</translation>
<translation>&amp;Toliau</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="67"/>
@ -289,7 +289,7 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</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.&lt;br/&gt;&lt;strong&gt;You will not be able to undo these changes.&lt;/strong&gt;</source>
<translation>%1 diegimo programa, siekdama įdiegti %2, ketina atlikti pakeitimus jūsų diske.&lt;br/&gt;&lt;strong&gt;Jūs negalėsite atšaukti š pakeitimų.&lt;/strong&gt;</translation>
<translation>%1 diegimo programa, siekdama įdiegti %2, ketina atlikti pakeitimus diske.&lt;br/&gt;&lt;strong&gt;Negalėsite atšaukti š pakeitimų.&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="232"/>
@ -376,12 +376,12 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
<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.&lt;br/&gt;Installation can continue, but some features might be disabled.</source>
<translation>Šis kompiuteris netenkina kai kurių %1 diegimo rekomenduojamų reikalavimų.&lt;br/&gt;Diegimas gali būti tęsiamas, bet kai kurios funkcijos gali būti išjungtos.</translation>
<translation>Šis kompiuteris netenkina kai kurių %1 diegimui rekomenduojamų reikalavimų.&lt;br/&gt;Diegti galite, bet kai kurios funkcijos gali būti išjungtos.</translation>
</message>
<message>
<location filename="../src/modules/welcome/checker/CheckerWidget.cpp" line="142"/>
<source>This program will ask you some questions and set up %2 on your computer.</source>
<translation>Ši programa užduos jums kelis klausimus ir padės jums savo kompiuteryje nusistatyti %2.</translation>
<translation>Programa užduos klausimus ir padės įsidiegti %2.</translation>
</message>
<message>
<location filename="../src/modules/welcome/checker/CheckerWidget.cpp" line="166"/>
@ -407,17 +407,17 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
<translation>Po:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Rankinis skaidymas&lt;/strong&gt;&lt;br/&gt;Galite patys kurti ar keisti skaidinių dydžius.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Paleidyklės vieta:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Dabartinis:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Pasirinkite, kurį skaidinį sumažinti, o tuomet vilkite juostą, kad pakeistumėte skaidinio dydį&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Pasirinkite kuriame skaidinyje įdiegti&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI sistemos skaidinys:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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. norėtumėte daryti?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Ištrinti diską&lt;/strong&gt;&lt;br/&gt;Tai &lt;font color=&quot;red&quot;&gt;ištrins&lt;/font&gt; visus, pasirinktame atminties įrenginyje, esančius duomenis.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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. norėtumėte daryti?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Įdiegti šalia&lt;/strong&gt;&lt;br/&gt;Diegimo programa sumažins skaidinį, kad atlaisvintų vietą sistemai %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Pakeisti skaidinį&lt;/strong&gt;&lt;br/&gt;Pakeičia skaidinį ir įrašo %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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. norėtumėte daryti?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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. norėtumėte daryti?&lt;br/&gt;Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus.</translation>
</message>
@ -874,7 +874,7 @@ Diegimo programa užbaigs darbą ir visi pakeitimai bus prarasti.</translation>
<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>
<translation>Dracut skirtąją LUKS konfigūraciją įrašyti į %1</translation>
</message>
<message>
<location filename="../src/modules/dracutlukscfg/DracutLuksCfgJob.cpp" line="133"/>

View File

@ -400,17 +400,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -421,83 +421,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -407,17 +407,17 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -428,83 +428,83 @@ Installasjonsprogrammet vil avsluttes og alle endringer vil gå tapt.</translati
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -407,17 +407,17 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
<translation>Na:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Handmatig partitioneren&lt;/strong&gt;&lt;br/&gt;Je maakt of wijzigt zelf de partities.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Bootloader locatie:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ Het installatieprogramma zal afsluiten en alle wijzigingen zullen verloren gaan.
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Huidig:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Selecteer een partitie om te verkleinen, en sleep vervolgens de onderste balk om het formaat te wijzigen&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Selecteer een partitie om op te installeren&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI systeempartitie:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Wis schijf&lt;/strong&gt;&lt;br/&gt;Dit zal alle huidige gegevens op de geselecteerd opslagmedium &lt;font color=&quot;red&quot;&gt;verwijderen&lt;/font&gt;.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Installeer ernaast&lt;/strong&gt;&lt;br/&gt;Het installatieprogramma zal een partitie verkleinen om plaats te maken voor %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Vervang een partitie&lt;/strong&gt;&lt;br/&gt;Vervangt een partitie met %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd.</translation>
</message>

View File

@ -407,17 +407,17 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
<translation>Po:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Ręczne partycjonowanie&lt;/strong&gt;&lt;br/&gt;Możesz samodzielnie utworzyć lub zmienić rozmiar istniejących partycji.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Położenie programu rozruchowego:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ Instalator zostanie zamknięty i wszystkie zmiany zostaną utracone.</translatio
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Bieżący:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>Użyj ponownie %1 jako partycji domowej dla %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Wybierz partycję do zmniejszenia, a następnie przeciągnij dolny pasek, aby zmienić jej rozmiar&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Wybierz partycję, na której przeprowadzona będzie instalacja&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Partycja systemowa EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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ć?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Wyczyść dysk&lt;/strong&gt;&lt;br/&gt;Ta operacja &lt;font color=&quot;red&quot;&gt;usunie&lt;/font&gt; wszystkie dane obecnie znajdujące się na wybranym urządzeniu przechowywania.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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ć?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Zainstaluj obok siebie&lt;/strong&gt;&lt;br/&gt;Instalator zmniejszy partycję, aby zrobić miejsce dla %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Zastąp partycję&lt;/strong&gt;&lt;br/&gt;Zastępowanie partycji poprzez %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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ć?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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ć?&lt;br/&gt;Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu.</translation>
</message>

View File

@ -407,17 +407,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -428,83 +428,83 @@ Instalator zakończy działanie i wszystkie zmiany zostaną utracone.</translati
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -409,17 +409,17 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans
<translation>Depois:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Particionamento manual&lt;/strong&gt;&lt;br/&gt;Você pode criar ou redimensionar partições.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Local do gerenciador de inicialização:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -430,83 +430,83 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Atual:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Selecione uma partição para reduzir, então arraste a barra de baixo para redimensionar&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Selecione uma partição para instalação&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Partição de sistema EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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 um sistema operacional neste dispositivo de armazenamento. O que gostaria de fazer?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Apagar unidade&lt;/strong&gt;&lt;br/&gt;Isto &lt;font color=&quot;red&quot;&gt;excluirá&lt;/font&gt; todos os dados no dispositivo de armazenamento selecionado.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Instalar lado a lado&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Substituir uma partição&lt;/strong&gt;&lt;br/&gt;Substitui uma partição com %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> um sistema operacional neste dispositivo de armazenamento. O que gostaria de fazer?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> diversos sistemas operacionais neste dispositivo de armazenamento. O que gostaria de fazer?&lt;br/&gt;Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento.</translation>
</message>
@ -1336,12 +1336,12 @@ A instalação pode continuar, mas alguns recursos podem ser desativados.</trans
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="71"/>
<source>Name</source>
<translation type="unfinished"/>
<translation>Nome</translation>
</message>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="72"/>
<source>Description</source>
<translation type="unfinished"/>
<translation>Descrição</translation>
</message>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="81"/>

View File

@ -407,17 +407,17 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
<translation>Depois:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Particionamento manual&lt;/strong&gt;&lt;br/&gt;Pode criar ou redimensionar partições manualmente.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Localização do carregador de arranque:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ O instalador será encerrado e todas as alterações serão perdidas.</translati
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Atual:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Selecione uma partição para encolher, depois arraste a barra de fundo para redimensionar&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Selecione uma partição para instalar&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Partição de sistema EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Apagar disco&lt;/strong&gt;&lt;br/&gt;Isto irá &lt;font color=&quot;red&quot;&gt;apagar&lt;/font&gt; todos os dados atualmente apresentados no dispositivo de armazenamento selecionado.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Instalar paralelamente&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Substituir a partição&lt;/strong&gt;&lt;br/&gt;Substitui a partição com %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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 um sistema operativo nele. O que quer fazer?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento.</translation>
</message>

View File

@ -407,17 +407,17 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
<translation>După:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Partiționare manuală&lt;/strong&gt;&lt;br/&gt;Puteți crea sau redimensiona partițiile.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Locație boot loader:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ Programul de instalare va ieși, iar toate modificările vor fi pierdute.</trans
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Actual:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Selectează o partiție de micșorat, apoi trageți bara din jos pentru a redimensiona&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Selectează o partiție pe care se instaleze&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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. rugăm reveniți și partiționați manual pentru a seta %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Partiție de sistem EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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 aibă un sistem de operare instalat. Ce doriți faceți?&lt;br/&gt;Veți putea revedea și confirma alegerile făcute înainte fie realizate schimbări pe dispozitivul de stocare.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Șterge discul&lt;/strong&gt;&lt;br/&gt;Aceasta va &lt;font color=&quot;red&quot;&gt;șterge&lt;/font&gt; toate datele prezente pe dispozitivul de stocare selectat.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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 faceți?&lt;br/&gt;Veți putea revedea și confirma alegerile făcute înainte fie realizate schimbări pe dispozitivul de stocare.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Instalează laolaltă&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Înlocuiește o partiție&lt;/strong&gt;&lt;br/&gt;Înlocuiește o partiție cu %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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 faceți?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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 faceți?&lt;br/&gt;Veți putea revedea și confirma alegerile făcute înainte de a se realiza schimbări pe dispozitivul de stocare.</translation>
</message>

View File

@ -406,17 +406,17 @@ The installer will quit and all changes will be lost.</source>
<translation>После:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Ручная разметка&lt;/strong&gt;&lt;br/&gt;Вы можете самостоятельно создавать разделы или изменять их размеры.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Расположение загрузчика:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -427,83 +427,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Текущий:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>Использовать %1 как домашний раздел для %2.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Выберите раздел для уменьшения, затем двигайте ползунок, изменяя размер&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Выберите раздел для установки&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Системный раздел EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>Видимо, на этом устройстве нет операционной системы. Что Вы хотите сделать?&lt;br/&gt;Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Стереть диск&lt;/strong&gt;&lt;br/&gt;Это &lt;font color=&quot;red&quot;&gt;удалит&lt;/font&gt; все данные, которые сейчас находятся на выбранном устройстве.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>На этом устройстве есть %1. Что Вы хотите сделать?&lt;br/&gt;Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Установить рядом&lt;/strong&gt;&lt;br/&gt;Программа установки уменьшит раздел, чтобы освободить место для %1.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Заменить раздел&lt;/strong&gt;&lt;br/&gt;Меняет раздел на %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>На этом устройстве уже есть операционная система. Что Вы хотите сделать?&lt;br/&gt;Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>На этом устройстве есть несколько операционных систем. Что Вы хотите сделать?&lt;br/&gt;Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation>
</message>

View File

@ -261,7 +261,7 @@ Výstup:
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="66"/>
<source>&amp;Next</source>
<translation>Ď&amp;aľej</translation>
<translation>Ď&amp;alej</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="67"/>
@ -407,17 +407,17 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
<translation>Potom:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Ručné rozdelenie oddielov&lt;/strong&gt;&lt;br/&gt;Môžete vytvoriť alebo zmeniť veľkosť oddielov podľa seba.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Umiestnenie zavádzača:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ Inštalátor sa ukončí a všetky zmeny budú stratené.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Teraz:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Vyberte oddiel na zmenšenie a potom potiahnutím spodného pruhu zmeňte veľkosť&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Vyberte oddiel, na ktorý sa inštalovať&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>Oddiel systému EFI:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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ť?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Vymazanie disku&lt;/strong&gt;&lt;br/&gt;Týmto sa &lt;font color=&quot;red&quot;&gt;odstránia&lt;/font&gt; 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="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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ť?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Inštalácia popri súčasnom systéme&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Nahradenie oddielu&lt;/strong&gt;&lt;br/&gt;Nahradí oddiel distribúciou %1.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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. Čo by ste chceli urobiť?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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ť?&lt;br/&gt;Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení.</translation>
</message>

View File

@ -407,17 +407,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -428,83 +428,83 @@ Namestilni program se bo končal in vse spremembe bodo izgubljene.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -70,12 +70,12 @@
<message>
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="111"/>
<source>Do not install a boot loader</source>
<translation type="unfinished"/>
<translation>Не инсталирај подизни учитавач</translation>
</message>
<message>
<location filename="../src/modules/partition/core/BootLoaderModel.cpp" line="125"/>
<source>%1 (%2)</source>
<translation type="unfinished"/>
<translation>%1 (%2)</translation>
</message>
</context>
<context>
@ -83,7 +83,7 @@
<message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="14"/>
<source>Form</source>
<translation type="unfinished"/>
<translation>Форма</translation>
</message>
<message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="24"/>
@ -98,28 +98,28 @@
<message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="44"/>
<source>Modules</source>
<translation type="unfinished"/>
<translation>Модули</translation>
</message>
<message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="57"/>
<source>Type:</source>
<translation type="unfinished"/>
<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 type="unfinished"/>
<translation>ништа</translation>
</message>
<message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="71"/>
<source>Interface:</source>
<translation type="unfinished"/>
<translation>Сучеље:</translation>
</message>
<message>
<location filename="../src/libcalamaresui/utils/DebugWindow.ui" line="93"/>
<source>Tools</source>
<translation type="unfinished"/>
<translation>Алатке</translation>
</message>
<message>
<location filename="../src/libcalamaresui/utils/DebugWindow.cpp" line="182"/>
@ -132,7 +132,7 @@
<message>
<location filename="../src/libcalamaresui/ExecutionViewStep.cpp" line="77"/>
<source>Install</source>
<translation type="unfinished"/>
<translation>Инсталирај</translation>
</message>
</context>
<context>
@ -148,12 +148,12 @@
<message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="51"/>
<source>Run command %1 %2</source>
<translation type="unfinished"/>
<translation>Покрени команду %1 %2</translation>
</message>
<message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="60"/>
<source>Running command %1 %2</source>
<translation type="unfinished"/>
<translation>Извршавам команду %1 %2</translation>
</message>
<message>
<location filename="../src/libcalamares/ProcessJob.cpp" line="89"/>
@ -222,7 +222,7 @@ Output:
<message>
<location filename="../src/libcalamares/PythonJob.cpp" line="250"/>
<source>Running %1 operation.</source>
<translation type="unfinished"/>
<translation>Извршавам %1 операцију.</translation>
</message>
<message>
<location filename="../src/libcalamares/PythonJob.cpp" line="263"/>
@ -283,7 +283,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="224"/>
<source>Continue with setup?</source>
<translation type="unfinished"/>
<translation>Наставити са подешавањем?</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="225"/>
@ -293,12 +293,12 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="232"/>
<source>&amp;Install now</source>
<translation type="unfinished"/>
<translation>&amp;Инсталирај сада</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="233"/>
<source>Go &amp;back</source>
<translation type="unfinished"/>
<translation>Иди &amp;назад</translation>
</message>
<message>
<location filename="../src/libcalamaresui/ViewManager.cpp" line="264"/>
@ -403,20 +403,20 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="127"/>
<source>After:</source>
<translation type="unfinished"/>
<translation>После:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -427,83 +427,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
<translation>Тренутно:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>
@ -736,7 +736,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="64"/>
<source>Creating user %1.</source>
<translation type="unfinished"/>
<translation>Правим корисника %1</translation>
</message>
<message>
<location filename="../src/modules/users/CreateUserJob.cpp" line="80"/>
@ -909,7 +909,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="60"/>
<source>&amp;Keep</source>
<translation type="unfinished"/>
<translation>&amp;Очувај</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="70"/>
@ -924,17 +924,17 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="99"/>
<source>&amp;Mount Point:</source>
<translation type="unfinished"/>
<translation>&amp;Тачка монтирања:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="119"/>
<source>Si&amp;ze:</source>
<translation type="unfinished"/>
<translation>&amp;Величина:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/>
<source>Fi&amp;le System:</source>
<translation type="unfinished"/>
<translation>Фајл &amp;систем:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="145"/>
@ -1036,7 +1036,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/finished/FinishedViewStep.cpp" line="43"/>
<source>Finish</source>
<translation type="unfinished"/>
<translation>Заврши</translation>
</message>
</context>
<context>
@ -1109,7 +1109,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/interactiveterminal/InteractiveTerminalViewStep.cpp" line="45"/>
<source>Script</source>
<translation type="unfinished"/>
<translation>Скрипта</translation>
</message>
</context>
<context>
@ -1130,7 +1130,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/keyboard/KeyboardViewStep.cpp" line="50"/>
<source>Keyboard</source>
<translation type="unfinished"/>
<translation>Тастатура</translation>
</message>
</context>
<context>
@ -1221,7 +1221,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/license/LicenseViewStep.cpp" line="51"/>
<source>License</source>
<translation type="unfinished"/>
<translation>Лиценца</translation>
</message>
</context>
<context>
@ -1230,7 +1230,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"/>
@ -1241,18 +1241,18 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="216"/>
<source>Region:</source>
<translation type="unfinished"/>
<translation>Регион:</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="217"/>
<source>Zone:</source>
<translation type="unfinished"/>
<translation>Зона:</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="221"/>
<location filename="../src/modules/locale/LocalePage.cpp" line="222"/>
<source>&amp;Change...</source>
<translation type="unfinished"/>
<translation>&amp;Измени...</translation>
</message>
<message>
<location filename="../src/modules/locale/LocalePage.cpp" line="390"/>
@ -1276,7 +1276,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/locale/LocaleViewStep.cpp" line="160"/>
<source>Location</source>
<translation type="unfinished"/>
<translation>Локација</translation>
</message>
</context>
<context>
@ -1333,12 +1333,12 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="71"/>
<source>Name</source>
<translation type="unfinished"/>
<translation>Назив</translation>
</message>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="72"/>
<source>Description</source>
<translation type="unfinished"/>
<translation>Опис</translation>
</message>
<message>
<location filename="../src/modules/netinstall/NetInstallPage.cpp" line="81"/>
@ -1351,7 +1351,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/netinstall/NetInstallViewStep.cpp" line="51"/>
<source>Package selection</source>
<translation type="unfinished"/>
<translation>Избор пакета</translation>
</message>
</context>
<context>
@ -1369,7 +1369,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/keyboard/KeyboardPage.ui" line="131"/>
<source>Type here to test your keyboard</source>
<translation type="unfinished"/>
<translation>куцајте овде да тестирате тастатуру</translation>
</message>
</context>
<context>
@ -1377,12 +1377,12 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="14"/>
<source>Form</source>
<translation type="unfinished"/>
<translation>Форма</translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="36"/>
<source>What is your name?</source>
<translation type="unfinished"/>
<translation>Како се зовете?</translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="117"/>
@ -1405,7 +1405,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="335"/>
<source>Choose a password to keep your account safe.</source>
<translation type="unfinished"/>
<translation>Изаберите лозинку да обезбедите свој налог.</translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="440"/>
@ -1415,7 +1415,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="226"/>
<source>What is the name of this computer?</source>
<translation type="unfinished"/>
<translation>Како ћете звати ваш рачунар?</translation>
</message>
<message>
<location filename="../src/modules/users/page_usersetup.ui" line="309"/>
@ -1629,12 +1629,12 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="243"/>
<source>Current:</source>
<translation type="unfinished"/>
<translation>Тренутно:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="261"/>
<source>After:</source>
<translation type="unfinished"/>
<translation>После:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/PartitionViewStep.cpp" line="405"/>
@ -1678,22 +1678,22 @@ The installer will quit and all changes will be lost.</source>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="127"/>
<location filename="../src/modules/keyboard/keyboardwidget/keyboardglobal.cpp" line="163"/>
<source>Default</source>
<translation type="unfinished"/>
<translation>подразумевано</translation>
</message>
<message>
<location filename="../src/modules/partition/core/KPMHelpers.cpp" line="201"/>
<source>unknown</source>
<translation type="unfinished"/>
<translation>непознато</translation>
</message>
<message>
<location filename="../src/modules/partition/core/KPMHelpers.cpp" line="203"/>
<source>extended</source>
<translation type="unfinished"/>
<translation>проширена</translation>
</message>
<message>
<location filename="../src/modules/partition/core/KPMHelpers.cpp" line="205"/>
<source>unformatted</source>
<translation type="unfinished"/>
<translation>неформатирана</translation>
</message>
<message>
<location filename="../src/modules/partition/core/KPMHelpers.cpp" line="207"/>
@ -1891,7 +1891,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/partition/gui/ScanningDialog.cpp" line="84"/>
<source>Partitioning</source>
<translation type="unfinished"/>
<translation>Партиционисање</translation>
</message>
</context>
<context>
@ -1915,7 +1915,7 @@ The installer will quit and all changes will be lost.</source>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="61"/>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="68"/>
<source>Internal Error</source>
<translation type="unfinished"/>
<translation>Интерна грешка</translation>
</message>
<message>
<location filename="../src/modules/users/SetHostNameJob.cpp" line="75"/>
@ -2159,7 +2159,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/summary/SummaryViewStep.cpp" line="43"/>
<source>Summary</source>
<translation type="unfinished"/>
<translation>Сажетак</translation>
</message>
</context>
<context>
@ -2167,7 +2167,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/UsersPage.cpp" line="275"/>
<source>Your username is too long.</source>
<translation type="unfinished"/>
<translation>Ваше корисничко име је предугачко.</translation>
</message>
<message>
<location filename="../src/modules/users/UsersPage.cpp" line="285"/>
@ -2201,7 +2201,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/users/UsersViewStep.cpp" line="48"/>
<source>Users</source>
<translation type="unfinished"/>
<translation>Корисници</translation>
</message>
</context>
<context>
@ -2209,12 +2209,12 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/welcome/WelcomePage.ui" line="14"/>
<source>Form</source>
<translation type="unfinished"/>
<translation>Форма</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.ui" line="75"/>
<source>&amp;Language:</source>
<translation type="unfinished"/>
<translation>&amp;Језик:</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
@ -2224,17 +2224,17 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
<source>&amp;Known issues</source>
<translation type="unfinished"/>
<translation>&amp;Познати проблеми</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
<source>&amp;Support</source>
<translation type="unfinished"/>
<translation>По&amp;дршка</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.ui" line="146"/>
<source>&amp;About</source>
<translation type="unfinished"/>
<translation>&amp;О програму</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="56"/>
@ -2244,7 +2244,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="70"/>
<source>About %1 installer</source>
<translation type="unfinished"/>
<translation>О %1 инсталатеру</translation>
</message>
<message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="72"/>
@ -2254,7 +2254,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/welcome/WelcomePage.cpp" line="196"/>
<source>%1 support</source>
<translation type="unfinished"/>
<translation>%1 подршка</translation>
</message>
</context>
<context>
@ -2262,7 +2262,7 @@ The installer will quit and all changes will be lost.</source>
<message>
<location filename="../src/modules/welcome/WelcomeViewStep.cpp" line="51"/>
<source>Welcome</source>
<translation type="unfinished"/>
<translation>Добродошли</translation>
</message>
</context>
</TS>

View File

@ -407,17 +407,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -428,83 +428,83 @@ Instaler će se zatvoriti i sve promjene će biti izgubljene.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -407,17 +407,17 @@ Alla ändringar kommer att gå förlorade.</translation>
<translation>Efter:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Manuell partitionering&lt;/strong&gt;&lt;br/&gt;Du kan själv skapa och ändra storlek partitionerna.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Sökväg till uppstartshanterare:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ Alla ändringar kommer att gå förlorade.</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Nuvarande:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI system partition:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -407,17 +407,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -428,83 +428,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -409,17 +409,17 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t
<translation>Sonra:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;Elle bölümleme&lt;/strong&gt;&lt;br/&gt;Bölümler oluşturabilir ve boyutlandırabilirsiniz.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation>Önyükleyici konumu:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -430,84 +430,84 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation>Geçerli:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<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="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Küçültmek için bir bölüm seçip alttaki çubuğu sürükleyerek boyutlandır&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;Yükleyeceğin disk bölümünü seç&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI sistem bölümü:</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;Diski sil&lt;/strong&gt;&lt;br/&gt;Seçili depolama bölümündeki mevcut veriler şu anda &lt;font color=&quot;red&quot;&gt;silinecektir.&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;Yanına yükleyin&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;Varolan bir disk bölümüne kur&lt;/strong&gt;&lt;br/&gt;Varolan bir disk bölümü üzerine %1 kur.</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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? &lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;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? &lt;br/&gt;Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak.</translation>
</message>
@ -1040,7 +1040,7 @@ Kuruluma devam edebilirsiniz fakat bazı özellikler devre dışı kalabilir.</t
<message>
<location filename="../src/modules/finished/FinishedViewStep.cpp" line="43"/>
<source>Finish</source>
<translation>Kurulum Tamamlanıyor</translation>
<translation>Kurulum Tamam</translation>
</message>
</context>
<context>

View File

@ -400,17 +400,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -421,83 +421,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -400,17 +400,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -421,83 +421,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -400,17 +400,17 @@ 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="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<source>%1 will be shrunk to %2MB and a new %3MB partition will be created for %4.</source>
<translation type="unfinished"/>
</message>
@ -421,83 +421,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</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="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;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="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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;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="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation type="unfinished"/>
</message>

View File

@ -408,17 +408,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -429,83 +429,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<translation> %1 %2 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;&lt;font color=&quot;red&quot;&gt;&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> %1 &lt;br/&gt;</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1 </translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1 &lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>

View File

@ -407,17 +407,17 @@ The installer will quit and all changes will be lost.</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="240"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="234"/>
<source>&lt;strong&gt;Manual partitioning&lt;/strong&gt;&lt;br/&gt;You can create or resize partitions yourself.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;調</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
<source>Boot loader location:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="923"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="917"/>
<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>
@ -428,83 +428,83 @@ The installer will quit and all changes will be lost.</source>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="899"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="946"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1026"/>
<source>Current:</source>
<translation></translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="782"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="776"/>
<source>Reuse %1 as home partition for %2.</source>
<translation>使 %1 %2 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="906"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="900"/>
<source>&lt;strong&gt;Select a partition to shrink, then drag the bottom bar to resize&lt;/strong&gt;</source>
<translation>&lt;strong&gt;調&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
<source>&lt;strong&gt;Select a partition to install on&lt;/strong&gt;</source>
<translation>&lt;strong&gt;&lt;/strong&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1079"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1073"/>
<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="1089"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1083"/>
<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="1098"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1092"/>
<source>EFI system partition:</source>
<translation>EFI </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1183"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1177"/>
<source>This storage device does not seem to have an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1182"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1222"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1246"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1284"/>
<source>&lt;strong&gt;Erase disk&lt;/strong&gt;&lt;br/&gt;This will &lt;font color=&quot;red&quot;&gt;delete&lt;/font&gt; all data currently present on the selected storage device.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt;&lt;font color=&quot;red&quot;&gt;&lt;/font&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1211"/>
<source>This storage device has %1 on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation> %1 &lt;br/&gt;</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1186"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1217"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1241"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1279"/>
<source>&lt;strong&gt;Install alongside&lt;/strong&gt;&lt;br/&gt;The installer will shrink a partition to make room for %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1</translation>
</message>
<message>
<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"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1191"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1227"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1250"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1288"/>
<source>&lt;strong&gt;Replace a partition&lt;/strong&gt;&lt;br/&gt;Replaces a partition with %1.</source>
<translation>&lt;strong&gt;&lt;/strong&gt;&lt;br/&gt; %1 </translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1242"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1236"/>
<source>This storage device already has an operating system on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>
<message>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1280"/>
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1274"/>
<source>This storage device has multiple operating systems on it. What would you like to do?&lt;br/&gt;You will be able to review and confirm your choices before any change is made to the storage device.</source>
<translation>&lt;br/&gt;</translation>
</message>

View File

@ -32,6 +32,11 @@ namespace Calamares
class ModuleManager;
}
/**
* @brief The CalamaresApplication class extends QApplication to handle
* Calamares startup and lifetime of main components.
*/
class CalamaresApplication : public QApplication
{
Q_OBJECT
@ -39,12 +44,27 @@ public:
CalamaresApplication( int& argc, char* argv[] );
virtual ~CalamaresApplication();
/**
* @brief init handles the first part of Calamares application startup.
* After the main window shows up, the latter part of the startup sequence
* (including modules loading) happens asynchronously.
*/
void init();
static CalamaresApplication* instance();
/**
* @brief setDebug controls whether debug mode is enabled
*/
void setDebug( bool enabled );
/**
* @brief isDebug returns true if running in debug mode, otherwise false.
*/
bool isDebug();
/**
* @brief mainWindow returns the Calamares application main window.
*/
CalamaresWindow* mainWindow();
private slots:

View File

@ -27,6 +27,9 @@ namespace Calamares
class DebugWindow;
}
/**
* @brief The CalamaresWindow class represents the main window of the Calamares UI.
*/
class CalamaresWindow : public QWidget
{
Q_OBJECT

View File

@ -21,6 +21,12 @@
#include <QStyledItemDelegate>
/**
* @brief The ProgressTreeDelegate class customizes the look and feel of the
* ProgressTreeView elements.
* @see ProgressTreeView
*/
class ProgressTreeDelegate : public QStyledItemDelegate
{
Q_OBJECT

View File

@ -22,6 +22,12 @@
#include <QList>
#include <QVariant>
/**
* @brief The ProgressTreeItem class represents an item in the
* ProgressTreeModel/ProgressTreeView.
* Each item generally represents a ViewStep.
*/
class ProgressTreeItem
{
public:

View File

@ -24,6 +24,10 @@
class ProgressTreeRoot;
class ProgressTreeItem;
/**
* @brief The ProgressTreeModel class implements a model for the ProgressTreeView.
*/
class ProgressTreeModel : public QAbstractItemModel
{
Q_OBJECT

View File

@ -23,6 +23,11 @@
class ProgressTreeDelegate;
/**
* @brief The ProgressTreeView class is a modified QTreeView which displays the
* available view steps and the user's progress through them.
* @note singleton, only access through ProgressTreeView::instance().
*/
class ProgressTreeView : public QTreeView
{
Q_OBJECT
@ -32,6 +37,9 @@ public:
explicit ProgressTreeView( QWidget* parent = 0 );
virtual ~ProgressTreeView();
/**
* @brief setModel assigns a model to this view.
*/
void setModel( QAbstractItemModel* model ) override;
private:

View File

@ -33,15 +33,41 @@
class QDir;
class QObject;
/**
* @brief The CalamaresUtils namespace contains utility functions.
*/
namespace CalamaresUtils
{
DLLEXPORT QDir qmlModulesDir();
/**
* @brief appDataDir returns the directory with common application data.
* Defaults to CMAKE_INSTALL_FULL_DATADIR (usually /usr/share/calamares).
*/
DLLEXPORT QDir appDataDir();
/**
* @brief appLogDir returns the directory for Calamares logs.
* Defaults to QStandardPaths::CacheLocation (usually ~/.cache/Calamares).
*/
DLLEXPORT QDir appLogDir();
/**
* @brief systemLibDir returns the system's lib directory.
* Defaults to CMAKE_INSTALL_FULL_LIBDIR (usually /usr/lib64 or /usr/lib).
*/
DLLEXPORT QDir systemLibDir();
/**
* @brief installTranslator changes the application language.
* @param locale the new locale.
* @param brandingTranslationsPrefix the branding path prefix, from Calamares::Branding.
* @param parent the parent QObject.
*/
DLLEXPORT void installTranslator( const QLocale& locale,
const QString& brandingTranslationsPrefix,
QObject* parent );
DLLEXPORT QString translatorLocaleName();
/**
@ -52,10 +78,24 @@ namespace CalamaresUtils
DLLEXPORT void setQmlModulesDir( const QDir& dir );
/**
* @brief removeDiacritics replaces letters with diacritics and ligatures with
* alternative forms and digraphs.
* @param string the string to transform.
* @return the output string with plain characters.
*/
DLLEXPORT QString removeDiacritics( const QString& string );
/**
* @brief obscure is a bidirectional obfuscation function, from KStringHandler.
* @param string the input string.
* @return the obfuscated string.
*/
DLLEXPORT QString obscure( const QString& string );
/**
* @brief crash makes Calamares crash immediately.
*/
DLLEXPORT void crash();
}

View File

@ -26,10 +26,20 @@
namespace CalamaresUtils
{
/**
* @brief The System class is a singleton with utility functions that perform
* system-specific operations.
*/
class DLLEXPORT System : public QObject
{
Q_OBJECT
public:
/**
* @brief System the constructor. Only call this once in a Calamares instance.
* @param doChroot set to true if all external commands should run in the
* target system chroot, otherwise false to run everything on the current system.
* @param parent the QObject parent.
*/
explicit System( bool doChroot, QObject* parent = nullptr );
virtual ~System();
@ -37,6 +47,10 @@ public:
/**
* Runs the mount utility with the specified parameters.
* @param devicePath the path of the partition to mount.
* @param mountPoint the full path of the target mount point.
* @param filesystemName the name of the filesystem (optional).
* @param options any additional options as passed to mount -o (optional).
* @returns the program's exit code, or:
* -1 = QProcess crash
* -2 = QProcess cannot start
@ -49,6 +63,13 @@ public:
/**
* Runs the specified command in the chroot of the target system.
* @param args the call with arguments, as a string list.
* @param workingPath the current working directory for the QProcess
* call (optional).
* @param stdInput the input string to send to the running process as
* standard input (optional).
* @param timeoutSec the timeout after which the process will be
* killed (optional, default is 0 i.e. no timeout).
* @returns the program's exit code, or:
* -1 = QProcess crash
* -2 = QProcess cannot start
@ -77,9 +98,11 @@ public:
const QString& stdInput = QString(),
int timeoutSec = 0 );
DLLEXPORT qint64 getPhysicalMemoryB(); //Better guess, doesn't work in VirualBox
/**
* @brief getTotalMemoryB returns the total main memory, in bytes.
*/
DLLEXPORT qint64 getTotalMemoryB(); //Always underguessed, but always works on Linux
DLLEXPORT qint64 getPhysicalMemoryB(); //Better guess, doesn't work in VirualBox
private:
static System* s_instance;

View File

@ -33,28 +33,82 @@ namespace Calamares
class ViewStep;
class ExecutionViewStep;
/**
* @brief The ViewManager class handles progression through view pages.
* @note Singleton object, only use through ViewManager::instance().
*/
class UIDLLEXPORT ViewManager : public QObject
{
Q_OBJECT
public:
/**
* @brief instance access to the ViewManager singleton.
* @return
*/
static ViewManager* instance();
explicit ViewManager( QObject* parent = nullptr );
virtual ~ViewManager();
/**
* @brief centralWidget always returns the central widget in the Calamares main
* window.
* @return a pointer to the active QWidget (usually a wizard page provided by a
* view module).
*/
QWidget* centralWidget();
/**
* @brief addViewStep appends a view step to the roster.
* @param step a pointer to the ViewStep object to add.
* @note a ViewStep is the active instance of a view module, it aggregates one
* or more view pages, plus zero or more jobs which may be created at runtime.
*/
void addViewStep( ViewStep* step );
/**
* @brief viewSteps returns the list of currently present view steps.
* @return the ViewStepList.
* This should only return an empty list before startup is complete.
*/
ViewStepList viewSteps() const;
/**
* @brief currentStep returns the currently active ViewStep, i.e. the ViewStep
* which owns the currently visible view page.
* @return the active ViewStep. Do not confuse this with centralWidget().
* @see ViewStep::centralWidget
*/
ViewStep* currentStep() const;
/**
* @brief currentStepIndex returns the index of the currently active ViewStep.
* @return the index.
*/
int currentStepIndex() const;
public slots:
/**
* @brief next moves forward to the next page of the current ViewStep (if any),
* or to the first page of the next ViewStep if the current ViewStep doesn't
* have any more pages.
*/
void next();
/**
* @brief back moves backward to the previous page of the current ViewStep (if any),
* or to the last page of the previous ViewStep if the current ViewStep doesn't
* have any pages before the current one.
*/
void back();
/**
* @brief onInstallationFailed displays an error message when a fatal failure
* happens in a ViewStep.
* @param message the error string.
* @param details the details string.
*/
void onInstallationFailed( const QString& message, const QString& details );
signals:

View File

@ -37,15 +37,32 @@ void operator>>( const QVariantMap& moduleDescriptor, Calamares::Module* m );
namespace Calamares
{
/**
* @brief The Module class is a common supertype for Calamares modules.
* It enforces a common interface for all the different types of modules, and it
* takes care of creating an object of the correct type starting from a module
* descriptor structure.
*/
class UIDLLEXPORT Module
{
public:
/**
* @brief The Type enum represents the intended functionality of the module
* Every module is either a job module or a view module.
* A job module is a single Calamares job.
* A view module has a UI (one or more view pages) and zero-to-many jobs.
*/
enum Type
{
Job,
View
};
/**
* @brief The Interface enum represents the interface through which the module
* talks to Calamares.
* Not all Type-Interface associations are valid.
*/
enum Interface
{
QtPluginInterface,
@ -55,27 +72,100 @@ public:
};
virtual ~Module();
/**
* @brief fromDescriptor creates a new Module object of the correct type.
* @param moduleDescriptor a module descriptor, already parsed into a variant map.
* @param instanceId the instance id of the new module instance.
* @param configFileName the name of the configuration file to read.
* @param moduleDirectory the path to the directory with this module's files.
* @return a pointer to an object of a subtype of Module.
*/
static Module* fromDescriptor( const QVariantMap& moduleDescriptor,
const QString& instanceId,
const QString& configFileName,
const QString& moduleDirectory );
/**
* @brief name returns the name of this module.
* @return a string with this module's name.
*/
virtual QString name() const final;
/**
* @brief instanceId returns the instance id of this module.
* @return a string with this module's instance id.
*/
virtual QString instanceId() const final;
/**
* @brief instanceKey returns the instance key of this module.
* @return a string with the instance key.
* A module instance's instance key is modulename@instanceid.
* @example "partition@partition" (default configuration) or
* "locale@someconfig" (custom configuration)
*/
virtual QString instanceKey() const final;
/**
* @brief requiredModules a list of names of modules required by this one.
* @return the list of names.
* The module dependencies system is currently incomplete and unused.
*/
virtual QStringList requiredModules() const;
/**
* @brief location returns the full path of this module's directory.
* @return the path.
*/
virtual QString location() const final;
/**
* @brief type returns the Type of this module object.
* @return the type enum value.
*/
virtual Type type() const = 0;
/**
* @brief typeString returns a user-visible string for the module's type.
* @return the type string.
*/
virtual QString typeString() const;
/**
* @brief interface the Interface used by this module.
* @return the interface enum value.
*/
virtual Interface interface() const = 0;
/**
* @brief interface returns a user-visible string for the module's interface.
* @return the interface string.
*/
virtual QString interfaceString() const;
/**
* @brief isLoaded reports on the loaded status of a module.
* @return true if the module's loading phase has finished, otherwise false.
*/
virtual bool isLoaded() const;
/**
* @brief loadSelf initialized the module.
* Subclasses must reimplement this depending on the module type and interface.
*/
virtual void loadSelf() = 0;
/**
* @brief jobs returns any jobs exposed by this module.
* @return a list of jobs (can be empty).
*/
virtual QList< job_ptr > jobs() const = 0;
/**
* @brief configurationMap returns the contents of the configuration file for
* this module instance.
* @return the instance's configuration, already parsed from YAML into a variant map.
*/
QVariantMap configurationMap();
protected:

View File

@ -303,10 +303,6 @@ ModuleManager::loadModules()
evs = new ExecutionViewStep( ViewManager::instance() );
ViewManager::instance()->addViewStep( evs );
}
else
{
cDebug() << "LAST VS IS EVS!";
}
evs->appendJobModuleInstanceKey( instanceKey );
}

View File

@ -30,6 +30,13 @@ namespace Calamares
class Module;
/**
* @brief The ModuleManager class is a singleton which manages Calamares modules.
*
* It goes through the module search directories and reads module metadata. It then
* constructs objects of type Module, loads them and makes them accessible by their
* instance key.
*/
class ModuleManager : public QObject
{
Q_OBJECT
@ -46,11 +53,31 @@ public:
*/
void init();
/**
* @brief loadedInstanceKeys returns a list of instance keys for the available
* modules.
* @return a QStringList with the instance keys.
*/
QStringList loadedInstanceKeys();
/**
* @brief moduleDescriptor returns the module descriptor structure for a given module.
* @param name the name of the module for which to return the module descriptor.
* @return the module descriptor, as a variant map already parsed from YAML.
*/
QVariantMap moduleDescriptor( const QString& name );
/**
* @brief moduleInstance returns a Module object for a given instance key.
* @param instanceKey the instance key for a module instance.
* @return a pointer to an object of a subtype of Module.
*/
Module* moduleInstance( const QString& instanceKey );
/**
* @brief loadModules initiates the asynchronous module loading operation.
* When this is done, the signal modulesLoaded is emitted.
*/
void loadModules();
signals:

View File

@ -29,6 +29,14 @@ class QLayout;
namespace CalamaresUtils
{
/**
* @brief The ImageType enum lists all common Calamares icons.
* Icons are loaded from SVGs and cached. Each icon has an enum value, through which
* it can be accessed.
* You can forward-declare this as:
* enum ImageType : int;
*/
enum ImageType : int
{
Yes,
@ -49,6 +57,10 @@ enum ImageType : int
Squid
};
/**
* @brief The ImageMode enum contains different transformations that can be applied.
* Most of these are currently unused.
*/
enum ImageMode
{
Original,
@ -58,15 +70,46 @@ enum ImageMode
RoundedCorners
};
UIDLLEXPORT QPixmap defaultPixmap( ImageType type, ImageMode mode = CalamaresUtils::Original, const QSize& size = QSize( 0, 0 ) );
UIDLLEXPORT QPixmap createRoundedImage( const QPixmap& avatar, const QSize& size, float frameWidthPct = 0.20 );
/**
* @brief defaultPixmap returns a resized and/or transformed pixmap for a given
* ImageType.
* @param type the ImageType i.e. the enum value for an SVG.
* @param mode the transformation to apply (default: no transformation).
* @param size the target pixmap size (default: original SVG size).
* @return the new pixmap.
*/
UIDLLEXPORT QPixmap defaultPixmap( ImageType type,
ImageMode mode = CalamaresUtils::Original,
const QSize& size = QSize( 0, 0 ) );
/**
* @brief createRoundedImage returns a rounded version of a pixmap.
* @param avatar the input pixmap.
* @param size the new size.
* @param frameWidthPct the frame size, as percentage of width.
* @return the transformed pixmap.
* This one is currently unused.
*/
UIDLLEXPORT QPixmap createRoundedImage( const QPixmap& avatar,
const QSize& size,
float frameWidthPct = 0.20 );
/**
* @brief unmarginLayout recursively walks the QLayout tree and removes all margins.
* @param layout the layout to unmargin.
*/
UIDLLEXPORT void unmarginLayout( QLayout* layout );
/**
* @brief clearLayout recursively walks the QLayout tree and deletes all the child
* widgets and layouts.
* @param layout the layout to clear.
*/
UIDLLEXPORT void clearLayout( QLayout* layout );
UIDLLEXPORT void setDefaultFontSize( int points );
UIDLLEXPORT int defaultFontSize();
UIDLLEXPORT int defaultFontHeight();
UIDLLEXPORT int defaultFontSize(); // in points
UIDLLEXPORT int defaultFontHeight(); // in pixels, DPI-specific
UIDLLEXPORT QFont defaultFont();
UIDLLEXPORT QSize defaultIconSize();

View File

@ -24,6 +24,10 @@
#include <QObject>
/**
* @brief The Utils class wraps around functions from CalamaresUtils to make them
* available in the PythonQt interface.
*/
class Utils : public QObject
{
Q_OBJECT

View File

@ -27,6 +27,14 @@
namespace Calamares
{
/**
* @brief The ViewStep class is the base class for all view modules.
* A view module is a Calamares module which has at least one UI page (exposed as
* ViewStep::widget), and can optionally create Calamares jobs at runtime.
* As of early 2017, a view module can be implemented by deriving from ViewStep
* in C++ (as a Qt Plugin) or in Python with the PythonQt interface (which also
* mimics the ViewStep class).
*/
class UIDLLEXPORT ViewStep : public QObject
{
Q_OBJECT

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: enolp <enolp@softastur.org>, 2017\n"
"Language-Team: Asturian (https://www.transifex.com/calamares/teams/20061/ast/)\n"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: scootergrisen <scootergrisen@gmail.com>, 2017\n"
"Language-Team: Danish (https://www.transifex.com/calamares/teams/20061/da/)\n"

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Christian Spaan <gyges@gmx.net>, 2017\n"
"Language-Team: German (https://www.transifex.com/calamares/teams/20061/de/)\n"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2017-02-23 00:58+0000\n"
"POT-Creation-Date: 2017-03-20 00:49+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"

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