GUI: Remove bogus period.

[ci skip]
This commit is contained in:
XhmikosR 2015-03-07 09:48:16 +02:00
parent 2cd086304f
commit 143c5d4875
13 changed files with 16 additions and 16 deletions

View File

@ -731,7 +731,7 @@ Opening a new XML file will clear current results.Do you want to proceed?</sourc
<location filename="mainwindow.cpp" line="878"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation>Prüfung läuft.
Möchten Sie die Prüfung abbrechen und Cppcheck beenden?</translation>

View File

@ -639,10 +639,10 @@ This is probably because the settings were changed between the Cppcheck versions
<location filename="mainwindow.cpp" line="878"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation>El proceso de comprobación está en curso.
¿Quieres parar la comprobación y salir del Cppcheck?.</translation>
¿Quieres parar la comprobación y salir del Cppcheck?</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="924"/>

View File

@ -715,7 +715,7 @@ Opening a new XML file will clear current results.Do you want to proceed?</sourc
<location filename="mainwindow.cpp" line="878"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -442,7 +442,7 @@ Parameters: -l(line) (file)</source>
<message>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -731,7 +731,7 @@ L&apos;apertura di un nuovo file XML ripulirà i risultati correnti. Vuoi proced
<location filename="mainwindow.cpp" line="878"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation>La scansione è in esecuzione.
Vuoi fermare la scansione ed uscire da Cppcheck?</translation>

View File

@ -691,7 +691,7 @@ Opening a new XML file will clear current results.Do you want to proceed?</sourc
<location filename="mainwindow.cpp" line="878"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation type="unfinished">.
Cppcheckを終了しますか.</translation>

View File

@ -492,10 +492,10 @@ Do you want to proceed checking without using any of these project files?</sourc
<message>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation> .
Cppcheck을 ?.</translation>
Cppcheck을 ?</translation>
</message>
<message>
<source>License</source>

View File

@ -731,10 +731,10 @@ Een nieuw XML-bestand openen zal de huidige resultaten wissen Wilt u verder gaan
<location filename="mainwindow.cpp" line="878"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation>Het controleren loopt.
Wil je het controleren stoppen en Cppcheck sluiten?.</translation>
Wil je het controleren stoppen en Cppcheck sluiten?</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="948"/>

View File

@ -732,7 +732,7 @@ Opening a new XML file will clear current results.Do you want to proceed?</sourc
<location filename="mainwindow.cpp" line="878"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation>Идет проверка.
Вы хотите завершить проверку и выйти?</translation>

View File

@ -716,7 +716,7 @@ Opening a new XML file will clear current results.Do you want to proceed?</sourc
<location filename="mainwindow.cpp" line="878"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -746,7 +746,7 @@ När en ny XML fil öppnas så tas alla nuvarande resultat bort. Vill du fortsä
<location filename="mainwindow.cpp" line="878"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation>Cppcheck kör.
Vill du stoppa analysen och avsluta Cppcheck?</translation>

View File

@ -709,7 +709,7 @@ Opening a new XML file will clear current results.Do you want to proceed?</sourc
<location filename="mainwindow.cpp" line="878"/>
<source>Checking is running.
Do you want to stop the checking and exit Cppcheck?.</source>
Do you want to stop the checking and exit Cppcheck?</source>
<translation>
退 Cppcheck</translation>

View File

@ -876,7 +876,7 @@ void MainWindow::closeEvent(QCloseEvent *event)
event->accept();
} else {
const QString text(tr("Checking is running.\n\n" \
"Do you want to stop the checking and exit Cppcheck?."));
"Do you want to stop the checking and exit Cppcheck?"));
QMessageBox msg(QMessageBox::Warning,
tr("Cppcheck"),