Skip to content

Commit 7f16300

Browse files
committed
refs #14345 - dropped some untranslatable strings [skip ci]
1 parent 1efa179 commit 7f16300

26 files changed

Lines changed: 285 additions & 1467 deletions

gui/applicationdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ void ApplicationDialog::ok()
8080
{
8181
if (mUI->mName->text().isEmpty() || mUI->mPath->text().isEmpty()) {
8282
QMessageBox msg(QMessageBox::Warning,
83-
tr("Cppcheck"),
83+
"Cppcheck",
8484
tr("You must specify a name, a path and optionally parameters for the application!"),
8585
QMessageBox::Ok,
8686
this);

gui/cppcheck_de.ts

Lines changed: 25 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ Parameter: -l(line) (file)
107107
<translation>Anzeigeanwendung auswählen</translation>
108108
</message>
109109
<message>
110-
<location filename="applicationdialog.cpp" line="83"/>
111110
<source>Cppcheck</source>
112-
<translation>Cppcheck</translation>
111+
<translation type="vanished">Cppcheck</translation>
113112
</message>
114113
<message>
115114
<location filename="applicationdialog.cpp" line="84"/>
@@ -176,10 +175,8 @@ Parameter: -l(line) (file)
176175
<translation>Konnte die Datei nicht finden: %1</translation>
177176
</message>
178177
<message>
179-
<location filename="fileviewdialog.cpp" line="57"/>
180-
<location filename="fileviewdialog.cpp" line="71"/>
181178
<source>Cppcheck</source>
182-
<translation>Cppcheck</translation>
179+
<translation type="vanished">Cppcheck</translation>
183180
</message>
184181
<message>
185182
<location filename="fileviewdialog.cpp" line="67"/>
@@ -210,9 +207,8 @@ Parameter: -l(line) (file)
210207
<translation>Hilfedatei &apos;%1&apos; nicht gefunden</translation>
211208
</message>
212209
<message>
213-
<location filename="helpdialog.cpp" line="87"/>
214210
<source>Cppcheck</source>
215-
<translation>Cppcheck</translation>
211+
<translation type="vanished">Cppcheck</translation>
216212
</message>
217213
</context>
218214
<context>
@@ -332,11 +328,8 @@ Parameter: -l(line) (file)
332328
<translation>Bibliothek öffnen</translation>
333329
</message>
334330
<message>
335-
<location filename="librarydialog.cpp" line="110"/>
336-
<location filename="librarydialog.cpp" line="122"/>
337-
<location filename="librarydialog.cpp" line="159"/>
338331
<source>Cppcheck</source>
339-
<translation>Cppcheck</translation>
332+
<translation type="vanished">Cppcheck</translation>
340333
</message>
341334
<message>
342335
<location filename="librarydialog.cpp" line="111"/>
@@ -482,23 +475,8 @@ Parameter: -l(line) (file)
482475
<context>
483476
<name>MainWindow</name>
484477
<message>
485-
<location filename="mainwindow.ui" line="26"/>
486-
<location filename="mainwindow.ui" line="687"/>
487-
<location filename="mainwindow.cpp" line="459"/>
488-
<location filename="mainwindow.cpp" line="669"/>
489-
<location filename="mainwindow.cpp" line="754"/>
490-
<location filename="mainwindow.cpp" line="860"/>
491-
<location filename="mainwindow.cpp" line="882"/>
492-
<location filename="mainwindow.cpp" line="1469"/>
493-
<location filename="mainwindow.cpp" line="1594"/>
494-
<location filename="mainwindow.cpp" line="1889"/>
495-
<location filename="mainwindow.cpp" line="1897"/>
496-
<location filename="mainwindow.cpp" line="1952"/>
497-
<location filename="mainwindow.cpp" line="1961"/>
498-
<location filename="mainwindow.cpp" line="2033"/>
499-
<location filename="mainwindow.cpp" line="2121"/>
500478
<source>Cppcheck</source>
501-
<translation>Cppcheck</translation>
479+
<translation type="vanished">Cppcheck</translation>
502480
</message>
503481
<message>
504482
<location filename="mainwindow.ui" line="266"/>
@@ -676,8 +654,9 @@ Parameter: -l(line) (file)
676654
</message>
677655
<message>
678656
<location filename="mainwindow.ui" line="690"/>
679-
<source>Show Cppcheck results</source>
680-
<translation>Zeige Cppcheck-Ergebnisse</translation>
657+
<source>Show results</source>
658+
<oldsource>Show Cppcheck results</oldsource>
659+
<translation type="unfinished">Zeige Cppcheck-Ergebnisse</translation>
681660
</message>
682661
<message>
683662
<location filename="mainwindow.ui" line="702"/>
@@ -1006,29 +985,16 @@ Parameter: -l(line) (file)
1006985
<translation type="unfinished"></translation>
1007986
</message>
1008987
<message>
1009-
<location filename="mainwindow.ui" line="995"/>
1010988
<source>Misra C</source>
1011-
<translation>Misra C</translation>
1012-
</message>
1013-
<message>
1014-
<location filename="mainwindow.ui" line="1003"/>
1015-
<source>Misra C++ 2008</source>
1016-
<translation type="unfinished"></translation>
989+
<translation type="vanished">Misra C</translation>
1017990
</message>
1018991
<message>
1019-
<location filename="mainwindow.ui" line="1011"/>
1020992
<source>Cert C</source>
1021-
<translation>Cert C</translation>
993+
<translation type="vanished">Cert C</translation>
1022994
</message>
1023995
<message>
1024-
<location filename="mainwindow.ui" line="1019"/>
1025996
<source>Cert C++</source>
1026-
<translation>Cert C++</translation>
1027-
</message>
1028-
<message>
1029-
<location filename="mainwindow.ui" line="1027"/>
1030-
<source>Misra C++ 2023</source>
1031-
<translation type="unfinished"></translation>
997+
<translation type="vanished">Cert C++</translation>
1032998
</message>
1033999
<message>
10341000
<location filename="mainwindow.ui" line="1035"/>
@@ -1288,14 +1254,12 @@ Dies wurde vermutlich durch einen Wechsel der Cppcheck-Version hervorgerufen. Bi
12881254
<translation>Compilerdatenbank</translation>
12891255
</message>
12901256
<message>
1291-
<location filename="mainwindow.cpp" line="771"/>
12921257
<source>Visual Studio</source>
1293-
<translation>Visual Studio</translation>
1258+
<translation type="vanished">Visual Studio</translation>
12941259
</message>
12951260
<message>
1296-
<location filename="mainwindow.cpp" line="772"/>
12971261
<source>Borland C++ Builder 6</source>
1298-
<translation>Borland C++-Builder 6</translation>
1262+
<translation type="vanished">Borland C++-Builder 6</translation>
12991263
</message>
13001264
<message>
13011265
<location filename="mainwindow.cpp" line="775"/>
@@ -1567,29 +1531,24 @@ Options:
15671531
<translation>Nativ</translation>
15681532
</message>
15691533
<message>
1570-
<location filename="platforms.cpp" line="39"/>
15711534
<source>Unix 32-bit</source>
1572-
<translation>Unix 32-bit</translation>
1535+
<translation type="vanished">Unix 32-bit</translation>
15731536
</message>
15741537
<message>
1575-
<location filename="platforms.cpp" line="40"/>
15761538
<source>Unix 64-bit</source>
1577-
<translation>Unix 64-bit</translation>
1539+
<translation type="vanished">Unix 64-bit</translation>
15781540
</message>
15791541
<message>
1580-
<location filename="platforms.cpp" line="41"/>
15811542
<source>Windows 32-bit ANSI</source>
1582-
<translation>Windows 32-bit, ANSI</translation>
1543+
<translation type="vanished">Windows 32-bit, ANSI</translation>
15831544
</message>
15841545
<message>
1585-
<location filename="platforms.cpp" line="42"/>
15861546
<source>Windows 32-bit Unicode</source>
1587-
<translation>Windows 32-bit, Unicode</translation>
1547+
<translation type="vanished">Windows 32-bit, Unicode</translation>
15881548
</message>
15891549
<message>
1590-
<location filename="platforms.cpp" line="43"/>
15911550
<source>Windows 64-bit</source>
1592-
<translation>Windows 64-bit</translation>
1551+
<translation type="vanished">Windows 64-bit</translation>
15931552
</message>
15941553
</context>
15951554
<context>
@@ -1980,14 +1939,12 @@ Options:
19801939
<translation type="unfinished"></translation>
19811940
</message>
19821941
<message>
1983-
<location filename="projectfile.ui" line="1020"/>
19841942
<source>Clang analyzer</source>
1985-
<translation>Clang-Analyzer</translation>
1943+
<translation type="vanished">Clang-Analyzer</translation>
19861944
</message>
19871945
<message>
1988-
<location filename="projectfile.ui" line="1013"/>
19891946
<source>Clang-tidy</source>
1990-
<translation>Clang-Tidy</translation>
1947+
<translation type="vanished">Clang-Tidy</translation>
19911948
</message>
19921949
<message>
19931950
<location filename="projectfile.ui" line="221"/>
@@ -2028,19 +1985,17 @@ Options:
20281985
<translation>Clang-tidy (nicht gefunden)</translation>
20291986
</message>
20301987
<message>
2031-
<location filename="projectfiledialog.cpp" line="627"/>
20321988
<source>Visual Studio</source>
2033-
<translation>Visual Studio</translation>
1989+
<translation type="vanished">Visual Studio</translation>
20341990
</message>
20351991
<message>
20361992
<location filename="projectfiledialog.cpp" line="628"/>
20371993
<source>Compile database</source>
20381994
<translation>Compilerdatenbank</translation>
20391995
</message>
20401996
<message>
2041-
<location filename="projectfiledialog.cpp" line="629"/>
20421997
<source>Borland C++ Builder 6</source>
2043-
<translation>Borland C++-Builder 6</translation>
1998+
<translation type="vanished">Borland C++-Builder 6</translation>
20441999
</message>
20452000
<message>
20462001
<location filename="projectfiledialog.cpp" line="630"/>
@@ -2316,11 +2271,6 @@ Options:
23162271
<source>Tags</source>
23172272
<translation type="unfinished"></translation>
23182273
</message>
2319-
<message>
2320-
<location filename="resultstree.cpp" line="125"/>
2321-
<source>CWE</source>
2322-
<translation type="unfinished"></translation>
2323-
</message>
23242274
</context>
23252275
<context>
23262276
<name>QPlatformTheme</name>
@@ -2443,10 +2393,8 @@ Options:
24432393
<translation>Kein Tag</translation>
24442394
</message>
24452395
<message>
2446-
<location filename="resultstree.cpp" line="744"/>
2447-
<location filename="resultstree.cpp" line="758"/>
24482396
<source>Cppcheck</source>
2449-
<translation>Cppcheck</translation>
2397+
<translation type="vanished">Cppcheck</translation>
24502398
</message>
24512399
<message>
24522400
<location filename="resultstree.cpp" line="745"/>
@@ -2534,10 +2482,8 @@ Bitte überprüfen Sie ob der Pfad und die Parameter der Anwendung richtig einge
25342482
<translation>%p% (%1 von %2 Dateien geprüft)</translation>
25352483
</message>
25362484
<message>
2537-
<location filename="resultsview.cpp" line="348"/>
2538-
<location filename="resultsview.cpp" line="359"/>
25392485
<source>Cppcheck</source>
2540-
<translation>Cppcheck</translation>
2486+
<translation type="vanished">Cppcheck</translation>
25412487
</message>
25422488
<message>
25432489
<location filename="resultsview.cpp" line="349"/>
@@ -3210,9 +3156,8 @@ The user interface language has been reset to English. Open the Preferences-dial
32103156
Die Sprache wurde auf Englisch zurückgesetzt. Öffnen Sie den Einstellungen-Dialog um eine verfügbare Sprache auszuwählen.</translation>
32113157
</message>
32123158
<message>
3213-
<location filename="translationhandler.cpp" line="136"/>
32143159
<source>Cppcheck</source>
3215-
<translation>Cppcheck</translation>
3160+
<translation type="vanished">Cppcheck</translation>
32163161
</message>
32173162
</context>
32183163
<context>

0 commit comments

Comments
 (0)