Merge remote-tracking branch 'upstream/master' into development
This commit is contained in:
commit
7997265ce9
23
.travis.yml
Normal file
23
.travis.yml
Normal 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
2
Dockerfile
Normal 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
|
@ -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)
|
||||
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>تقسيم يدويّ</strong><br/>يمكنك إنشاء أو تغيير حجم الأقسام بنفسك.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>اختر قسمًا لتقليصه، ثمّ اسحب الشّريط السّفليّ لتغيير حجمه </strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>اختر القسم حيث سيكون التّثبيت عليه</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>لا يبدو أن في جهاز التّخزين أيّ نظام تشغيل. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>مسح القرص</strong><br/>هذا س<font color="red">يمسح</font> كلّ البيانات الموجودة في جهاز التّخزين المحدّد.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>على جهاز التّخزين %1. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>ثبّت جنبًا إلى جنب</strong><br/>سيقلّص المثبّت قسمًا لتفريغ مساحة لِ %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>استبدل قسمًا</strong><br/>يستبدل قسمًا مع %1 .</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>على جهاز التّخزين هذا نظام تشغيل ذأصلًا. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>على جهاز التّخزين هذا عدّة أنظمة تشغيل. ما الذي تودّ فعله؟<br/>يمكنك مراجعة الاختيارات وتأكيدها قبل تطبيقها على جهاز التّخزين.</translation>
|
||||
</message>
|
||||
|
@ -407,17 +407,17 @@ L'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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Particionáu manual</strong><br/>Pues crear o redimensionar particiones tu mesmu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
|
||||
<source>Boot loader location:</source>
|
||||
<translation>Allugamientu del xestor d'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'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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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'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'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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Esti preséu d'almacenamientu nun paez tener un sistema operativu nelli. ¿Qué te prestaría facer?<br/>Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d'almacenamientu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Desaniciar discu</strong><br/>Esto <font color="red">desaniciará</font> tolos datos anguaño presentes nel preséu d'almacenamientu esbilláu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Esti preséu d'almacenamientu tien %1 nelli. ¿Qué te prestaría facer?<br/>Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d'almacenamientu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Tocar una partición</strong><br/>Troca una partición con %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Esti preséu d'almacenamientu yá tien un sistema operativu nelli. ¿Qué te prestaría facer?<br/>Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d'almacenamientu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Esti preséu d'almacenamientu tien múltiples sistemes operativos nelli. ¿Qué te prestaría facer?<br/>Sedrás capaz a revisar y confirmar les tos escoyetes enantes de facer cualesquier camudancia al preséu d'almacenamientu.</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Самостоятелно поделяне</strong><br/>Можете да създадете или преоразмерите дяловете сами.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Изберете дял за смаляване, после влачете долната лента за преоразмеряване</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Изберете дял за инсталацията</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Това устройство за съхранение няма инсталирана операционна система. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Изтриване на диска</strong><br/>Това ще <font color="red">изтрие</font> всички данни върху устройството за съхранение.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Това устройство за съхранение има инсталиран %1. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Инсталирайте покрай</strong><br/>Инсталатора ще раздроби дяла за да направи място за %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Замени дял</strong><br/>Заменя този дял с %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Това устройство за съхранение има инсталирана операционна система. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Това устройство за съхранение има инсталирани операционни системи. Какво ще правите?<br/>Ще може да прегледате и потвърдите избора си, преди да се направят промени по устройството за съхранение.</translation>
|
||||
</message>
|
||||
|
@ -407,17 +407,17 @@ L'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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Partiment manual</strong><br/>Podeu crear o redimensionar les particions vosaltres mateixos.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="981"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="975"/>
|
||||
<source>Boot loader location:</source>
|
||||
<translation>Ubicació del carregador d'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'encongirà a %2MB i es crearà una partició nova de %3MB per a %4.</translation>
|
||||
</message>
|
||||
@ -428,83 +428,83 @@ L'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'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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Seleccioneu una partició per encongir i arrossegueu-la per redimensinar-la</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Seleccioneu una partició per fer-hi la instal·lació</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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'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'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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Aquest dispositiu d'emmagatzematge no sembla que tingui un sistema operatiu. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Esborra el disc</strong><br/>Això <font color="red">esborrarà</font> totes les dades del dispositiu seleccionat.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Aquest dispositiu d'emmagatzematge té %1. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu. </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Instal·la al costat</strong><br/>L'instal·lador reduirà una partició per fer espai per a %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Reemplaça una partició</strong><br/>Reemplaça una partició per %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Aquest dispositiu d'emmagatzematge ja té un sistema operatiu. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu. </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Aquest dispositiu d'emmagatzematge ja múltiples sistemes operatius. Què voleu fer?<br/>Podreu revisar i confirmar la tria abans que es faci cap canvi al dispositiu. </translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Ruční rozdělení disku</strong><br/>Můžete si vytvořit a upravit oddíly sami.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Vyberte, který oddíl chcete zmenšit, poté tažením spodní lišty můžete změnit jeho velikost.</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Vyberte oddíl pro provedení instalace</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Zdá se, že na tomto úložném zařízení není žádný operační systém. Jak chcete postupovat?<br/>Než se provedou jakékoliv změny nastavení Vašich úložných zařízení, ukáže se Vám přehled změn a budete požádáni o jejich potvrzení.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Vymazat disk</strong><br/>Touto volbou <font color="red">smažete</font> všechna data, která se nyní nachází na vybraném úložišti.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Na tomto úložném zařízení jsem našel %1. Jak chcete postupovat?<br/>Než se provedou jakékoliv změny nastavení Vašich úložných zařízení, ukáže se Vám přehled změn a budete požádáni o jejich potvrzení.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Instalovat vedle</strong><br/>Instalační program zmenší oddíl a vytvoří místo pro %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Nahradit oddíl</strong><br/>Původní oddíl nahradí %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Na tomto úložném zařízení již je operační systém. Jak chcete postupovat?<br/>Než se provedou jakékoliv změny nastavení Vašich úložných zařízení, ukáže se Vám přehled změn a budete požádáni o jejich potvrzení.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Na tomto úložném zařízení již je několik operačních systémů. Jak chcete postupovat?<br/>Než se provedou jakékoliv změny nastavení Vašich úložných zařízení, ukáže se Vám přehled změn a budete požádáni o jejich potvrzení.</translation>
|
||||
</message>
|
||||
@ -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
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Manuelle Partitionierung</strong><br/>Sie können Partitionen eigenhändig erstellen oder in der Grösse verändern.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Wählen Sie die zu verkleinernde Partition, dann ziehen Sie den Regler, um die Größe zu ändern</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Wählen Sie eine Partition für die Installation</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Auf diesem Speichermedium scheint kein Betriebssystem installiert zu sein. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen auf diesem Speichermedium vorgenommen werden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Festplatte löschen</strong><br/>Dies wird alle vorhandenen Daten auf dem gewählten Speichermedium <font color="red">löschen</font>. </translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Auf diesem Speichermedium ist %1 installiert. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen werden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Parallel dazu installieren</strong><br/>Das Installationsprogramm wird eine Partition verkleinern, um Platz für %1 zu schaffen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Ersetze eine Partition</strong><br/>Ersetzt eine Partition durch %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Dieses Speichermedium enthält bereits ein Betriebssystem. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen wird.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Auf diesem Speichermedium sind mehrere Betriebssysteme installiert. Was möchten Sie tun?<br/>Sie können Ihre Auswahl überprüfen und bestätigen, bevor Änderungen an dem Speichermedium vorgenommen werden.</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Χειροκίνητη τμηματοποίηση</strong><br/>Μπορείτε να δημιουργήσετε κατατμήσεις ή να αλλάξετε το μέγεθός τους μόνοι σας.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Επιλέξτε ένα διαμέρισμα για σμίκρυνση, και μετά σύρετε το κάτω τμήμα της μπάρας για αλλαγή του μεγέθους</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Επιλέξτε διαμέρισμα για την εγκατάσταση</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Η συσκευή αποθήκευσης δεν φαίνεται να διαθέτει κάποιο λειτουργικό σύστημα. Τί θα ήθελες να κάνεις;<br/>Θα έχεις την δυνατότητα να επιβεβαιώσεις και αναθεωρήσεις τις αλλαγές πριν γίνει οποιαδήποτε αλλαγή στην συσκευή αποθήκευσης.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Διαγραφή του δίσκου</strong><br/>Αυτό θα <font color="red">διαγράψει</font> όλα τα αρχεία στην επιλεγμένη συσκευή αποθήκευσης.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Εγκατάσταση σε επαλληλία</strong><br/>Η εγκατάσταση θα συρρικνώσει μία κατάτμηση για να κάνει χώρο για το %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Αντικατάσταση μίας κατάτμησης</strong><br/>Αντικαθιστά μία κατάτμηση με το %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Select a partition to install on</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>This storage device does not seem to have an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>This storage device has %1 on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Replace a partition</strong><br/>Replaces a partition with %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>This storage device already has an operating system on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>This storage device has multiple operating systems on it. What would you like to do?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Particionado manual </strong><br/> Usted puede crear o cambiar el tamaño de las particiones usted mismo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Seleccione una partición para reducir el tamaño, a continuación, arrastre la barra inferior para cambiar el tamaño</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Seleccione una partición para instalar en</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Este dispositivo de almacenamiento no parece tener un sistema operativo en él. ¿Qué quiere hacer?<br/>Podrá revisar y confirmar sus elecciones antes de que se haga cualquier cambio en el dispositivo de almacenamiento.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Borrar disco</strong><br/>Esto <font color="red">borrará</font> todos los datos presentes actualmente en el dispositivo de almacenamiento.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>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?<br/>Podrá revisar y confirmar su elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Instalar junto al otro SO</strong><br/>El instalador reducirá la partición del SO existente para tener espacio para instalar %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Reemplazar una partición</strong><br/>Reemplazar una partición con %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Este dispositivo de almacenamiento parece que ya tiene un sistema operativo instalado en él. ¿Qué desea hacer?<br/>Podrá revisar y confirmar su elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Este dispositivo de almacenamiento contiene múltiples sistemas operativos instalados en él. ¿Qué desea hacer?<br/>Podrá revisar y confirmar su elección antes de que cualquier cambio se haga efectivo en el dispositivo de almacenamiento.</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Particionado manual </strong><br/> Puede crear o cambiar el tamaño de las particiones usted mismo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation> <strong>Seleccione una partición para reducir el tamaño, a continuación, arrastre la barra inferior para redimencinar</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation> <strong>Seleccione una partición para instalar</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/AlongsidePage.cpp" line="121"/>
|
||||
<source>With this operation, the partition <strong>%1</strong> which contains %4 will be shrunk to %2MB and a new %3MB partition will be created for %5.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Eragiketa honekin, %4 daukan <strong>%1<strong> 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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -407,17 +407,17 @@ L'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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Partitionnement manuel</strong><br/>Vous pouvez créer ou redimensionner vous-même des partitions.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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'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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Sélectionnez une partition à réduire, puis faites glisser la barre du bas pour redimensionner</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Sélectionner une partition pour l'installation</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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'a pas pu être trouvée sur ce système. Veuillez retourner à l'étape précédente et sélectionner le partitionnement manuel pour configurer %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Ce périphérique de stockage ne semble pas contenir de système d'exploitation. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Effacer le disque</strong><br/>Ceci va <font color="red">effacer</font> toutes les données actuellement présentes sur le périphérique de stockage sélectionné.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Ce périphérique de stockage contient %1. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Installer à côté</strong><br/>L'installateur va réduire une partition pour faire de la place pour %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Remplacer une partition</strong><br>Remplace une partition par %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Ce périphérique de stockage contient déjà un système d'exploitation. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Ce péiphérique de stockage contient déjà plusieurs systèmes d'exploitation. Que souhaitez-vous faire ?<br/>Vous pourrez relire et confirmer vos choix avant que les modifications soient effectuées sur le périphérique de stockage.</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Particionado manual</strong><br/> Pode crear o redimensionar particións pola súa conta.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Seleccione unha partición para acurtar, logo empregue a barra para redimensionala</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Seleccione unha partición para instalar</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Esta unidade de almacenamento non semella ter un sistema operativo instalado nela. Que desexa facer?<br/>Poderá revisar e confirmar as súas eleccións antes de que calquera cambio sexa feito na unidade de almacenamento.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Borrar disco</strong><br/>Esto <font color="red">eliminará</font> 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?<br/>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?<br/>Poderá revisar e confirmar a súa elección antes de que se aplique algún cambio á unidade.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Instalar a carón</strong><br/>O instalador encollerá a partición para facerlle sitio a %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Substituír a partición</strong><br/>Substitúe a partición con %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Esta unidade de almacenamento xa ten un sistema operativo instalado nel. Que desexa facer?<br/>Poderá revisar e confirmar as súas eleccións antes de que calquera cambio sexa feito na unidade de almacenamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Esta unidade de almacenamento ten múltiples sistemas operativos instalados nela. Que desexa facer?<br/>Poderá revisar e confirmar as súas eleccións antes de que calquera cambio sexa feito na unidade de almacenamento.</translation>
|
||||
</message>
|
||||
@ -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"/>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Ručno particioniranje</strong><br/>Možete sami stvoriti ili promijeniti veličine particija.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Odaberite particiju za smanjivanje, te povlačenjem donjeg pokazivača odaberite promjenu veličine</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Odaberite particiju za instalaciju</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Izgleda da na ovom disku nema operacijskog sustava. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Obriši disk</strong><br/>To će <font color="red">obrisati</font> sve podatke na odabranom disku.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Ovaj disk ima %1. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Instaliraj uz postojeće</strong><br/>Instalacijski program će smanjiti particiju da bi napravio mjesto za %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Zamijeni particiju</strong><br/>Zamijenjuje particiju sa %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Ovaj disk već ima operacijski sustav. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Ovaj disk ima više operacijskih sustava. Što želite učiniti?<br/>Moći ćete provjeriti i potvrditi vaš odabir prije bilo kakvih promjena na disku.</translation>
|
||||
</message>
|
||||
|
@ -408,17 +408,17 @@ Telepítés nem folytatható. <a href="#details">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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Manuális partícionálás</strong><br/>Létrehozhat vagy átméretezhet partíciókat.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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ó. <a href="#details">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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Válaszd ki a partíciót amit zsugorítani akarsz és egérrel méretezd át.</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Válaszd ki a telepítésre szánt partíciót </strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Úgy tűnik ezen a tárolóeszközön nincs operációs rendszer. Mit szeretnél csinálni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Lemez törlése</strong><br/>Ez <font color="red">törölni</font> fogja a lemezen levő összes adatot.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Ezen a tárolóeszközön %1 található. Mit szeretnél tenni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Meglévő mellé telepíteni</strong><br/>A telepítő zsugorítani fogja a partíciót, hogy elférjen a %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>A partíció lecserélése</strong> a következővel: %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Ez a tárolóeszköz már tartalmaz egy operációs rendszert. Mit szeretnél tenni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>A tárolóeszközön több operációs rendszer található. Mit szeretnél tenni?<br/>Lehetőséged lesz átnézni és megerősíteni a választásod mielőtt bármilyen változtatás történik a tárolóeszközön.</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Pemartisian manual</strong><br/>Anda bisa membuat atau mengubah ukuran partisi.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Pilih sebuah partisi untuk diiris, kemudian seret bilah di bawah untuk mengubah ukuran</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Pilih sebuah partisi untuk memasang</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Tampaknya media penyimpanan ini tidak mengandung sistem operasi. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Hapus disk</strong><br/>Aksi ini akan <font color="red">menghapus</font> semua berkas yang ada pada media penyimpanan terpilih.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Media penyimpanan ini mengandung %1. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Pasang berdampingan dengan</strong><br/>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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Ganti sebuah partisi</strong><br/> Ganti partisi dengan %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Media penyimpanan ini telah mengandung sistem operasi. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Media penyimpanan ini telah mengandung beberapa sistem operasi. Apa yang hendak Anda lakukan?<br/>Anda dapat menelaah dan mengkonfirmasi pilihan Anda sebelum dilakukan perubahan pada media penyimpanan.</translation>
|
||||
</message>
|
||||
@ -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>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Leiðarvísir skiptingu</strong><br/>Þú getur búið til eða breytt stærð skiptingu sjálf(ur).</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Veldu hvaða skipting að skreppa saman, svo draga að neðsta bar til að endurstækka</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Veldu disksnið til að setja upp á </strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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 að 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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Þetta geymslu tæki hefur mörg stýrikerfi á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Eyða disk</strong><br/>Þetta mun <font color="red">eyða</font> öllum gögnum á þessu valdna geymslu tæki.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Þetta geymslu tæki hefur %1 á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Setja upp með</strong><br/>Uppsetningin mun minnka disksnið til að búa til pláss fyrir %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>leysa af hólmi</strong><br/>Kemur í stað skiptingu með %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Þetta geymslu tæki hefur stýrikerfi á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Þetta geymslu tæki hefur mörg stýrikerfi á sér. Hvað viltu gera?<br/>Þú verður að vera fær um að yfirfara og staðfesta val þitt áður en breytingar eru gerðar til geymslu tæki.</translation>
|
||||
</message>
|
||||
@ -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 <strong>%1</strong>.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Setja vélarheiti <strong>%1</strong>.</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><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Þakkir til: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini og Rohan Garg.<a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating hugbúnað.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="196"/>
|
||||
|
@ -407,17 +407,17 @@ Il programma d'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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Partizionamento manuale</strong><br/>Si possono creare o ridimensionare le partizioni manualmente.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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'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 &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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Selezionare una partizione da ridurre, trascina la barra inferiore per ridimensionare</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Selezionare la partizione sulla quale si vuole installare</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Questo dispositivo di memoria non sembra contenere alcun sistema operativo. Come si vuole procedere?<br/>Si potranno comunque rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Cancellare disco</strong><br/>Questo <font color="red">cancellerà</font> tutti i dati attualmente presenti sul dispositivo di memoria.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Questo dispositivo di memoria ha %1. Come si vuole procedere?<br/>Si potranno comunque rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Installare a fianco</strong><br/>Il programma di installazione ridurrà una partizione per dare spazio a %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Sostituire una partizione</strong><br/>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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Questo dispositivo di memoria contenere già un sistema operativo. Come si vuole procedere?<br/>Si potranno comunque rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Questo dispositivo di memoria contenere diversi sistemi operativi. Come si vuole procedere?<br/>Comunque si potranno rivedere e confermare le scelte prima di apportare i cambiamenti al dispositivo.</translation>
|
||||
</message>
|
||||
@ -1334,12 +1334,12 @@ Il programma d'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'installazione sarà terminato e tutte le modifiche andranno
|
||||
<message>
|
||||
<location filename="../src/modules/users/page_usersetup.ui" line="36"/>
|
||||
<source>What is your name?</source>
|
||||
<translation>Qual'è il 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'installazione sarà terminato e tutte le modifiche andranno
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="72"/>
|
||||
<source><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Thanks to: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg and the <a href="https://www.transifex.com/calamares/calamares/">Calamares translators team</a>.<br/><br/><a href="http://calamares.io/">Calamares</a> development is sponsored by <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation><h1>%1</h1><br/><strong>%2<br/>for %3</strong><br/><br/>Copyright 2014-2017 Teo Mrnjavac &lt;teo@kde.org&gt;<br/>Grazie a: Anke Boersma, Aurélien Gâteau, Kevin Kofler, Lisa Vitolo, Philip Müller, Pier Luigi Fiorini, Rohan Garg e ai <a href="https://www.transifex.com/calamares/calamares/">traduttori di Calamares</a>.<br/><br/>Lo sviluppo di <a href="http://calamares.io/">Calamares</a> è sponsorizzato da <br/><a href="http://www.blue-systems.com/">Blue Systems</a> - Liberating Software.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="196"/>
|
||||
|
@ -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>&Back</source>
|
||||
<translation>戻る (&B)</translation>
|
||||
<translation>戻る(&B)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="66"/>
|
||||
<source>&Next</source>
|
||||
<translation>次へ (&N)</translation>
|
||||
<translation>次へ(&N)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="67"/>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="295"/>
|
||||
<source>&Cancel</source>
|
||||
<translation>中止 (&C)</translation>
|
||||
<translation>中止(&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>&Install now</source>
|
||||
<translation>今すぐインストール (&I)</translation>
|
||||
<translation>今すぐインストール(&I)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="233"/>
|
||||
<source>Go &back</source>
|
||||
<translation>戻る (&B)</translation>
|
||||
<translation>戻る(&B)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="264"/>
|
||||
<source>&Quit</source>
|
||||
<translation>終了 (&Q)</translation>
|
||||
<translation>終了(&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.<br/>Installation can continue, but some features might be disabled.</source>
|
||||
<translation>このコンピュータは %1 をインストールするための推奨条件をいくつか満たしていません。<br/>インストールは続行しますが、一部の機能が無効になる場合があります。</translation>
|
||||
<translation>このコンピュータは、 %1 をインストールするための推奨条件をいくつか満たしていません。<br/>インストールは続行しますが、一部の機能が無効になる場合があります。</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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>手動パーティション</strong><br/>パーティションの作成、あるいはサイズ変更を行うことができます。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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&vice:</source>
|
||||
<translation>ストレージデバイスを選択(&V):</translation>
|
||||
<translation>ストレージデバイスを選択(&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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>縮小するパーティションを選択し、その下にあるバーをドラッグしてサイズを変更して下さい</strong></translation>
|
||||
<translation><strong>縮小するパーティションを選択し、下のバーをドラッグしてサイズを変更して下さい</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>インストールするパーティションの選択</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>このストレージデバイスは、オペレーティングシステムを持っていないようです。どうしますか?<br/>ストレージデバイスに対する変更が実施される前に、変更点をレビューし、確認することができます。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>ディスクの消去</strong><br/>選択したストレージデバイス上のデータがすべて <font color="red">削除</font> されます。</translation>
|
||||
<translation><strong>ディスクの消去</strong><br/>選択したストレージデバイス上のデータがすべて <font color="red">削除</font>されます。</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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>このストレージデバイスは %1 を有しています。どうしますか?<br/>ストレージデバイスに対する変更が実施される前に、変更点をレビューし、確認することができます。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>共存してインストール</strong><br/>インストーラは %1 用の空きスペースを確保するため、パーティションを縮小します。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>パーティションの置換</strong><br/>パーティション %1 に置き換えます。</translation>
|
||||
<translation><strong>パーティションの置換</strong><br/>パーティションを %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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>この記憶装置は、すでにオペレーティングシステムが存在します。どうしますか?<br/>ストレージデバイスに対する変更が実施される前に、変更点をレビューし、確認することができます。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>このストレージデバイスには、複数のオペレーティングシステムが存在します。どうしますか?<br />ストレージデバイスに対する変更が実施される前に、変更点をレビューし、確認することができます。</translation>
|
||||
</message>
|
||||
@ -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 &Type:</source>
|
||||
<translation>パーティションの種類 (&T) :</translation>
|
||||
<translation>パーティションの種類(&T):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="67"/>
|
||||
<source>&Primary</source>
|
||||
<translation>プライマリ (&P)</translation>
|
||||
<translation>プライマリ(&P)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="77"/>
|
||||
<source>E&xtended</source>
|
||||
<translation>拡張 (&X)</translation>
|
||||
<translation>拡張(&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>&Mount Point:</source>
|
||||
<translation>マウントポイント (&M)</translation>
|
||||
<translation>マウントポイント(&M)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/CreatePartitionDialog.ui" line="38"/>
|
||||
<source>Si&ze:</source>
|
||||
<translation>サイズ (&Z)</translation>
|
||||
<translation>サイズ(&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>&Keep</source>
|
||||
<translation>保持 (&K)</translation>
|
||||
<translation>保持(&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>&Mount Point:</source>
|
||||
<translation>マウントポイント (&M)</translation>
|
||||
<translation>マウントポイント(&M)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="119"/>
|
||||
<source>Si&ze:</source>
|
||||
<translation>サイズ (&Z):</translation>
|
||||
<translation>サイズ(&Z):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/>
|
||||
<source>Fi&le System:</source>
|
||||
<translation>ファイルシステム (&L)</translation>
|
||||
<translation>ファイルシステム(&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>&Restart now</source>
|
||||
<translation>今すぐ再起動 (&R)</translation>
|
||||
<translation>今すぐ再起動(&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 <strong>%3MB</strong> partition <strong>%1</strong> with file system <strong>%2</strong>.</source>
|
||||
<translation><strong>%3MB</strong> パーティション <strong>%1</strong> をファイルシステム <strong>%2</strong>でフォーマット。</translation>
|
||||
<translation><strong>%3MB</strong> パーティション <strong>%1</strong> をファイルシステム<strong>%2</strong>でフォーマット。</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 '%1'.</source>
|
||||
<translation>インストーラーはディスク '%1' 上にあるパーティションテーブルの更新に失敗しました。</translation>
|
||||
<translation>インストーラーはディスク '%1' 上のパーティションテーブルのアップデートに失敗しました。</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>&Change...</source>
|
||||
<translation>変更 (&C)...</translation>
|
||||
<translation>変更(&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><small>If more than one person will use this computer, you can set up multiple accounts after installation.</small></source>
|
||||
<translation><small>複数人がこのコンピュータを使用する場合、インストール後に複数のアカウントを設定することができます。</small></translation>
|
||||
<translation><small>もし複数の人間がこのコンピュータを使用する場合、インストールの後で複数のアカウントのセットアップを行うことができます。</small></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><small>Enter the same password twice, so that it can be checked for typing errors. A good password will contain a mixture of letters, numbers and punctuation, should be at least eight characters long, and should be changed at regular intervals.</small></source>
|
||||
<translation><small>入力ミスを確認することができるよう、同じパスワードを 2 回入力します。良いパスワードにするためには 8文字以上にする必要があり、英文・数字・句読点を組み合わせたものにします。パスワードは定期的に変更してください。</small></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><small>This name will be used if you make the computer visible to others on a network.</small></source>
|
||||
<translation><small>ネットワーク上から他の人よりコンピュータが見えるようにする場合、この名前が使用されます。</small></translation>
|
||||
<translation><small>ネットワーク上からコンピュータが見えるようにする場合、この名前が使用されます。</small></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&vice:</source>
|
||||
<translation>
|
||||
ストレージデバイス (&V):</translation>
|
||||
<translation>ストレージデバイス (&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 &Table</source>
|
||||
<translation>新しいパーティションテーブル (&T)</translation>
|
||||
<translation>新しいパーティションテーブル(&T)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="107"/>
|
||||
<source>&Create</source>
|
||||
<translation>作成 (&C)</translation>
|
||||
<translation>作成(&C)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="114"/>
|
||||
<source>&Edit</source>
|
||||
<translation>編集 (&E)</translation>
|
||||
<translation>編集(&E)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="121"/>
|
||||
<source>&Delete</source>
|
||||
<translation>削除 (&D)</translation>
|
||||
<translation>削除(&D)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/PartitionPage.ui" line="148"/>
|
||||
<source>Install boot &loader on:</source>
|
||||
<translation>ブートローダーインストール先 (&L):</translation>
|
||||
<translation>ブートローダーインストール先 (&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 '%2'.</source>
|
||||
<translation>インストーラはディスク '%2' パーティション %1 のサイズ変更に失敗しました。</translation>
|
||||
<translation>インストーラが、ディスク '%2' でのパーティション %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>&Language:</source>
|
||||
<translation>言語 (&L) :</translation>
|
||||
<translation>言語(&L):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="176"/>
|
||||
<source>&Release notes</source>
|
||||
<translation>リリースノート (&R)</translation>
|
||||
<translation>リリースノート(&R)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="166"/>
|
||||
<source>&Known issues</source>
|
||||
<translation>既知の問題 (&K)</translation>
|
||||
<translation>既知の問題(&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>&About</source>
|
||||
<translation>説明 (&A)</translation>
|
||||
<translation>説明(&A)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.cpp" line="56"/>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -261,7 +261,7 @@ Išvestis:
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="66"/>
|
||||
<source>&Next</source>
|
||||
<translation>&Kitas</translation>
|
||||
<translation>&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.<br/><strong>You will not be able to undo these changes.</strong></source>
|
||||
<translation>%1 diegimo programa, siekdama įdiegti %2, ketina atlikti pakeitimus jūsų diske.<br/><strong>Jūs negalėsite atšaukti šių pakeitimų.</strong></translation>
|
||||
<translation>%1 diegimo programa, siekdama įdiegti %2, ketina atlikti pakeitimus diske.<br/><strong>Negalėsite atšaukti šių pakeitimų.</strong></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.<br/>Installation can continue, but some features might be disabled.</source>
|
||||
<translation>Šis kompiuteris netenkina kai kurių %1 diegimo rekomenduojamų reikalavimų.<br/>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ų.<br/>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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Rankinis skaidymas</strong><br/>Galite patys kurti ar keisti skaidinių dydžius.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Pasirinkite, kurį skaidinį sumažinti, o tuomet vilkite juostą, kad pakeistumėte skaidinio dydį</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Pasirinkite kuriame skaidinyje įdiegti</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Atrodo, kad šiame įrenginyje nėra operacinės sistemos. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Ištrinti diską</strong><br/>Tai <font color="red">ištrins</font> visus, pasirinktame atminties įrenginyje, esančius duomenis.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Šiame atminties įrenginyje jau yra %1. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Įdiegti šalia</strong><br/>Diegimo programa sumažins skaidinį, kad atlaisvintų vietą sistemai %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Pakeisti skaidinį</strong><br/>Pakeičia skaidinį ir įrašo %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Šiame atminties įrenginyje jau yra operacinė sistema. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Šiame atminties įrenginyje jau yra kelios operacinės sistemos. Ką norėtumėte daryti?<br/>Prieš atliekant bet kokius pakeitimus atminties įrenginyje, jūs galėsite apžvelgti ir patvirtinti savo pasirinkimus.</translation>
|
||||
</message>
|
||||
@ -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"/>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Handmatig partitioneren</strong><br/>Je maakt of wijzigt zelf de partities.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Selecteer een partitie om te verkleinen, en sleep vervolgens de onderste balk om het formaat te wijzigen</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Selecteer een partitie om op te installeren</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Dit opslagmedium lijkt geen besturingssysteem te bevatten. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Wis schijf</strong><br/>Dit zal alle huidige gegevens op de geselecteerd opslagmedium <font color="red">verwijderen</font>.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Dit opslagmedium bevat %1. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Installeer ernaast</strong><br/>Het installatieprogramma zal een partitie verkleinen om plaats te maken voor %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Vervang een partitie</strong><br/>Vervangt een partitie met %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Dit opslagmedium bevat reeds een besturingssysteem. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Dit opslagmedium bevat meerdere besturingssystemen. Wat wil je doen?<br/>Je zal jouw keuzes kunnen nazien en bevestigen voordat er iets aan het opslagmedium wordt veranderd.</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Ręczne partycjonowanie</strong><br/>Możesz samodzielnie utworzyć lub zmienić rozmiar istniejących partycji.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Wybierz partycję do zmniejszenia, a następnie przeciągnij dolny pasek, aby zmienić jej rozmiar</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Wybierz partycję, na której przeprowadzona będzie instalacja</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>To urządzenie pamięci masowej prawdopodobnie nie posiada żadnego systemu operacyjnego. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Wyczyść dysk</strong><br/>Ta operacja <font color="red">usunie</font> wszystkie dane obecnie znajdujące się na wybranym urządzeniu przechowywania.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>To urządzenie pamięci masowej posiada %1. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Zainstaluj obok siebie</strong><br/>Instalator zmniejszy partycję, aby zrobić miejsce dla %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Zastąp partycję</strong><br/>Zastępowanie partycji poprzez %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>To urządzenie pamięci masowej posiada już system operacyjny. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>To urządzenie pamięci masowej posiada kilka systemów operacyjnych. Co chcesz zrobić?<br/>Będziesz miał możliwość przejrzenia oraz zatwierdzenia swoich ustawień przed wykonaniem jakichkolwiek zmian na tym urządzeniu.</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Particionamento manual</strong><br/>Você pode criar ou redimensionar partições.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Selecione uma partição para reduzir, então arraste a barra de baixo para redimensionar</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Selecione uma partição para instalação</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Parece que não há um sistema operacional neste dispositivo de armazenamento. O que gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Apagar unidade</strong><br/>Isto <font color="red">excluirá</font> todos os dados no dispositivo de armazenamento selecionado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Este dispositivo de armazenamento possui %1 nele. O que gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Instalar lado a lado</strong><br/>O instalador irá reduzir uma partição para liberar espaço para %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Substituir uma partição</strong><br/>Substitui uma partição com %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Já há um sistema operacional neste dispositivo de armazenamento. O que gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Há diversos sistemas operacionais neste dispositivo de armazenamento. O que gostaria de fazer?<br/>Você poderá revisar e confirmar suas opções antes que as alterações sejam feitas no dispositivo de armazenamento.</translation>
|
||||
</message>
|
||||
@ -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"/>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Particionamento manual</strong><br/>Pode criar ou redimensionar partições manualmente.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Selecione uma partição para encolher, depois arraste a barra de fundo para redimensionar</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Selecione uma partição para instalar</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Este dispositivo de armazenamento aparenta não ter um sistema operativo. O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Apagar disco</strong><br/>Isto irá <font color="red">apagar</font> todos os dados atualmente apresentados no dispositivo de armazenamento selecionado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Este dispositivo de armazenamento tem %1 nele. O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Instalar paralelamente</strong><br/>O instalador irá encolher a partição para arranjar espaço para %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Substituir a partição</strong><br/>Substitui a partição com %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Este dispositivo de armazenamento já tem um sistema operativo nele. O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Este dispositivo de armazenamento tem múltiplos sistemas operativos nele, O que quer fazer?<br/>Poderá rever e confirmar as suas escolhas antes de qualquer alteração ser feita no dispositivo de armazenamento.</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Partiționare manuală</strong><br/>Puteți crea sau redimensiona partițiile.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Selectează o partiție de micșorat, apoi trageți bara din jos pentru a redimensiona</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Selectează o partiție pe care să se instaleze</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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. Vă rugăm să reveniți și să partiționați manual pentru a seta %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Acest dispozitiv de stocare nu pare să aibă un sistem de operare instalat. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte să fie realizate schimbări pe dispozitivul de stocare.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Șterge discul</strong><br/>Aceasta va <font color="red">șterge</font> toate datele prezente pe dispozitivul de stocare selectat.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Acest dispozitiv de stocare are %1. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte să fie realizate schimbări pe dispozitivul de stocare.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Instalează laolaltă</strong><br/>Instalatorul va micșora o partiție pentru a face loc pentru %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Înlocuiește o partiție</strong><br/>Înlocuiește o partiție cu %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Acest dispozitiv de stocare are deja un sistem de operare instalat. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte de se realiza schimbări pe dispozitivul de stocare.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Acest dispozitiv de stocare are mai multe sisteme de operare instalate. Ce doriți să faceți?<br/>Veți putea revedea și confirma alegerile făcute înainte de a se realiza schimbări pe dispozitivul de stocare.</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Ручная разметка</strong><br/>Вы можете самостоятельно создавать разделы или изменять их размеры.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Выберите раздел для уменьшения, затем двигайте ползунок, изменяя размер</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Выберите раздел для установки</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Видимо, на этом устройстве нет операционной системы. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Стереть диск</strong><br/>Это <font color="red">удалит</font> все данные, которые сейчас находятся на выбранном устройстве.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>На этом устройстве есть %1. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Установить рядом</strong><br/>Программа установки уменьшит раздел, чтобы освободить место для %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Заменить раздел</strong><br/>Меняет раздел на %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>На этом устройстве уже есть операционная система. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>На этом устройстве есть несколько операционных систем. Что Вы хотите сделать?<br/>Вы сможете изменить или подтвердить свой выбор до того, как на устройстве будут сделаны какие-либо изменения.</translation>
|
||||
</message>
|
||||
|
@ -261,7 +261,7 @@ Výstup:
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="66"/>
|
||||
<source>&Next</source>
|
||||
<translation>Ď&aľej</translation>
|
||||
<translation>Ď&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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Ručné rozdelenie oddielov</strong><br/>Môžete vytvoriť alebo zmeniť veľkosť oddielov podľa seba.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Vyberte oddiel na zmenšenie a potom potiahnutím spodného pruhu zmeňte veľkosť</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Vyberte oddiel, na ktorý sa má inštalovať</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Zdá sa, že toto úložné zariadenie neobsahuje operačný systém. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Vymazanie disku</strong><br/>Týmto sa <font color="red">odstránia</font> všetky údaje momentálne sa nachádzajúce na vybratom úložnom zariadení.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Toto úložné zariadenie obsahuje operačný systém %1. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Inštalácia popri súčasnom systéme</strong><br/>Inštalátor zmenší oddiel a uvoľní miesto pre distribúciu %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Nahradenie oddielu</strong><br/>Nahradí oddiel distribúciou %1.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Toto úložné zariadenie už obsahuje operačný systém. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Toto úložné zariadenie obsahuje viacero operačných systémov. Čo by ste chceli urobiť?<br/>Budete môcť skontrolovať a potvrdiť vaše voľby pred uplatnením akejkoľvek zmeny na úložnom zariadení.</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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>&Install now</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Инсталирај сада</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/libcalamaresui/ViewManager.cpp" line="233"/>
|
||||
<source>Go &back</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Иди &назад</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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
@ -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>&Keep</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Очувај</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>&Mount Point:</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Тачка монтирања:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="119"/>
|
||||
<source>Si&ze:</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Величина:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/EditExistingPartitionDialog.ui" line="132"/>
|
||||
<source>Fi&le System:</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>Фајл &систем:</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>&Change...</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Измени...</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>&Language:</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Језик:</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>&Known issues</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&Познати проблеми</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="156"/>
|
||||
<source>&Support</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>По&дршка</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/welcome/WelcomePage.ui" line="146"/>
|
||||
<source>&About</source>
|
||||
<translation type="unfinished"/>
|
||||
<translation>&О програму</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>
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Manuell partitionering</strong><br/>Du kan själv skapa och ändra storlek på partitionerna.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>Elle bölümleme</strong><br/>Bölümler oluşturabilir ve boyutlandırabilirsiniz.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>Küçültmek için bir bölüm seçip alttaki çubuğu sürükleyerek boyutlandır</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>Yükleyeceğin disk bölümünü seç</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Bu depolama aygıtı üzerinde yüklü herhangi bir işletim sistemi tespit etmedik. Ne yapmak istersiniz?<br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>Diski sil</strong><br/>Seçili depolama bölümündeki mevcut veriler şu anda <font color="red">silinecektir.</font></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Bu depolama aygıtı üzerinde %1 vardır. Ne yapmak istersiniz?<br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>Yanına yükleyin</strong><br/>Sistem yükleyici disk bölümünü küçülterek %1 için yer açacak.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>Varolan bir disk bölümüne kur</strong><br/>Varolan bir disk bölümü üzerine %1 kur.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Bu depolama aygıtı üzerinde bir işletim sistemi yüklü. Ne yapmak istersiniz? <br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>Bu depolama aygıtı üzerinde birden fazla işletim sistemi var. Ne yapmak istersiniz? <br/>Yaptığınız değişiklikler disk bölümü üzerine uygulanmadan önce gözden geçirme fırsatınız olacak.</translation>
|
||||
</message>
|
||||
@ -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>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation type="unfinished"/>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>手动分区</strong><br/>您可以自行创建或重新调整分区大小。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>选择要缩小的分区,然后拖动底栏改变大小</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>选择要安装到的分区</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>这个存储器上似乎还没有操作系统。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>抹除磁盘</strong><br/>这将会<font color="red">删除</font>目前选定的存储器上所有的数据。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>这个存储器上已经有 %1 了。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>并存安装</strong><br/>安装程序将会缩小一个分区,为 %1 腾出空间。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>取代一个分区</strong><br/>以 %1 <strong>替代</strong>一个分区。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>这个存储器上已经有一个操作系统了。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>这个存储器上已经有多个操作系统了。您想要怎么做?<br/>在任何变更应用到存储器上前,您都可以重新查看并确认您的选择。</translation>
|
||||
</message>
|
||||
|
@ -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><strong>Manual partitioning</strong><br/>You can create or resize partitions yourself.</source>
|
||||
<translation><strong>手動分割</strong><br/>您可以自行建立或重新調整分割區大小。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Select a partition to shrink, then drag the bottom bar to resize</strong></source>
|
||||
<translation><strong>選取要縮減的分割區,然後拖曳底部條狀物來調整大小</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1023"/>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="1017"/>
|
||||
<source><strong>Select a partition to install on</strong></source>
|
||||
<translation><strong>選取分割區以安裝在其上</strong></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>這個儲存裝置上似乎還沒有作業系統。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Erase disk</strong><br/>This will <font color="red">delete</font> all data currently present on the selected storage device.</source>
|
||||
<translation><strong>抹除磁碟</strong><br/>這將會<font color="red">刪除</font>目前選取的儲存裝置上所有的資料。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>這個儲存裝置上已經有 %1 了。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Install alongside</strong><br/>The installer will shrink a partition to make room for %1.</source>
|
||||
<translation><strong>並存安裝</strong><br/>安裝程式將會縮減一個分割區以讓出空間給 %1。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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><strong>Replace a partition</strong><br/>Replaces a partition with %1.</source>
|
||||
<translation><strong>取代一個分割區</strong><br/>用 %1 取代一個分割區。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>這個儲存裝置上已經有一個作業系統了。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/modules/partition/gui/ChoicePage.cpp" line="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?<br/>You will be able to review and confirm your choices before any change is made to the storage device.</source>
|
||||
<translation>這個儲存裝置上已經有多個作業系統了。您想要怎麼做?<br/>在任何變更套用到儲存裝置上前,您都可以重新檢視並確認您的選擇。</translation>
|
||||
</message>
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -24,6 +24,10 @@
|
||||
class ProgressTreeRoot;
|
||||
class ProgressTreeItem;
|
||||
|
||||
|
||||
/**
|
||||
* @brief The ProgressTreeModel class implements a model for the ProgressTreeView.
|
||||
*/
|
||||
class ProgressTreeModel : public QAbstractItemModel
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -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:
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -303,10 +303,6 @@ ModuleManager::loadModules()
|
||||
evs = new ExecutionViewStep( ViewManager::instance() );
|
||||
ViewManager::instance()->addViewStep( evs );
|
||||
}
|
||||
else
|
||||
{
|
||||
cDebug() << "LAST VS IS EVS!";
|
||||
}
|
||||
|
||||
evs->appendJobModuleInstanceKey( instanceKey );
|
||||
}
|
||||
|
@ -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:
|
||||
|
@ -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();
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Binary file not shown.
@ -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"
|
||||
|
@ -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"
|
||||
|
Binary file not shown.
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Binary file not shown.
@ -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"
|
||||
|
Binary file not shown.
@ -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"
|
||||
|
@ -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"
|
||||
|
Binary file not shown.
@ -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"
|
||||
|
Binary file not shown.
@ -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"
|
||||
|
Binary file not shown.
@ -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"
|
||||
|
Binary file not shown.
@ -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"
|
||||
|
Binary file not shown.
@ -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"
|
||||
|
Binary file not shown.
@ -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"
|
||||
|
Binary file not shown.
@ -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
Loading…
Reference in New Issue
Block a user