summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-10-03 16:23:54 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2011-10-03 16:23:54 +0200
commit3d8916d3e80bdf33487cfbbfd641441cde799f02 (patch)
tree309956700f969522c62b6108233441d4c90bdbff
parentc9b4feaf68a071d9df762b2bf23c77bcc80f3f99 (diff)
downloadacritoxinstaller-3d8916d3e80bdf33487cfbbfd641441cde799f02.zip
acritoxinstaller-3d8916d3e80bdf33487cfbbfd641441cde799f02.tar.gz
started german translation
-rw-r--r--CMakeLists.txt15
-rw-r--r--main.cpp14
-rw-r--r--translations/acritoxinstaller_de.ts697
3 files changed, 726 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8fadd73..e62a468 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,11 +33,26 @@ set(acritoxinstaller_SRCS mainwizard.cpp main.cpp backend.cpp listitem.cpp listd
set(acritoxinstaller_MOC_HDRS mainwizard.h backend.h listdelegate.h ${wizard_HDRS})
set(acritoxinstaller_UIS ${wizard_UIS})
+set(FILES_TO_TRANSLATE ${acritoxinstaller_SRCS} ${acritoxinstaller_MOC_HDRS} ${acritoxinstaller_UIS})
+file (GLOB TRANSLATIONS_FILES translations/*.ts)
+
qt4_wrap_cpp(acritoxinstaller_MOC_SRCS ${acritoxinstaller_MOC_HDRS})
qt4_wrap_ui(acritoxinstaller_UIS_H ${acritoxinstaller_UIS})
include_directories(${CMAKE_CURRENT_BINARY_DIR})
add_executable(acritoxinstaller ${acritoxinstaller_SRCS} ${acritoxinstaller_MOC_SRCS} ${acritoxinstaller_UIS_H})
target_link_libraries(acritoxinstaller ${QT_LIBRARIES} qtermwidget crypt)
+option (UPDATE_TRANSLATIONS "Update source translation translations/*.ts
+files (WARNING: make clean will delete the source .ts files! Danger!)")
+if (UPDATE_TRANSLATIONS)
+ qt4_create_translation(QM_FILES ${FILES_TO_TRANSLATE}
+${TRANSLATIONS_FILES})
+else (UPDATE_TRANSLATIONS)
+ qt4_add_translation(QM_FILES ${TRANSLATIONS_FILES})
+endif (UPDATE_TRANSLATIONS)
+add_custom_target (translations_target DEPENDS ${QM_FILES})
+install(FILES ${QM_FILES} DESTINATION ${QT_TRANSLATIONS_DIR})
+add_dependencies(acritoxinstaller translations_target)
+
install(TARGETS acritoxinstaller RUNTIME DESTINATION "${BIN_INSTALL_DIR}" LIBRARY DESTINATION "${LIB_INSTALL_DIR}")
diff --git a/main.cpp b/main.cpp
index 6423dd2..5667d15 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,9 +1,23 @@
#include <QtGui/QApplication>
+#include <QLocale>
+#include <QLibraryInfo>
+#include <QTranslator>
#include "mainwizard.h"
int main(int argc, char** argv)
{
QApplication app(argc, argv);
+ QString locale = QLocale::system().name();
+ QTranslator *translator;
+
+ translator = new QTranslator(&app);
+ translator->load(QString("qt_")+locale, QLibraryInfo::location(QLibraryInfo::TranslationsPath));
+ app.installTranslator(translator);
+
+ translator = new QTranslator(&app);
+ translator->load(QString("acritoxinstaller_")+locale, QLibraryInfo::location(QLibraryInfo::TranslationsPath));
+ app.installTranslator(translator);
+
MainWizard *l = new MainWizard;
l->show();
return app.exec();
diff --git a/translations/acritoxinstaller_de.ts b/translations/acritoxinstaller_de.ts
new file mode 100644
index 0000000..fa4d2bd
--- /dev/null
+++ b/translations/acritoxinstaller_de.ts
@@ -0,0 +1,697 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.0" language="de_DE">
+<context>
+ <name>MainWizard</name>
+ <message>
+ <location filename="../mainwizard.cpp" line="44"/>
+ <source>Installer</source>
+ <translation>Installer</translation>
+ </message>
+ <message>
+ <location filename="../mainwizard.cpp" line="86"/>
+ <source>Backend Error</source>
+ <translation>Backend Fehler</translation>
+ </message>
+ <message>
+ <location filename="../mainwizard.cpp" line="86"/>
+ <source>An error occurred:
+
+%1</source>
+ <translation>Ein Fehler ist aufgetreten:
+
+%1</translation>
+ </message>
+</context>
+<context>
+ <name>wpBootloader</name>
+ <message>
+ <location filename="../wizard/bootloader.ui" line="14"/>
+ <source>WizardPage</source>
+ <translation>WizardPage</translation>
+ </message>
+ <message>
+ <location filename="../wizard/bootloader.ui" line="17"/>
+ <source>Bootloader</source>
+ <translation>Bootloader</translation>
+ </message>
+ <message>
+ <location filename="../wizard/bootloader.ui" line="20"/>
+ <source>Select a bootloader and its installation target</source>
+ <translation>Auswahl des Bootloaders und dessen Installationsziel</translation>
+ </message>
+ <message>
+ <location filename="../wizard/bootloader.ui" line="38"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Select your &lt;span style=&quot; font-weight:600;&quot;&gt;bootloader&lt;/span&gt;:&lt;/p&gt;
+&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;A bootloader is needed to boot the Linux kernel or other operating systems and has to be installed on a bootable device (e.g. Harddisk, USB-Stick, Floppy)&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Wählen Sie einen &lt;span style=&quot; font-weight:600;&quot;&gt;Bootloader&lt;/span&gt; aus:&lt;/p&gt;
+&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Ein Bootloader wird benötigt um den Linux-Kernel oder ein anderes installiertes Betriebssystem zu starten und muss auf einem Bootmedium (z.B. Festplatte, USB-Stick, Diskette) installiert werden&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ </message>
+ <message>
+ <location filename="../wizard/bootloader.ui" line="91"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Bootloader installation target&lt;/span&gt;: &lt;/p&gt;
+&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Select the device where you want to install your bootloader. Usually you use the MBR (Master Boot Record) of the first device, but you could also install it to the root (&lt;span style=&quot; font-weight:600;&quot;&gt;/&lt;/span&gt;) partition. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Bootloader Installationsziel&lt;/span&gt;: &lt;/p&gt;
+&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Wählen Sie das Gerät auf welches der Bootloader installiert werden soll. Gewöhnlich wird der MBR (Master Boot Record) des ersten Geräts verwendet, aber er kann auch in die Rootpartition (&lt;span style=&quot; font-weight:600;&quot;&gt;/&lt;/span&gt;) installiert werden. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
+ </message>
+</context>
+<context>
+ <name>wpHdMap</name>
+ <message>
+ <location filename="../wizard/hdmap.ui" line="14"/>
+ <source>WizardPage</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/hdmap.ui" line="17"/>
+ <source>Partitions</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/hdmap.ui" line="20"/>
+ <source>HD Map</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/hdmap.cpp" line="31"/>
+ <source>Partition</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/hdmap.cpp" line="31"/>
+ <source>Mountpoint</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/hdmap.cpp" line="31"/>
+ <source>Format with</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/hdmap.cpp" line="31"/>
+ <source>Automount</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/hdmap.cpp" line="77"/>
+ <source>mount on boot</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>wpInstallation</name>
+ <message>
+ <location filename="../wizard/installation.ui" line="14"/>
+ <source>Installation</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.ui" line="17"/>
+ <source>This may take some time...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.ui" line="26"/>
+ <source>Current task:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.ui" line="36"/>
+ <source>Installation completed:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="46"/>
+ <source>Checking the installation configuration...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="51"/>
+ <source>Setting up the installation target...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="56"/>
+ <source>Preparing partitions for install...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="57"/>
+ <source>Formatting, setting up mountpoints and mounting partitions according to your settings.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="62"/>
+ <source>Copying system to installation target...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="67"/>
+ <source>Updating /etc/fstab on installation target...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="72"/>
+ <source>Setting up users and passwords...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="77"/>
+ <source>Copying data for the default user...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="78"/>
+ <source>The home-directory of the live user is copied to the home-directory of the user on the installation target.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="83"/>
+ <source>Copying system settings...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="84"/>
+ <source>Selected files from /etc are copied to the installation target.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="89"/>
+ <source>Updating configuration files...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="94"/>
+ <source>Removing live-only stuff...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="95"/>
+ <source>Removing packages that are only needed on a live system from the installation (e.g. this installer)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="100"/>
+ <source>Configuring services...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="101"/>
+ <source>Setting up the services which get started automatically when booting the installation.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="106"/>
+ <source>Installing bootmanager to the selected target...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="107"/>
+ <source>Generating an initial ramdisk and installing %1 to %2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="113"/>
+ <source>Cleaning up...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="132"/>
+ <source>The installation took %1m%2s.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/installation.cpp" line="133"/>
+ <source>Finished.</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>wpNetwork</name>
+ <message>
+ <location filename="../wizard/network.ui" line="14"/>
+ <source>WizardPage</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/network.ui" line="17"/>
+ <source>Network configuration</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/network.ui" line="20"/>
+ <source>Set your hostname</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/network.ui" line="38"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Please enter a &lt;span style=&quot; font-weight:600;&quot;&gt;hostname&lt;/span&gt; for your computer.&lt;/p&gt;
+&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;This should consist of letters (a-z) and numbers (0-9) only.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/network.ui" line="64"/>
+ <source>Hostname:</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>wpPartMan</name>
+ <message>
+ <location filename="../wizard/partman.ui" line="14"/>
+ <source>WizardPage</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partman.ui" line="17"/>
+ <source>Partition Manager</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partman.ui" line="20"/>
+ <source>Partition your disk</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partman.ui" line="36"/>
+ <source>save and/or quit the partition manager to continue</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>wpPartManSel</name>
+ <message>
+ <location filename="../wizard/partmansel.ui" line="14"/>
+ <source>WizardPage</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.ui" line="17"/>
+ <source>Partitions</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.ui" line="20"/>
+ <source>Select partition manager</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.ui" line="38"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;You have decided to &lt;span style=&quot; font-weight:600;&quot;&gt;partition your harddisks&lt;/span&gt; manually.&lt;/p&gt;
+&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Please select your favorite partition manager from the list.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.ui" line="91"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Please select the harddisk you want to partition from the list.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.cpp" line="38"/>
+ <source>cfdisk</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.cpp" line="39"/>
+ <source>cfdisk is a curses-based partition editor. It is text-only (curses), but it is easy to use.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.cpp" line="44"/>
+ <source>fdisk</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.cpp" line="45"/>
+ <source>fdisk is a classic partition table manipulator for Linux. It has a Command Line Interface.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.cpp" line="50"/>
+ <source>GParted</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.cpp" line="51"/>
+ <source>GParted is the Gnome Partition Editor application. It has a Graphical User Interface. [recommended]</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.cpp" line="56"/>
+ <source>QtParted</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.cpp" line="57"/>
+ <source>QTParted is a Partition Magic clone, so it has a GUI. Sometimes it&apos;s a bit buggy, so it is not recommended to use for huge changes on the partition table.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/partmansel.cpp" line="63"/>
+ <source>No description available...</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>wpPartitions</name>
+ <message>
+ <location filename="../wizard/partitions.ui" line="14"/>
+ <source>Partitions</source>
+ <translation>Partitionen</translation>
+ </message>
+ <message>
+ <location filename="../wizard/partitions.ui" line="17"/>
+ <source>Please select your preferred way to partition your harddisks</source>
+ <translation>Bitte wählen Sie aus wie Sie Ihre Festplatten partitionieren möchten</translation>
+ </message>
+ <message>
+ <location filename="../wizard/partitions.cpp" line="18"/>
+ <source>Manual partitioning</source>
+ <translation>Manuelle Partitionierung</translation>
+ </message>
+ <message>
+ <location filename="../wizard/partitions.cpp" line="18"/>
+ <source>You will have to do the partitioning with a partition-manager manually. This way you have more possibilities to adjust the installation to your needs. The automatic partitioning lacks several features and is only a (computer generated) list of some possible options.</source>
+ <translation>Sie müssen die Partitionierung manuell mit einem Partition-Manager vornehmen. Damit haben Sie mehr Möglichkeiten um die Installation an Ihre Bedürfnisse anzupassen. Der automatischen Partitionierung fehlen einige Funktionen - sie sind nur eine (computergenerierte) Liste einiger weniger Möglichkeiten.</translation>
+ </message>
+ <message>
+ <location filename="../wizard/partitions.cpp" line="19"/>
+ <source>Already partitioned</source>
+ <translation>Bereits partitioniert</translation>
+ </message>
+ <message>
+ <location filename="../wizard/partitions.cpp" line="19"/>
+ <source>If you have already partitioned for the installation and don&apos;t want to start a partition manager then select this.</source>
+ <translation>Wenn Sie bereits partitioniert haben und keinen Partition-Manager starten wollen wählen Sie diese Option.</translation>
+ </message>
+</context>
+<context>
+ <name>wpRootPartition</name>
+ <message>
+ <location filename="../wizard/rootpartition.ui" line="14"/>
+ <source>WizardPage</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpartition.ui" line="17"/>
+ <source>Partitions</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpartition.ui" line="20"/>
+ <source>Select root partition</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpartition.ui" line="38"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Select your &lt;span style=&quot; font-weight:600;&quot;&gt;root-partition&lt;/span&gt; and a filesystem to &lt;span style=&quot; font-weight:600;&quot;&gt;format&lt;/span&gt; the partition with (optionally).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpartition.ui" line="64"/>
+ <source>format partition with filesystem:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpartition.ui" line="96"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;If you want to specify advanced options (e.g. a separate /home partition) please select &lt;span style=&quot; font-weight:600;&quot;&gt;advanced partition options&lt;/span&gt;.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpartition.ui" line="119"/>
+ <source>advanced partition options</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>wpRootPwd</name>
+ <message>
+ <location filename="../wizard/rootpwd.ui" line="14"/>
+ <source>WizardPage</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpwd.ui" line="17"/>
+ <source>User configuration</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpwd.ui" line="20"/>
+ <source>Password for the system administrator account (root)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpwd.ui" line="38"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Please enter the password for &lt;span style=&quot; font-weight:600;&quot;&gt;root&lt;/span&gt;:&lt;/p&gt;
+&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;The root account is a special user account that has all rights and permissions on your system (e.g. installing software, adding users, ...). Therefore &lt;span style=&quot; font-weight:600;&quot;&gt;keep it secret!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpwd.ui" line="64"/>
+ <source>Password:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpwd.ui" line="105"/>
+ <source>Retype Password:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpwd.ui" line="166"/>
+ <source>&lt;b&gt;Note that all passwords must have 6 - 20 characters!&lt;/b&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpwd.cpp" line="31"/>
+ <source>Please enter a password!</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpwd.cpp" line="37"/>
+ <source>Password must have at least 6 characters!</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/rootpwd.cpp" line="47"/>
+ <source>Passwords don&apos;t match!</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>wpSummary</name>
+ <message>
+ <location filename="../wizard/summary.ui" line="14"/>
+ <source>Installation</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/summary.ui" line="17"/>
+ <source>Summary</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/summary.cpp" line="14"/>
+ <source>Start Installation</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/summary.cpp" line="22"/>
+ <source>Installation type</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/summary.cpp" line="22"/>
+ <source>HD install</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/summary.cpp" line="31"/>
+ <source>%1 will be used as %2</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/summary.cpp" line="34"/>
+ <source>It will be formatted with %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/summary.cpp" line="35"/>
+ <source>It will be mounted automatically on boot</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/summary.cpp" line="38"/>
+ <source>Bootloader</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/summary.cpp" line="38"/>
+ <source>%1 will be installed to %2</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>wpUserCfg</name>
+ <message>
+ <location filename="../wizard/usercfg.ui" line="14"/>
+ <source>WizardPage</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/usercfg.ui" line="17"/>
+ <source>User configuration</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/usercfg.ui" line="20"/>
+ <source>Username</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/usercfg.ui" line="38"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Realname&lt;/span&gt;: Enter your name here.&lt;/p&gt;
+&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Also enter a &lt;span style=&quot; font-weight:600;&quot;&gt;username&lt;/span&gt; for a less privileged account:&lt;/p&gt;
+&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Your user account is your &amp;quot;normal&amp;quot; working account. Your applications are launched from there and don&apos;t have full rights, only for this user account.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/usercfg.ui" line="65"/>
+ <source>Realname:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/usercfg.ui" line="99"/>
+ <source>Username:</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>wpUserPwd</name>
+ <message>
+ <location filename="../wizard/userpwd.ui" line="14"/>
+ <source>WizardPage</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/userpwd.ui" line="17"/>
+ <source>User configuration</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/userpwd.ui" line="20"/>
+ <source>Password for your user account</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/userpwd.ui" line="38"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Please enter the password for your &lt;span style=&quot; font-weight:600;&quot;&gt;user&lt;/span&gt; account:&lt;/p&gt;
+&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Just as the root password you should keep this one secret!&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/userpwd.ui" line="64"/>
+ <source>Password:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/userpwd.ui" line="105"/>
+ <source>Retype Password:</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/userpwd.ui" line="176"/>
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
+&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
+p, li { white-space: pre-wrap; }
+&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;DejaVu Sans&apos;; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;If you &lt;span style=&quot; font-weight:600;&quot;&gt;enable Auto-Login&lt;/span&gt; you won&apos;t be asked a password to login when booting.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/userpwd.ui" line="199"/>
+ <source>Enable Auto-Login</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/userpwd.ui" line="228"/>
+ <source>&lt;b&gt;Note that all passwords must have 6 - 20 characters!&lt;/b&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/userpwd.cpp" line="31"/>
+ <source>Please enter a password!</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/userpwd.cpp" line="37"/>
+ <source>Password must have at least 6 characters!</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../wizard/userpwd.cpp" line="47"/>
+ <source>Passwords don&apos;t match!</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
+ <name>wpWelcome</name>
+ <message>
+ <location filename="../wizard/welcome.ui" line="14"/>
+ <source>WizardPage</source>
+ <translation>WizardPage</translation>
+ </message>
+ <message>
+ <location filename="../wizard/welcome.cpp" line="13"/>
+ <source>welcome</source>
+ <translation>willommen</translation>
+ </message>
+</context>
+</TS>