Enable wizard without WIP flag

The wizard likely still needs improvement but it is time to get more
feedback.
This commit is contained in:
Martchus 2022-10-27 19:23:56 +02:00
parent 1b1b9129be
commit 992e754dd7
7 changed files with 386 additions and 392 deletions

View File

@ -1475,9 +1475,6 @@ void SettingsDialog::init()
QIcon::fromTheme(QStringLiteral("preferences-other"), QIcon(QStringLiteral(":/icons/hicolor/scalable/apps/preferences-other.svg"))));
// add button for starting wizard
if (!::Settings::values().enableWipFeatures) {
return;
}
auto *startWizardButton = new QPushButton(this);
startWizardButton->setToolTip(tr("Start wizard"));
startWizardButton->setIcon(

View File

@ -406,24 +406,20 @@ WelcomeWizardPage::WelcomeWizardPage(QWidget *parent)
setTitle(tr("Welcome to Syncthing Tray"));
setSubTitle(tr("It looks like you're launching Syncthing Tray for the first time."));
infoLabel->setText(tr("You must configure how to connect to Syncthing and how to launch Syncthing (if that's wanted) when using Syncthing "
"Tray the first time. A "
"guided/automated setup is still in the works so the manual setup is currently the only option."));
"Tray the first time."));
} else {
setTitle(tr("Wizard's start page"));
setSubTitle(tr("This wizard will help you configuring Syncthing Tray."));
}
QCommandLinkButton *startWizardCommand = nullptr;
if (settings.enableWipFeatures) {
startWizardCommand = new QCommandLinkButton(this);
startWizardCommand->setObjectName(QStringLiteral("startWizardCommand"));
startWizardCommand->setText(tr("Start guided setup"));
startWizardCommand->setDescription(
tr("Allows to configure Syncthing Tray automatically for the local Syncthing instance and helps you starting Syncthing if wanted."));
startWizardCommand->setIcon(
QIcon::fromTheme(QStringLiteral("quickwizard"), QIcon(QStringLiteral(":/icons/hicolor/scalable/actions/tools-wizard.svg"))));
connect(startWizardCommand, &QCommandLinkButton::clicked, this, [this] { this->wizard()->next(); });
}
auto *const startWizardCommand = new QCommandLinkButton(this);
startWizardCommand->setObjectName(QStringLiteral("startWizardCommand"));
startWizardCommand->setText(tr("Start guided setup"));
startWizardCommand->setDescription(
tr("Allows to configure Syncthing Tray automatically for the local Syncthing instance and helps you starting Syncthing if wanted."));
startWizardCommand->setIcon(
QIcon::fromTheme(QStringLiteral("quickwizard"), QIcon(QStringLiteral(":/icons/hicolor/scalable/actions/tools-wizard.svg"))));
connect(startWizardCommand, &QCommandLinkButton::clicked, this, [this] { this->wizard()->next(); });
auto *const showSettingsCommand = new QCommandLinkButton(this);
showSettingsCommand->setObjectName(QStringLiteral("showSettingsCommand"));
@ -469,9 +465,7 @@ WelcomeWizardPage::WelcomeWizardPage(QWidget *parent)
auto *const layout = new QVBoxLayout;
layout->addWidget(infoLabel);
if (startWizardCommand) {
layout->addWidget(startWizardCommand);
}
layout->addWidget(startWizardCommand);
layout->addWidget(showSettingsCommand);
layout->addStretch();
layout->addWidget(line);

View File

@ -50,9 +50,8 @@ void WizardTests::initTestCase()
// ensure all text is English as checks rely on it
QLocale::setDefault(QLocale::English);
// assume first launch and enable WIP guided setup
// assume first launch
auto &settings = Settings::values();
settings.enableWipFeatures = true;
settings.fakeFirstLaunch = true;
// use an empty dir as HOME to simulate a prestine setup

View File

@ -163,127 +163,127 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="821"/>
<location filename="../settings/wizard.cpp" line="819"/>
<source>Apply</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="822"/>
<location filename="../settings/wizard.cpp" line="820"/>
<source>Apply selected configuration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="823"/>
<location filename="../settings/wizard.cpp" line="821"/>
<source>Review the summary of the configuration changes before applying them</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="847"/>
<location filename="../settings/wizard.cpp" line="845"/>
<source>Summary:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>Keep %1 %2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>enabled</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>disabled</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>%1 %2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>Enable</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>Disable</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="861"/>
<location filename="../settings/wizard.cpp" line="859"/>
<source>Keeping connection and launcher configuration as-is</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="864"/>
<location filename="../settings/wizard.cpp" line="862"/>
<source>Configure Syncthing Tray to use the currently running Syncthing instance</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="865"/>
<location filename="../settings/wizard.cpp" line="863"/>
<source>Do &lt;i&gt;not&lt;/i&gt; change how Syncthing is launched</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="869"/>
<location filename="../settings/wizard.cpp" line="867"/>
<source>Start Syncthing via Syncthing Tray&apos;s launcher</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="871"/>
<location filename="../settings/wizard.cpp" line="869"/>
<source>executable from PATH as separate process, &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="872"/>
<location filename="../settings/wizard.cpp" line="870"/>
<source>built-in Syncthing library, &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="877"/>
<location filename="../settings/wizard.cpp" line="875"/>
<source>Start Syncthing by enabling and starting its systemd unit</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="879"/>
<location filename="../settings/wizard.cpp" line="877"/>
<source>Using user unit &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="880"/>
<location filename="../settings/wizard.cpp" line="878"/>
<source>Using system unit &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="891"/>
<location filename="../settings/wizard.cpp" line="889"/>
<source>systemd integration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="896"/>
<location filename="../settings/wizard.cpp" line="894"/>
<source>autostart of Syncthing Tray</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="900"/>
<location filename="../settings/wizard.cpp" line="898"/>
<source>Further information:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="900"/>
<location filename="../settings/wizard.cpp" line="898"/>
<source>Click on &quot;Show details from setup detection&quot; for further details.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="901"/>
<location filename="../settings/wizard.cpp" line="899"/>
<source>If you want to do amendments, you can head back one or more steps.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="901"/>
<location filename="../settings/wizard.cpp" line="899"/>
<source>If you abort now, nothing will be changed.</source>
<translation type="unfinished"></translation>
</message>
@ -354,12 +354,12 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="765"/>
<location filename="../settings/wizard.cpp" line="763"/>
<source>Configure autostart</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="766"/>
<location filename="../settings/wizard.cpp" line="764"/>
<source>Select whether to start Syncthing Tray automatically</source>
<translation type="unfinished"></translation>
</message>
@ -622,32 +622,32 @@
<context>
<name>QtGui::DetectionWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="487"/>
<location filename="../settings/wizard.cpp" line="485"/>
<source>Checking current Syncthing setup</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="488"/>
<location filename="../settings/wizard.cpp" line="486"/>
<source>Checking Syncthing configuration and whether Syncthing is already running or can be started </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="545"/>
<location filename="../settings/wizard.cpp" line="543"/>
<source>It looks like Syncthing has not been running on this system before as its configuration cannot be found. Is that correct?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="541"/>
<location filename="../settings/wizard.cpp" line="539"/>
<source>Yes, continue configuration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="542"/>
<location filename="../settings/wizard.cpp" line="540"/>
<source>No, let me select Syncthing&apos;s configuration file manually</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="551"/>
<location filename="../settings/wizard.cpp" line="549"/>
<source>Select Syncthing&apos;s configuration file</source>
<translation type="unfinished"></translation>
</message>
@ -692,37 +692,37 @@
<context>
<name>QtGui::FinalWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="957"/>
<location filename="../settings/wizard.cpp" line="955"/>
<source>Waiting for configuration wizard completed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="958"/>
<location filename="../settings/wizard.cpp" line="956"/>
<source>Changes are being applied</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="964"/>
<location filename="../settings/wizard.cpp" line="962"/>
<source>Configuration wizard completed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="968"/>
<location filename="../settings/wizard.cpp" line="966"/>
<source>All changes have been applied</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="969"/>
<location filename="../settings/wizard.cpp" line="967"/>
<source>The configuration has been changed successfully. You can close the wizard and &lt;a href=&quot;openSyncthing&quot;&gt;open Syncthing&lt;/a&gt; to pair remote devices and add folders for sharing. If you need further help, read the &lt;a href=&quot;openDocs&quot;&gt;documentation to get started&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="973"/>
<location filename="../settings/wizard.cpp" line="971"/>
<source>Not all changes could be applied</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="977"/>
<location filename="../settings/wizard.cpp" line="975"/>
<source>You may try to head back one or more steps and try again or finish the wizard and configure Syncthing Tray manually.</source>
<translation type="unfinished"></translation>
</message>
@ -1060,37 +1060,37 @@
<context>
<name>QtGui::MainConfigWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="572"/>
<location filename="../settings/wizard.cpp" line="570"/>
<source>Select what configuration to apply</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="573"/>
<location filename="../settings/wizard.cpp" line="571"/>
<source>Something when wrong when checking the Syncthing setup.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="574"/>
<location filename="../settings/wizard.cpp" line="572"/>
<source>Show details from setup detection</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="649"/>
<location filename="../settings/wizard.cpp" line="647"/>
<source>Systemd</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="681"/>
<location filename="../settings/wizard.cpp" line="679"/>
<source>&lt;b&gt;The Syncthing config could be located under &quot;%1&quot; but it seems invalid/incomplete.&lt;/b&gt; Hence Syncthing is assumed to be not running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="673"/>
<location filename="../settings/wizard.cpp" line="671"/>
<source>Looks like Syncthing is not running yet. You can launch it via %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="673"/>
<location filename="../settings/wizard.cpp" line="671"/>
<source> and </source>
<translation type="unfinished"></translation>
</message>
@ -1135,17 +1135,17 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="622"/>
<location filename="../settings/wizard.cpp" line="620"/>
<source>Looks like Syncthing is already running and Syncthing Tray can be configured accordingly automatically.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="656"/>
<location filename="../settings/wizard.cpp" line="654"/>
<source>Syncthing Tray&apos;s launcher</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="675"/>
<location filename="../settings/wizard.cpp" line="673"/>
<source>Looks like Syncthing is not running yet and needs to be installed before Syncthing Tray can be configured.</source>
<translation type="unfinished"></translation>
</message>
@ -1294,7 +1294,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/settingsdialog.cpp" line="1482"/>
<location filename="../settings/settingsdialog.cpp" line="1479"/>
<source>Start wizard</source>
<translation type="unfinished"></translation>
</message>
@ -1589,37 +1589,37 @@ The Web UI will be opened in the default web browser instead.</source>
<context>
<name>QtGui::WelcomeWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="402"/>
<location filename="../settings/wizard.cpp" line="406"/>
<source>Welcome to Syncthing Tray</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="403"/>
<location filename="../settings/wizard.cpp" line="407"/>
<source>It looks like you&apos;re launching Syncthing Tray for the first time.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="404"/>
<source>You must configure how to connect to Syncthing and how to launch Syncthing (if that&apos;s wanted) when using Syncthing Tray the first time. A guided/automated setup is still in the works so the manual setup is currently the only option.</source>
<location filename="../settings/wizard.cpp" line="408"/>
<source>You must configure how to connect to Syncthing and how to launch Syncthing (if that&apos;s wanted) when using Syncthing Tray the first time.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="408"/>
<location filename="../settings/wizard.cpp" line="411"/>
<source>Wizard&apos;s start page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="409"/>
<location filename="../settings/wizard.cpp" line="412"/>
<source>This wizard will help you configuring Syncthing Tray.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="416"/>
<location filename="../settings/wizard.cpp" line="417"/>
<source>Start guided setup</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="418"/>
<location filename="../settings/wizard.cpp" line="419"/>
<source>Allows to configure Syncthing Tray automatically for the local Syncthing instance and helps you starting Syncthing if wanted.</source>
<translation type="unfinished"></translation>
</message>
@ -1667,167 +1667,167 @@ The Web UI will be opened in the default web browser instead.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="183"/>
<location filename="../settings/wizard.cpp" line="187"/>
<source>The internal launcher has not been initialized.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="195"/>
<location filename="../settings/wizard.cpp" line="199"/>
<source>The service handler has not been initialized.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="228"/>
<location filename="../settings/wizard.cpp" line="232"/>
<source>Unable to locate Syncthing config file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="230"/>
<location filename="../settings/wizard.cpp" line="234"/>
<source>Located Syncthing config file: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="232"/>
<location filename="../settings/wizard.cpp" line="236"/>
<source>Syncthing config file looks ok.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="234"/>
<location filename="../settings/wizard.cpp" line="238"/>
<source>Syncthing config file looks invalid/incomplete.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="237"/>
<location filename="../settings/wizard.cpp" line="241"/>
<source>Syncthing configuration:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="245"/>
<location filename="../settings/wizard.cpp" line="249"/>
<source>Could connect to Syncthing under: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="246"/>
<location filename="../settings/wizard.cpp" line="250"/>
<source>Syncthing version: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="247"/>
<location filename="../settings/wizard.cpp" line="251"/>
<source>Syncthing device ID: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="248"/>
<location filename="../settings/wizard.cpp" line="252"/>
<source>Syncthing status: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="250"/>
<location filename="../settings/wizard.cpp" line="254"/>
<source>Additional Syncthing status info: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="321"/>
<location filename="../settings/wizard.cpp" line="325"/>
<source>The Syncthing process exited prematurely. </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="334"/>
<location filename="../settings/wizard.cpp" line="338"/>
<source>The Syncthing service stopped prematurely. </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="358"/>
<location filename="../settings/wizard.cpp" line="362"/>
<source>Ran into timeout while waiting for Syncthing to create config file. Maybe Syncthing created its config file under an unexpected location. </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="369"/>
<location filename="../settings/wizard.cpp" line="373"/>
<source>Checkout Syncthing&apos;s log for details.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="373"/>
<location filename="../settings/wizard.cpp" line="377"/>
<source> It can be accessed within the &lt;a href=&quot;openLauncherSettings&quot;&gt;launcher settings&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="378"/>
<location filename="../settings/wizard.cpp" line="382"/>
<source> It is normally written to the system journal (and can be accessed via e.g. journalctl).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="255"/>
<location filename="../settings/wizard.cpp" line="259"/>
<source>API connection:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="258"/>
<location filename="../settings/wizard.cpp" line="262"/>
<source>API connection errors:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="265"/>
<location filename="../settings/wizard.cpp" line="269"/>
<source>State of user unit file &quot;%1&quot;: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="266"/>
<location filename="../settings/wizard.cpp" line="270"/>
<source>State of system unit file &quot;%1&quot;: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="263"/>
<location filename="../settings/wizard.cpp" line="267"/>
<source>Systemd:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="253"/>
<location filename="../settings/wizard.cpp" line="257"/>
<source>Could NOT connect to Syncthing under: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="269"/>
<location filename="../settings/wizard.cpp" line="273"/>
<source>No available</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="275"/>
<location filename="../settings/wizard.cpp" line="279"/>
<source>Could test-launch Syncthing successfully, exit code: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="276"/>
<location filename="../settings/wizard.cpp" line="280"/>
<source>Syncthing version returned from test-launch: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="278"/>
<location filename="../settings/wizard.cpp" line="282"/>
<source>Unable to test-launch Syncthing: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>Built-in Syncthing available: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>yes</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>no</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="281"/>
<location filename="../settings/wizard.cpp" line="285"/>
<source>Launcher:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="287"/>
<location filename="../settings/wizard.cpp" line="291"/>
<source>Details from setup detection - </source>
<translation type="unfinished"></translation>
</message>
@ -1835,7 +1835,7 @@ The Web UI will be opened in the default web browser instead.</source>
<context>
<name>Settings::Connection</name>
<message>
<location filename="../settings/settings.cpp" line="625"/>
<location filename="../settings/settings.cpp" line="627"/>
<source>Backup of %1 (created by wizard)</source>
<translation type="unfinished"></translation>
</message>

View File

@ -258,127 +258,127 @@
<translation>Allgemein</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="821"/>
<location filename="../settings/wizard.cpp" line="819"/>
<source>Apply</source>
<translation>Anwenden</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="822"/>
<location filename="../settings/wizard.cpp" line="820"/>
<source>Apply selected configuration</source>
<translation>Ausgewählte Konfiguration anwenden</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="823"/>
<location filename="../settings/wizard.cpp" line="821"/>
<source>Review the summary of the configuration changes before applying them</source>
<translation>Überprüfe die Zusammenfassung der Konfigurationsänderungen vor dem Anwenden</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="847"/>
<location filename="../settings/wizard.cpp" line="845"/>
<source>Summary:</source>
<translation>Zusammenfassung:</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>Keep %1 %2</source>
<translation>Lasse %1 %2</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>enabled</source>
<translation>aktiviert</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>disabled</source>
<translation>deaktiviert</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>%1 %2</source>
<translation>%1 %2</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>Enable</source>
<translation>Aktiviere</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>Disable</source>
<translation>Deaktiviere</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="861"/>
<location filename="../settings/wizard.cpp" line="859"/>
<source>Keeping connection and launcher configuration as-is</source>
<translation>Behalte vorhandene Verbindungs- und Startereinstellungen</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="864"/>
<location filename="../settings/wizard.cpp" line="862"/>
<source>Configure Syncthing Tray to use the currently running Syncthing instance</source>
<translation>Konfiguriere Syncthing Tray die aktuell laufende Syncthing-Instanz zu verwenden</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="865"/>
<location filename="../settings/wizard.cpp" line="863"/>
<source>Do &lt;i&gt;not&lt;/i&gt; change how Syncthing is launched</source>
<translation>Verändere &lt;i&gt;nicht&lt;/i&gt; wie Syncthing gestartet wird</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="869"/>
<location filename="../settings/wizard.cpp" line="867"/>
<source>Start Syncthing via Syncthing Tray&apos;s launcher</source>
<translation>Starte Syncthing mit Syncthing Tray&apos;s Starter</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="871"/>
<location filename="../settings/wizard.cpp" line="869"/>
<source>executable from PATH as separate process, &quot;%1&quot;</source>
<translation>führe die Syncthing-Binary vom PATH als externen Prozess aus, &quot;%1&quot;</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="872"/>
<location filename="../settings/wizard.cpp" line="870"/>
<source>built-in Syncthing library, &quot;%1&quot;</source>
<translation>verwende eingebaute Syncthing-Bibliothek, &quot;%1&quot;</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="877"/>
<location filename="../settings/wizard.cpp" line="875"/>
<source>Start Syncthing by enabling and starting its systemd unit</source>
<translation>Starte Syncthing durch Aktivieren und Starten der systemd-Unit</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="879"/>
<location filename="../settings/wizard.cpp" line="877"/>
<source>Using user unit &quot;%1&quot;</source>
<translation>Verwende Benutzer-Unit &quot;%1&quot;</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="880"/>
<location filename="../settings/wizard.cpp" line="878"/>
<source>Using system unit &quot;%1&quot;</source>
<translation>Verwende System-Unit &quot;%1&quot;</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="891"/>
<location filename="../settings/wizard.cpp" line="889"/>
<source>systemd integration</source>
<translation>systemd-Integration</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="896"/>
<location filename="../settings/wizard.cpp" line="894"/>
<source>autostart of Syncthing Tray</source>
<translation>Autostart von Syncthing Tray</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="900"/>
<location filename="../settings/wizard.cpp" line="898"/>
<source>Further information:</source>
<translation>Weitere Informationen:</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="900"/>
<location filename="../settings/wizard.cpp" line="898"/>
<source>Click on &quot;Show details from setup detection&quot; for further details.</source>
<translation>Klicke auf &quot;Zeige Details der Einrichtungserkennung&quot; für weitere Details.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="901"/>
<location filename="../settings/wizard.cpp" line="899"/>
<source>If you want to do amendments, you can head back one or more steps.</source>
<translation>Wenn du Änderungen vornehmen willst, kannst du einen order mehrere Schritte zurück gehen.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="901"/>
<location filename="../settings/wizard.cpp" line="899"/>
<source>If you abort now, nothing will be changed.</source>
<translation>Wenn du jetzt abbrichst, werden keine Änderungen vorgenommen.</translation>
</message>
@ -449,12 +449,12 @@
<translation>Weil Syncthing auf deinem System unabhängig von der Tray-Anwendung gestartet wird, betrifft diese Einstellung nur das Tray-Icon, aber &lt;i&gt;nicht&lt;/i&gt; Syncthing selbst.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="765"/>
<location filename="../settings/wizard.cpp" line="763"/>
<source>Configure autostart</source>
<translation>Konfiguriere den Autostart</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="766"/>
<location filename="../settings/wizard.cpp" line="764"/>
<source>Select whether to start Syncthing Tray automatically</source>
<translation>Wähle, ob Syncthing Tray automatisch gestartet werden soll</translation>
</message>
@ -717,7 +717,7 @@
<context>
<name>QtGui::DetectionWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="487"/>
<location filename="../settings/wizard.cpp" line="485"/>
<source>Checking current Syncthing setup</source>
<translation>Prüfe das aktuelle Syncthing-Setup</translation>
</message>
@ -726,27 +726,27 @@
<translation type="obsolete">Initialisierung </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="488"/>
<location filename="../settings/wizard.cpp" line="486"/>
<source>Checking Syncthing configuration and whether Syncthing is already running or can be started </source>
<translation>Suche die Syncthing-Konfiguration und prüfe ob Syncthing bereits läuft oder gestartet werden kann </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="545"/>
<location filename="../settings/wizard.cpp" line="543"/>
<source>It looks like Syncthing has not been running on this system before as its configuration cannot be found. Is that correct?</source>
<translation>Es sieht so aus als wurde Syncthing auf dem System noch nicht ausgeführt, da die Syncthing-Konfiguration nicht gefunden werden konnte. Ist das richtig?</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="541"/>
<location filename="../settings/wizard.cpp" line="539"/>
<source>Yes, continue configuration</source>
<translation>Ja, mache weiter mit der Konfiguration</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="542"/>
<location filename="../settings/wizard.cpp" line="540"/>
<source>No, let me select Syncthing&apos;s configuration file manually</source>
<translation>Nein, Pfad der Syncthing-Konfiguration manuell wählen</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="551"/>
<location filename="../settings/wizard.cpp" line="549"/>
<source>Select Syncthing&apos;s configuration file</source>
<translation>Wähle die Syncthing-Konfigurationsdatei</translation>
</message>
@ -794,37 +794,37 @@
<context>
<name>QtGui::FinalWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="957"/>
<location filename="../settings/wizard.cpp" line="955"/>
<source>Waiting for configuration wizard completed</source>
<translation>Warte bis die Konfiguration abgeschlossen wurde</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="958"/>
<location filename="../settings/wizard.cpp" line="956"/>
<source>Changes are being applied</source>
<translation>Änderungen werden angewendet</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="964"/>
<location filename="../settings/wizard.cpp" line="962"/>
<source>Configuration wizard completed</source>
<translation>Der Konfigurationsassistent wurde abgeschlossen</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="968"/>
<location filename="../settings/wizard.cpp" line="966"/>
<source>All changes have been applied</source>
<translation>Alle Änderungen wurden angewendet</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="969"/>
<location filename="../settings/wizard.cpp" line="967"/>
<source>The configuration has been changed successfully. You can close the wizard and &lt;a href=&quot;openSyncthing&quot;&gt;open Syncthing&lt;/a&gt; to pair remote devices and add folders for sharing. If you need further help, read the &lt;a href=&quot;openDocs&quot;&gt;documentation to get started&lt;/a&gt;.</source>
<translation>Die Konfiguration wurde erfolgreich geändert. Du kannst den Assistenten jetzt schließen und &lt;a href=&quot;openSyncthing&quot;&gt;Syncthing öffnen&lt;/a&gt;, um entfernte Geräte hinzuzufügen und Verzeichnisse zu teilen. Für weitere Hilfe, lese die &lt;a href=&quot;openDocs&quot;&gt;Dokumentation für die Einrichtung von Syncthing&lt;/a&gt;.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="973"/>
<location filename="../settings/wizard.cpp" line="971"/>
<source>Not all changes could be applied</source>
<translation>Nicht alle Änderungen konnten angewendet werden</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="977"/>
<location filename="../settings/wizard.cpp" line="975"/>
<source>You may try to head back one or more steps and try again or finish the wizard and configure Syncthing Tray manually.</source>
<translation>Du kannst einen oder mehrere Schritte zurück gehen, um es noch einmal zu versuchen. Alternativ kannst du den Assistenten auch schließen und Syncthing Tray manuell konfigurieren.</translation>
</message>
@ -1195,37 +1195,37 @@
<context>
<name>QtGui::MainConfigWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="572"/>
<location filename="../settings/wizard.cpp" line="570"/>
<source>Select what configuration to apply</source>
<translation>Wähle, welche Einstellungen angewendet werden sollen</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="573"/>
<location filename="../settings/wizard.cpp" line="571"/>
<source>Something when wrong when checking the Syncthing setup.</source>
<translation>Etwas ist beim Erkennen des Syncthing-Setups schiefgelaufen.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="574"/>
<location filename="../settings/wizard.cpp" line="572"/>
<source>Show details from setup detection</source>
<translation>Zeige Details der Einrichtungserkennung</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="649"/>
<location filename="../settings/wizard.cpp" line="647"/>
<source>Systemd</source>
<translation></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="681"/>
<location filename="../settings/wizard.cpp" line="679"/>
<source>&lt;b&gt;The Syncthing config could be located under &quot;%1&quot; but it seems invalid/incomplete.&lt;/b&gt; Hence Syncthing is assumed to be not running.</source>
<translation>&lt;b&gt;Die Syncthing-Konfiguration konnte unter &quot;%1&quot; gefunden werden, aber scheint ungültig/unvollständig zu sein.&lt;/b&gt; Daher wird angenommen, dass Syncthing nicht läuft.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="673"/>
<location filename="../settings/wizard.cpp" line="671"/>
<source>Looks like Syncthing is not running yet. You can launch it via %1.</source>
<translation>Syncthing läuft noch nicht. Es kann mit %1 gestartet werden.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="673"/>
<location filename="../settings/wizard.cpp" line="671"/>
<source> and </source>
<translation> und </translation>
</message>
@ -1274,17 +1274,17 @@
<translation type="obsolete">nicht neu verbinden</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="622"/>
<location filename="../settings/wizard.cpp" line="620"/>
<source>Looks like Syncthing is already running and Syncthing Tray can be configured accordingly automatically.</source>
<translation>Es sieht so aus, als würde Syncthing bereits laufen. Syncthing Tray kann automatisch konfiguriert werden, die laufende Syncthing-Instanz zu verwenden.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="656"/>
<location filename="../settings/wizard.cpp" line="654"/>
<source>Syncthing Tray&apos;s launcher</source>
<translation>Syncthing-Tray&apos;s Starter</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="675"/>
<location filename="../settings/wizard.cpp" line="673"/>
<source>Looks like Syncthing is not running yet and needs to be installed before Syncthing Tray can be configured.</source>
<translation>Es sieht so aus, als würde Syncthing noch nicht laufen. Syncthing muss erst installiert werden, bevor Syncthing Tray konfiguriert werden kann.</translation>
</message>
@ -1441,7 +1441,7 @@
<translation>Einstellungen</translation>
</message>
<message>
<location filename="../settings/settingsdialog.cpp" line="1482"/>
<location filename="../settings/settingsdialog.cpp" line="1479"/>
<source>Start wizard</source>
<translation>Einrichtungsassistenten öffnen</translation>
</message>
@ -1774,37 +1774,41 @@ Die Weboberfläche wird stattdessen im Standardwebrowser geöffnet.</translation
<translation type="vanished">Es sieht so aus, als würdes du %1 zum erstem Mal starten.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="402"/>
<location filename="../settings/wizard.cpp" line="406"/>
<source>Welcome to Syncthing Tray</source>
<translation>Willkommen zu Syncthing Tray</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="403"/>
<location filename="../settings/wizard.cpp" line="407"/>
<source>It looks like you&apos;re launching Syncthing Tray for the first time.</source>
<translation>Es sieht so aus, als würdes du Syncthing Tray zum erstem Mal starten.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="404"/>
<source>You must configure how to connect to Syncthing and how to launch Syncthing (if that&apos;s wanted) when using Syncthing Tray the first time. A guided/automated setup is still in the works so the manual setup is currently the only option.</source>
<translation>Vor der ersten Verwendung muss eingestellt werden, wie sich Syncthing Tray mit Syncthing verbinden soll und wie Syncthing gestartet werden soll (wenn gewünscht). Eine geführte/automatische Einrichtung ist noch in Arbeit, weshalb die manuelle Konfiguration im Moment die einzige Option ist.</translation>
<translation type="vanished">Vor der ersten Verwendung muss eingestellt werden, wie sich Syncthing Tray mit Syncthing verbinden soll und wie Syncthing gestartet werden soll (wenn gewünscht). Eine geführte/automatische Einrichtung ist noch in Arbeit, weshalb die manuelle Konfiguration im Moment die einzige Option ist.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="408"/>
<source>You must configure how to connect to Syncthing and how to launch Syncthing (if that&apos;s wanted) when using Syncthing Tray the first time.</source>
<translation>Vor der ersten Verwendung muss eingestellt werden, wie sich Syncthing Tray mit Syncthing verbinden soll und wie Syncthing gestartet werden soll (wenn gewünscht).</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="411"/>
<source>Wizard&apos;s start page</source>
<translation>Startseite des Assistenten</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="409"/>
<location filename="../settings/wizard.cpp" line="412"/>
<source>This wizard will help you configuring Syncthing Tray.</source>
<translation>Dieser Assistent kann helfen Syncthing Tray zu konfigurieren.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="416"/>
<location filename="../settings/wizard.cpp" line="417"/>
<source>Start guided setup</source>
<translation>Starte geführte Einrichtung</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="418"/>
<location filename="../settings/wizard.cpp" line="419"/>
<source>Allows to configure Syncthing Tray automatically for the local Syncthing instance and helps you starting Syncthing if wanted.</source>
<translation>Ermöglicht es, Syncthing Tray automatisch für die lokale Syncthing-Instanz zu konfigurieren und Syncthing zu starten (wenn gewünscht).</translation>
</message>
@ -1856,77 +1860,77 @@ Die Weboberfläche wird stattdessen im Standardwebrowser geöffnet.</translation
<translation>Einrichtungsassistent - </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="183"/>
<location filename="../settings/wizard.cpp" line="187"/>
<source>The internal launcher has not been initialized.</source>
<translation>Der Starter wurde nicht initialisiert.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="195"/>
<location filename="../settings/wizard.cpp" line="199"/>
<source>The service handler has not been initialized.</source>
<translation>Das Service-Management wurde nicht initialisiert.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="228"/>
<location filename="../settings/wizard.cpp" line="232"/>
<source>Unable to locate Syncthing config file.</source>
<translation>Die Syncthing-Konfigurationsdatei konnte nicht gefunden werden.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="230"/>
<location filename="../settings/wizard.cpp" line="234"/>
<source>Located Syncthing config file: </source>
<translation>Gefundene Syncthing-Konfigurationsdatei: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="232"/>
<location filename="../settings/wizard.cpp" line="236"/>
<source>Syncthing config file looks ok.</source>
<translation>Die Syncthing-Konfigurationsdatei sieht in Ordnung aus.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="234"/>
<location filename="../settings/wizard.cpp" line="238"/>
<source>Syncthing config file looks invalid/incomplete.</source>
<translation>Die Syncthing-Konfigurationsdatei sieht ungültig/unvollständig aus.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="237"/>
<location filename="../settings/wizard.cpp" line="241"/>
<source>Syncthing configuration:</source>
<translation>Syncthing-Konfiguration:</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="245"/>
<location filename="../settings/wizard.cpp" line="249"/>
<source>Could connect to Syncthing under: </source>
<translation>Verbindung mit Syncthing konnte hergestellt werden unter: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="246"/>
<location filename="../settings/wizard.cpp" line="250"/>
<source>Syncthing version: </source>
<translation>Syncthing-Version: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="247"/>
<location filename="../settings/wizard.cpp" line="251"/>
<source>Syncthing device ID: </source>
<translation>Syncthing-Geräte-ID: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="248"/>
<location filename="../settings/wizard.cpp" line="252"/>
<source>Syncthing status: </source>
<translation>Syncthing-Status: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="250"/>
<location filename="../settings/wizard.cpp" line="254"/>
<source>Additional Syncthing status info: </source>
<translation>Zusätzliche Syncthing-Status-Information: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="321"/>
<location filename="../settings/wizard.cpp" line="325"/>
<source>The Syncthing process exited prematurely. </source>
<translation>Der Syncthing-Prozess hat sich vorzeitig beendet.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="334"/>
<location filename="../settings/wizard.cpp" line="338"/>
<source>The Syncthing service stopped prematurely. </source>
<translation>Der Syncthing-Dienst has sich vorzeitig beendet.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="358"/>
<location filename="../settings/wizard.cpp" line="362"/>
<source>Ran into timeout while waiting for Syncthing to create config file. Maybe Syncthing created its config file under an unexpected location. </source>
<translation>Die Wartezeit, dass Syncthing eine Konfigurationsdatei anlegt, wurde überschritten. Vielleichtg hat Syncthing die Konfigurationsdatei an einem unerwarteten Ort angelegt. </translation>
</message>
@ -1935,92 +1939,92 @@ Die Weboberfläche wird stattdessen im Standardwebrowser geöffnet.</translation
<translation type="vanished">Die Wartezeit, dass Syncthing eine Konfigurationsdatei anlegt, wurde überschritten. Vielleichtg hat Syncthing die Konfigurationsdatei an einem unerwarteten Ort angelegt. </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="369"/>
<location filename="../settings/wizard.cpp" line="373"/>
<source>Checkout Syncthing&apos;s log for details.</source>
<translation>Schaue in den Syncthing-Log für Details.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="373"/>
<location filename="../settings/wizard.cpp" line="377"/>
<source> It can be accessed within the &lt;a href=&quot;openLauncherSettings&quot;&gt;launcher settings&lt;/a&gt;.</source>
<translation> Auf den Syncthing-Log kann über die &lt;a href=&quot;openLauncherSettings&quot;&gt;Starter-Einstellungen&lt;/a&gt; zugegriffen werden.</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="378"/>
<location filename="../settings/wizard.cpp" line="382"/>
<source> It is normally written to the system journal (and can be accessed via e.g. journalctl).</source>
<translation> Der Syncthing-Log wird normalerweise in das System-Journal geschrieben (auf das z. B. mittels &quot;journalctl&quot; zugegriffen werden kann).</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="255"/>
<location filename="../settings/wizard.cpp" line="259"/>
<source>API connection:</source>
<translation>API-Verbindung:</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="258"/>
<location filename="../settings/wizard.cpp" line="262"/>
<source>API connection errors:</source>
<translation>API-Verbindungsfehler:</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="265"/>
<location filename="../settings/wizard.cpp" line="269"/>
<source>State of user unit file &quot;%1&quot;: </source>
<translation>Status der Benutzer-Unit-Datei &quot;%1&quot;: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="266"/>
<location filename="../settings/wizard.cpp" line="270"/>
<source>State of system unit file &quot;%1&quot;: </source>
<translation>Status der System-Unit-Datei &quot;%1&quot;: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="263"/>
<location filename="../settings/wizard.cpp" line="267"/>
<source>Systemd:</source>
<translation>Systemd:</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="253"/>
<location filename="../settings/wizard.cpp" line="257"/>
<source>Could NOT connect to Syncthing under: </source>
<translation>Konnte sich NICHT mit Syncthing verbinden unter: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="269"/>
<location filename="../settings/wizard.cpp" line="273"/>
<source>No available</source>
<translation>Nicht verfügbar</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="275"/>
<location filename="../settings/wizard.cpp" line="279"/>
<source>Could test-launch Syncthing successfully, exit code: </source>
<translation>Konnte Syncthing erfolgreich zum Test starten, Exit-Code: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="276"/>
<location filename="../settings/wizard.cpp" line="280"/>
<source>Syncthing version returned from test-launch: </source>
<translation>Syncthing-Version, die vom Test-Start zurückgegeben wurde: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="278"/>
<location filename="../settings/wizard.cpp" line="282"/>
<source>Unable to test-launch Syncthing: </source>
<translation>Kann Syncthing nicht test-starten: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>Built-in Syncthing available: </source>
<translation>Eingebaute Syncthing-Bibliothek ist verfügbar: </translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>yes</source>
<translation>ja</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>no</source>
<translation>nein</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="281"/>
<location filename="../settings/wizard.cpp" line="285"/>
<source>Launcher:</source>
<translation>Starter:</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="287"/>
<location filename="../settings/wizard.cpp" line="291"/>
<source>Details from setup detection - </source>
<translation>Details der Einrichtungserkennung </translation>
</message>
@ -2028,7 +2032,7 @@ Die Weboberfläche wird stattdessen im Standardwebrowser geöffnet.</translation
<context>
<name>Settings::Connection</name>
<message>
<location filename="../settings/settings.cpp" line="625"/>
<location filename="../settings/settings.cpp" line="627"/>
<source>Backup of %1 (created by wizard)</source>
<translation>Sicherung von %1 (vom Einrichtungsassistenten erstellt)</translation>
</message>

View File

@ -163,127 +163,127 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="821"/>
<location filename="../settings/wizard.cpp" line="819"/>
<source>Apply</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="822"/>
<location filename="../settings/wizard.cpp" line="820"/>
<source>Apply selected configuration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="823"/>
<location filename="../settings/wizard.cpp" line="821"/>
<source>Review the summary of the configuration changes before applying them</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="847"/>
<location filename="../settings/wizard.cpp" line="845"/>
<source>Summary:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>Keep %1 %2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>enabled</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>disabled</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>%1 %2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>Enable</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>Disable</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="861"/>
<location filename="../settings/wizard.cpp" line="859"/>
<source>Keeping connection and launcher configuration as-is</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="864"/>
<location filename="../settings/wizard.cpp" line="862"/>
<source>Configure Syncthing Tray to use the currently running Syncthing instance</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="865"/>
<location filename="../settings/wizard.cpp" line="863"/>
<source>Do &lt;i&gt;not&lt;/i&gt; change how Syncthing is launched</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="869"/>
<location filename="../settings/wizard.cpp" line="867"/>
<source>Start Syncthing via Syncthing Tray&apos;s launcher</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="871"/>
<location filename="../settings/wizard.cpp" line="869"/>
<source>executable from PATH as separate process, &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="872"/>
<location filename="../settings/wizard.cpp" line="870"/>
<source>built-in Syncthing library, &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="877"/>
<location filename="../settings/wizard.cpp" line="875"/>
<source>Start Syncthing by enabling and starting its systemd unit</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="879"/>
<location filename="../settings/wizard.cpp" line="877"/>
<source>Using user unit &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="880"/>
<location filename="../settings/wizard.cpp" line="878"/>
<source>Using system unit &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="891"/>
<location filename="../settings/wizard.cpp" line="889"/>
<source>systemd integration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="896"/>
<location filename="../settings/wizard.cpp" line="894"/>
<source>autostart of Syncthing Tray</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="900"/>
<location filename="../settings/wizard.cpp" line="898"/>
<source>Further information:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="900"/>
<location filename="../settings/wizard.cpp" line="898"/>
<source>Click on &quot;Show details from setup detection&quot; for further details.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="901"/>
<location filename="../settings/wizard.cpp" line="899"/>
<source>If you want to do amendments, you can head back one or more steps.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="901"/>
<location filename="../settings/wizard.cpp" line="899"/>
<source>If you abort now, nothing will be changed.</source>
<translation type="unfinished"></translation>
</message>
@ -354,12 +354,12 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="765"/>
<location filename="../settings/wizard.cpp" line="763"/>
<source>Configure autostart</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="766"/>
<location filename="../settings/wizard.cpp" line="764"/>
<source>Select whether to start Syncthing Tray automatically</source>
<translation type="unfinished"></translation>
</message>
@ -622,32 +622,32 @@
<context>
<name>QtGui::DetectionWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="487"/>
<location filename="../settings/wizard.cpp" line="485"/>
<source>Checking current Syncthing setup</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="488"/>
<location filename="../settings/wizard.cpp" line="486"/>
<source>Checking Syncthing configuration and whether Syncthing is already running or can be started </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="545"/>
<location filename="../settings/wizard.cpp" line="543"/>
<source>It looks like Syncthing has not been running on this system before as its configuration cannot be found. Is that correct?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="541"/>
<location filename="../settings/wizard.cpp" line="539"/>
<source>Yes, continue configuration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="542"/>
<location filename="../settings/wizard.cpp" line="540"/>
<source>No, let me select Syncthing&apos;s configuration file manually</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="551"/>
<location filename="../settings/wizard.cpp" line="549"/>
<source>Select Syncthing&apos;s configuration file</source>
<translation type="unfinished"></translation>
</message>
@ -691,37 +691,37 @@
<context>
<name>QtGui::FinalWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="957"/>
<location filename="../settings/wizard.cpp" line="955"/>
<source>Waiting for configuration wizard completed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="958"/>
<location filename="../settings/wizard.cpp" line="956"/>
<source>Changes are being applied</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="964"/>
<location filename="../settings/wizard.cpp" line="962"/>
<source>Configuration wizard completed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="968"/>
<location filename="../settings/wizard.cpp" line="966"/>
<source>All changes have been applied</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="969"/>
<location filename="../settings/wizard.cpp" line="967"/>
<source>The configuration has been changed successfully. You can close the wizard and &lt;a href=&quot;openSyncthing&quot;&gt;open Syncthing&lt;/a&gt; to pair remote devices and add folders for sharing. If you need further help, read the &lt;a href=&quot;openDocs&quot;&gt;documentation to get started&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="973"/>
<location filename="../settings/wizard.cpp" line="971"/>
<source>Not all changes could be applied</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="977"/>
<location filename="../settings/wizard.cpp" line="975"/>
<source>You may try to head back one or more steps and try again or finish the wizard and configure Syncthing Tray manually.</source>
<translation type="unfinished"></translation>
</message>
@ -1058,37 +1058,37 @@
<context>
<name>QtGui::MainConfigWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="572"/>
<location filename="../settings/wizard.cpp" line="570"/>
<source>Select what configuration to apply</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="573"/>
<location filename="../settings/wizard.cpp" line="571"/>
<source>Something when wrong when checking the Syncthing setup.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="574"/>
<location filename="../settings/wizard.cpp" line="572"/>
<source>Show details from setup detection</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="649"/>
<location filename="../settings/wizard.cpp" line="647"/>
<source>Systemd</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="681"/>
<location filename="../settings/wizard.cpp" line="679"/>
<source>&lt;b&gt;The Syncthing config could be located under &quot;%1&quot; but it seems invalid/incomplete.&lt;/b&gt; Hence Syncthing is assumed to be not running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="673"/>
<location filename="../settings/wizard.cpp" line="671"/>
<source>Looks like Syncthing is not running yet. You can launch it via %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="673"/>
<location filename="../settings/wizard.cpp" line="671"/>
<source> and </source>
<translation type="unfinished"></translation>
</message>
@ -1133,17 +1133,17 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="622"/>
<location filename="../settings/wizard.cpp" line="620"/>
<source>Looks like Syncthing is already running and Syncthing Tray can be configured accordingly automatically.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="656"/>
<location filename="../settings/wizard.cpp" line="654"/>
<source>Syncthing Tray&apos;s launcher</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="675"/>
<location filename="../settings/wizard.cpp" line="673"/>
<source>Looks like Syncthing is not running yet and needs to be installed before Syncthing Tray can be configured.</source>
<translation type="unfinished"></translation>
</message>
@ -1292,7 +1292,7 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/settingsdialog.cpp" line="1482"/>
<location filename="../settings/settingsdialog.cpp" line="1479"/>
<source>Start wizard</source>
<translation type="unfinished"></translation>
</message>
@ -1591,37 +1591,37 @@ The Web UI will be opened in the default web browser instead.</source>
<context>
<name>QtGui::WelcomeWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="402"/>
<location filename="../settings/wizard.cpp" line="406"/>
<source>Welcome to Syncthing Tray</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="403"/>
<location filename="../settings/wizard.cpp" line="407"/>
<source>It looks like you&apos;re launching Syncthing Tray for the first time.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="404"/>
<source>You must configure how to connect to Syncthing and how to launch Syncthing (if that&apos;s wanted) when using Syncthing Tray the first time. A guided/automated setup is still in the works so the manual setup is currently the only option.</source>
<location filename="../settings/wizard.cpp" line="408"/>
<source>You must configure how to connect to Syncthing and how to launch Syncthing (if that&apos;s wanted) when using Syncthing Tray the first time.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="408"/>
<location filename="../settings/wizard.cpp" line="411"/>
<source>Wizard&apos;s start page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="409"/>
<location filename="../settings/wizard.cpp" line="412"/>
<source>This wizard will help you configuring Syncthing Tray.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="416"/>
<location filename="../settings/wizard.cpp" line="417"/>
<source>Start guided setup</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="418"/>
<location filename="../settings/wizard.cpp" line="419"/>
<source>Allows to configure Syncthing Tray automatically for the local Syncthing instance and helps you starting Syncthing if wanted.</source>
<translation type="unfinished"></translation>
</message>
@ -1669,167 +1669,167 @@ The Web UI will be opened in the default web browser instead.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="183"/>
<location filename="../settings/wizard.cpp" line="187"/>
<source>The internal launcher has not been initialized.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="195"/>
<location filename="../settings/wizard.cpp" line="199"/>
<source>The service handler has not been initialized.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="228"/>
<location filename="../settings/wizard.cpp" line="232"/>
<source>Unable to locate Syncthing config file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="230"/>
<location filename="../settings/wizard.cpp" line="234"/>
<source>Located Syncthing config file: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="232"/>
<location filename="../settings/wizard.cpp" line="236"/>
<source>Syncthing config file looks ok.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="234"/>
<location filename="../settings/wizard.cpp" line="238"/>
<source>Syncthing config file looks invalid/incomplete.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="237"/>
<location filename="../settings/wizard.cpp" line="241"/>
<source>Syncthing configuration:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="245"/>
<location filename="../settings/wizard.cpp" line="249"/>
<source>Could connect to Syncthing under: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="246"/>
<location filename="../settings/wizard.cpp" line="250"/>
<source>Syncthing version: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="247"/>
<location filename="../settings/wizard.cpp" line="251"/>
<source>Syncthing device ID: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="248"/>
<location filename="../settings/wizard.cpp" line="252"/>
<source>Syncthing status: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="250"/>
<location filename="../settings/wizard.cpp" line="254"/>
<source>Additional Syncthing status info: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="321"/>
<location filename="../settings/wizard.cpp" line="325"/>
<source>The Syncthing process exited prematurely. </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="334"/>
<location filename="../settings/wizard.cpp" line="338"/>
<source>The Syncthing service stopped prematurely. </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="358"/>
<location filename="../settings/wizard.cpp" line="362"/>
<source>Ran into timeout while waiting for Syncthing to create config file. Maybe Syncthing created its config file under an unexpected location. </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="369"/>
<location filename="../settings/wizard.cpp" line="373"/>
<source>Checkout Syncthing&apos;s log for details.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="373"/>
<location filename="../settings/wizard.cpp" line="377"/>
<source> It can be accessed within the &lt;a href=&quot;openLauncherSettings&quot;&gt;launcher settings&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="378"/>
<location filename="../settings/wizard.cpp" line="382"/>
<source> It is normally written to the system journal (and can be accessed via e.g. journalctl).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="255"/>
<location filename="../settings/wizard.cpp" line="259"/>
<source>API connection:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="258"/>
<location filename="../settings/wizard.cpp" line="262"/>
<source>API connection errors:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="265"/>
<location filename="../settings/wizard.cpp" line="269"/>
<source>State of user unit file &quot;%1&quot;: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="266"/>
<location filename="../settings/wizard.cpp" line="270"/>
<source>State of system unit file &quot;%1&quot;: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="263"/>
<location filename="../settings/wizard.cpp" line="267"/>
<source>Systemd:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="253"/>
<location filename="../settings/wizard.cpp" line="257"/>
<source>Could NOT connect to Syncthing under: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="269"/>
<location filename="../settings/wizard.cpp" line="273"/>
<source>No available</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="275"/>
<location filename="../settings/wizard.cpp" line="279"/>
<source>Could test-launch Syncthing successfully, exit code: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="276"/>
<location filename="../settings/wizard.cpp" line="280"/>
<source>Syncthing version returned from test-launch: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="278"/>
<location filename="../settings/wizard.cpp" line="282"/>
<source>Unable to test-launch Syncthing: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>Built-in Syncthing available: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>yes</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>no</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="281"/>
<location filename="../settings/wizard.cpp" line="285"/>
<source>Launcher:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="287"/>
<location filename="../settings/wizard.cpp" line="291"/>
<source>Details from setup detection - </source>
<translation type="unfinished"></translation>
</message>
@ -1837,7 +1837,7 @@ The Web UI will be opened in the default web browser instead.</source>
<context>
<name>Settings::Connection</name>
<message>
<location filename="../settings/settings.cpp" line="625"/>
<location filename="../settings/settings.cpp" line="627"/>
<source>Backup of %1 (created by wizard)</source>
<translation type="unfinished"></translation>
</message>

View File

@ -171,127 +171,127 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="821"/>
<location filename="../settings/wizard.cpp" line="819"/>
<source>Apply</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="822"/>
<location filename="../settings/wizard.cpp" line="820"/>
<source>Apply selected configuration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="823"/>
<location filename="../settings/wizard.cpp" line="821"/>
<source>Review the summary of the configuration changes before applying them</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="847"/>
<location filename="../settings/wizard.cpp" line="845"/>
<source>Summary:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>Keep %1 %2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>enabled</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="854"/>
<location filename="../settings/wizard.cpp" line="852"/>
<source>disabled</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>%1 %2</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>Enable</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="855"/>
<location filename="../settings/wizard.cpp" line="853"/>
<source>Disable</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="861"/>
<location filename="../settings/wizard.cpp" line="859"/>
<source>Keeping connection and launcher configuration as-is</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="864"/>
<location filename="../settings/wizard.cpp" line="862"/>
<source>Configure Syncthing Tray to use the currently running Syncthing instance</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="865"/>
<location filename="../settings/wizard.cpp" line="863"/>
<source>Do &lt;i&gt;not&lt;/i&gt; change how Syncthing is launched</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="869"/>
<location filename="../settings/wizard.cpp" line="867"/>
<source>Start Syncthing via Syncthing Tray&apos;s launcher</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="871"/>
<location filename="../settings/wizard.cpp" line="869"/>
<source>executable from PATH as separate process, &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="872"/>
<location filename="../settings/wizard.cpp" line="870"/>
<source>built-in Syncthing library, &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="877"/>
<location filename="../settings/wizard.cpp" line="875"/>
<source>Start Syncthing by enabling and starting its systemd unit</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="879"/>
<location filename="../settings/wizard.cpp" line="877"/>
<source>Using user unit &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="880"/>
<location filename="../settings/wizard.cpp" line="878"/>
<source>Using system unit &quot;%1&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="891"/>
<location filename="../settings/wizard.cpp" line="889"/>
<source>systemd integration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="896"/>
<location filename="../settings/wizard.cpp" line="894"/>
<source>autostart of Syncthing Tray</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="900"/>
<location filename="../settings/wizard.cpp" line="898"/>
<source>Further information:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="900"/>
<location filename="../settings/wizard.cpp" line="898"/>
<source>Click on &quot;Show details from setup detection&quot; for further details.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="901"/>
<location filename="../settings/wizard.cpp" line="899"/>
<source>If you want to do amendments, you can head back one or more steps.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="901"/>
<location filename="../settings/wizard.cpp" line="899"/>
<source>If you abort now, nothing will be changed.</source>
<translation type="unfinished"></translation>
</message>
@ -362,12 +362,12 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="765"/>
<location filename="../settings/wizard.cpp" line="763"/>
<source>Configure autostart</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="766"/>
<location filename="../settings/wizard.cpp" line="764"/>
<source>Select whether to start Syncthing Tray automatically</source>
<translation type="unfinished"></translation>
</message>
@ -630,32 +630,32 @@
<context>
<name>QtGui::DetectionWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="487"/>
<location filename="../settings/wizard.cpp" line="485"/>
<source>Checking current Syncthing setup</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="488"/>
<location filename="../settings/wizard.cpp" line="486"/>
<source>Checking Syncthing configuration and whether Syncthing is already running or can be started </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="545"/>
<location filename="../settings/wizard.cpp" line="543"/>
<source>It looks like Syncthing has not been running on this system before as its configuration cannot be found. Is that correct?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="541"/>
<location filename="../settings/wizard.cpp" line="539"/>
<source>Yes, continue configuration</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="542"/>
<location filename="../settings/wizard.cpp" line="540"/>
<source>No, let me select Syncthing&apos;s configuration file manually</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="551"/>
<location filename="../settings/wizard.cpp" line="549"/>
<source>Select Syncthing&apos;s configuration file</source>
<translation type="unfinished"></translation>
</message>
@ -702,37 +702,37 @@
<context>
<name>QtGui::FinalWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="957"/>
<location filename="../settings/wizard.cpp" line="955"/>
<source>Waiting for configuration wizard completed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="958"/>
<location filename="../settings/wizard.cpp" line="956"/>
<source>Changes are being applied</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="964"/>
<location filename="../settings/wizard.cpp" line="962"/>
<source>Configuration wizard completed</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="968"/>
<location filename="../settings/wizard.cpp" line="966"/>
<source>All changes have been applied</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="969"/>
<location filename="../settings/wizard.cpp" line="967"/>
<source>The configuration has been changed successfully. You can close the wizard and &lt;a href=&quot;openSyncthing&quot;&gt;open Syncthing&lt;/a&gt; to pair remote devices and add folders for sharing. If you need further help, read the &lt;a href=&quot;openDocs&quot;&gt;documentation to get started&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="973"/>
<location filename="../settings/wizard.cpp" line="971"/>
<source>Not all changes could be applied</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="977"/>
<location filename="../settings/wizard.cpp" line="975"/>
<source>You may try to head back one or more steps and try again or finish the wizard and configure Syncthing Tray manually.</source>
<translation type="unfinished"></translation>
</message>
@ -1076,37 +1076,37 @@
<context>
<name>QtGui::MainConfigWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="572"/>
<location filename="../settings/wizard.cpp" line="570"/>
<source>Select what configuration to apply</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="573"/>
<location filename="../settings/wizard.cpp" line="571"/>
<source>Something when wrong when checking the Syncthing setup.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="574"/>
<location filename="../settings/wizard.cpp" line="572"/>
<source>Show details from setup detection</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="649"/>
<location filename="../settings/wizard.cpp" line="647"/>
<source>Systemd</source>
<translation type="unfinished">Systemd</translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="681"/>
<location filename="../settings/wizard.cpp" line="679"/>
<source>&lt;b&gt;The Syncthing config could be located under &quot;%1&quot; but it seems invalid/incomplete.&lt;/b&gt; Hence Syncthing is assumed to be not running.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="673"/>
<location filename="../settings/wizard.cpp" line="671"/>
<source>Looks like Syncthing is not running yet. You can launch it via %1.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="673"/>
<location filename="../settings/wizard.cpp" line="671"/>
<source> and </source>
<translation type="unfinished"></translation>
</message>
@ -1155,17 +1155,17 @@
<translation type="obsolete"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="622"/>
<location filename="../settings/wizard.cpp" line="620"/>
<source>Looks like Syncthing is already running and Syncthing Tray can be configured accordingly automatically.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="656"/>
<location filename="../settings/wizard.cpp" line="654"/>
<source>Syncthing Tray&apos;s launcher</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="675"/>
<location filename="../settings/wizard.cpp" line="673"/>
<source>Looks like Syncthing is not running yet and needs to be installed before Syncthing Tray can be configured.</source>
<translation type="unfinished"></translation>
</message>
@ -1318,7 +1318,7 @@
<translation></translation>
</message>
<message>
<location filename="../settings/settingsdialog.cpp" line="1482"/>
<location filename="../settings/settingsdialog.cpp" line="1479"/>
<source>Start wizard</source>
<translation type="unfinished"></translation>
</message>
@ -1636,37 +1636,37 @@ The Web UI will be opened in the default web browser instead.</source>
<context>
<name>QtGui::WelcomeWizardPage</name>
<message>
<location filename="../settings/wizard.cpp" line="402"/>
<location filename="../settings/wizard.cpp" line="406"/>
<source>Welcome to Syncthing Tray</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="403"/>
<location filename="../settings/wizard.cpp" line="407"/>
<source>It looks like you&apos;re launching Syncthing Tray for the first time.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="404"/>
<source>You must configure how to connect to Syncthing and how to launch Syncthing (if that&apos;s wanted) when using Syncthing Tray the first time. A guided/automated setup is still in the works so the manual setup is currently the only option.</source>
<location filename="../settings/wizard.cpp" line="408"/>
<source>You must configure how to connect to Syncthing and how to launch Syncthing (if that&apos;s wanted) when using Syncthing Tray the first time.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="408"/>
<location filename="../settings/wizard.cpp" line="411"/>
<source>Wizard&apos;s start page</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="409"/>
<location filename="../settings/wizard.cpp" line="412"/>
<source>This wizard will help you configuring Syncthing Tray.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="416"/>
<location filename="../settings/wizard.cpp" line="417"/>
<source>Start guided setup</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="418"/>
<location filename="../settings/wizard.cpp" line="419"/>
<source>Allows to configure Syncthing Tray automatically for the local Syncthing instance and helps you starting Syncthing if wanted.</source>
<translation type="unfinished"></translation>
</message>
@ -1714,167 +1714,167 @@ The Web UI will be opened in the default web browser instead.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="183"/>
<location filename="../settings/wizard.cpp" line="187"/>
<source>The internal launcher has not been initialized.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="195"/>
<location filename="../settings/wizard.cpp" line="199"/>
<source>The service handler has not been initialized.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="228"/>
<location filename="../settings/wizard.cpp" line="232"/>
<source>Unable to locate Syncthing config file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="230"/>
<location filename="../settings/wizard.cpp" line="234"/>
<source>Located Syncthing config file: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="232"/>
<location filename="../settings/wizard.cpp" line="236"/>
<source>Syncthing config file looks ok.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="234"/>
<location filename="../settings/wizard.cpp" line="238"/>
<source>Syncthing config file looks invalid/incomplete.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="237"/>
<location filename="../settings/wizard.cpp" line="241"/>
<source>Syncthing configuration:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="245"/>
<location filename="../settings/wizard.cpp" line="249"/>
<source>Could connect to Syncthing under: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="246"/>
<location filename="../settings/wizard.cpp" line="250"/>
<source>Syncthing version: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="247"/>
<location filename="../settings/wizard.cpp" line="251"/>
<source>Syncthing device ID: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="248"/>
<location filename="../settings/wizard.cpp" line="252"/>
<source>Syncthing status: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="250"/>
<location filename="../settings/wizard.cpp" line="254"/>
<source>Additional Syncthing status info: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="321"/>
<location filename="../settings/wizard.cpp" line="325"/>
<source>The Syncthing process exited prematurely. </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="334"/>
<location filename="../settings/wizard.cpp" line="338"/>
<source>The Syncthing service stopped prematurely. </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="358"/>
<location filename="../settings/wizard.cpp" line="362"/>
<source>Ran into timeout while waiting for Syncthing to create config file. Maybe Syncthing created its config file under an unexpected location. </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="369"/>
<location filename="../settings/wizard.cpp" line="373"/>
<source>Checkout Syncthing&apos;s log for details.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="373"/>
<location filename="../settings/wizard.cpp" line="377"/>
<source> It can be accessed within the &lt;a href=&quot;openLauncherSettings&quot;&gt;launcher settings&lt;/a&gt;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="378"/>
<location filename="../settings/wizard.cpp" line="382"/>
<source> It is normally written to the system journal (and can be accessed via e.g. journalctl).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="255"/>
<location filename="../settings/wizard.cpp" line="259"/>
<source>API connection:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="258"/>
<location filename="../settings/wizard.cpp" line="262"/>
<source>API connection errors:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="265"/>
<location filename="../settings/wizard.cpp" line="269"/>
<source>State of user unit file &quot;%1&quot;: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="266"/>
<location filename="../settings/wizard.cpp" line="270"/>
<source>State of system unit file &quot;%1&quot;: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="263"/>
<location filename="../settings/wizard.cpp" line="267"/>
<source>Systemd:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="253"/>
<location filename="../settings/wizard.cpp" line="257"/>
<source>Could NOT connect to Syncthing under: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="269"/>
<location filename="../settings/wizard.cpp" line="273"/>
<source>No available</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="275"/>
<location filename="../settings/wizard.cpp" line="279"/>
<source>Could test-launch Syncthing successfully, exit code: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="276"/>
<location filename="../settings/wizard.cpp" line="280"/>
<source>Syncthing version returned from test-launch: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="278"/>
<location filename="../settings/wizard.cpp" line="282"/>
<source>Unable to test-launch Syncthing: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>Built-in Syncthing available: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>yes</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="280"/>
<location filename="../settings/wizard.cpp" line="284"/>
<source>no</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="281"/>
<location filename="../settings/wizard.cpp" line="285"/>
<source>Launcher:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../settings/wizard.cpp" line="287"/>
<location filename="../settings/wizard.cpp" line="291"/>
<source>Details from setup detection - </source>
<translation type="unfinished"></translation>
</message>
@ -1882,7 +1882,7 @@ The Web UI will be opened in the default web browser instead.</source>
<context>
<name>Settings::Connection</name>
<message>
<location filename="../settings/settings.cpp" line="625"/>
<location filename="../settings/settings.cpp" line="627"/>
<source>Backup of %1 (created by wizard)</source>
<translation type="unfinished"></translation>
</message>