Skip to content

Commit 2e5071e

Browse files
committed
complete translation fixup
1 parent b82f64b commit 2e5071e

File tree

7 files changed

+258
-269
lines changed

7 files changed

+258
-269
lines changed

src/plugins/updater/qpackagekit/qpackagekitupdateinstaller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void QPackageKitUpdateInstaller::eulaRequired(const QString &eulaID, const QStri
123123
{
124124
emit updateGlobalProgress(-1.0, tr("Waiting for EULA to be accepted…"));
125125
emit showEula(eulaID,
126-
tr("<h1>Eula of package %1<&h1>"
126+
tr("<h1>Eula of package %1</h1>"
127127
"<p>%2</p>"
128128
"<p>Package Vendor: %3</p>")
129129
.arg(packageID, licenseAgreement, vendor),

src/translations/qtautoupdater_ar.ts

Lines changed: 115 additions & 105 deletions
Large diffs are not rendered by default.

src/translations/qtautoupdater_de.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -183,30 +183,26 @@
183183
<context>
184184
<name>QHttpServer</name>
185185
<message>
186-
<location filename="../3rdparty/qthttpserver/src/httpserver/qhttpserver.cpp" line="+68"/>
187186
<source>missing handler:</source>
188-
<translation>fehlender Handler:</translation>
187+
<translation type="vanished">fehlender Handler:</translation>
189188
</message>
190189
</context>
191190
<context>
192191
<name>QHttpServerExample</name>
193192
<message>
194-
<location filename="../3rdparty/qthttpserver/examples/httpserver/simple/main.cpp" line="+117"/>
195193
<source>Could not run on http://127.0.0.1:%1/</source>
196-
<translation>Konnte unter http://127.0.0.1:%1/ nicht ausgeführt werden</translation>
194+
<translation type="vanished">Konnte unter http://127.0.0.1:%1/ nicht ausgeführt werden</translation>
197195
</message>
198196
<message>
199-
<location line="+5"/>
200197
<source>Running on http://127.0.0.1:%1/ (Press CTRL+C to quit)</source>
201-
<translation>Ausführen unter http://127.0.0.1:%1/ (Drücken Sie STRG + C, um das Programm zu beenden.)</translation>
198+
<translation type="vanished">Ausführen unter http://127.0.0.1:%1/ (Drücken Sie STRG + C, um das Programm zu beenden.)</translation>
202199
</message>
203200
</context>
204201
<context>
205202
<name>QObject</name>
206203
<message>
207-
<location filename="../3rdparty/PackageKit-Qt/src/transactionprivate.cpp" line="+262"/>
208204
<source>The PackageKit daemon has crashed</source>
209-
<translation>Der PackageKit-Dämon ist abgestürzt</translation>
205+
<translation type="vanished">Der PackageKit-Dämon ist abgestürzt</translation>
210206
</message>
211207
</context>
212208
<context>
@@ -223,9 +219,13 @@
223219
<translation>Warten auf die Annahme des EULA…</translation>
224220
</message>
225221
<message>
226-
<location line="+2"/>
227222
<source>&lt;h1&gt;Eula of package %1&lt;&amp;h1&gt;&lt;p&gt;%2&lt;/p&gt;&lt;p&gt;Package Vendor: %3&lt;/p&gt;</source>
228-
<translation>|||UNTRANSLATED_CONTENT_START|||&lt;h1&gt;Eula of package %1&lt;&amp;h1&gt;&lt;p&gt;%2&lt;/p&gt;&lt;p&gt;Package Vendor: %3&lt;/p&gt;|||UNTRANSLATED_CONTENT_END|||</translation>
223+
<translation type="vanished">&lt;h1&gt;Eula des Pakets %1&lt;/h1&gt;&lt;p&gt;%2&lt;/p&gt;&lt;p&gt;Paket-Hersteller: %3&lt;/p&gt;</translation>
224+
</message>
225+
<message>
226+
<location line="+2"/>
227+
<source>&lt;h1&gt;Eula of package %1&lt;/h1&gt;&lt;p&gt;%2&lt;/p&gt;&lt;p&gt;Package Vendor: %3&lt;/p&gt;</source>
228+
<translation>&lt;h1&gt;Eula des Pakets %1&lt;/h1&gt;&lt;p&gt;%2&lt;/p&gt;&lt;p&gt;Paket-Hersteller: %3&lt;/p&gt;</translation>
229229
</message>
230230
<message>
231231
<location line="+29"/>

0 commit comments

Comments
 (0)