GUI:
- Updated copyright date - Fixed compilation on Windows - Updated german translation
This commit is contained in:
parent
abf525e46d
commit
57bd6aafd5
|
@ -78,7 +78,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="mCopyright">
|
||||
<property name="text">
|
||||
<string>Copyright © 2007-2016 Cppcheck team.</string>
|
||||
<string>Copyright © 2007-2017 Cppcheck team.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
|
|
@ -79,7 +79,7 @@ bool ApplicationList::loadSettings()
|
|||
defapp = 0;
|
||||
}
|
||||
#else
|
||||
if (FindDefaultWindowsEditor()) {
|
||||
if (findDefaultWindowsEditor()) {
|
||||
defapp = 0;
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about.ui" line="81"/>
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<translation>Copyright © 2007-2016 Cppcheck-Team.</translation>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation>Copyright © 2007-2017 Cppcheck-Team.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="about.ui" line="91"/>
|
||||
|
@ -1131,7 +1131,7 @@ Möchten Sie die Prüfung abbrechen und Cppcheck beenden?</translation>
|
|||
<message>
|
||||
<location filename="mainwindow.cpp" line="1343"/>
|
||||
<source>Build dir '%1' does not exist, create it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Erstellungsverzeichnis '%1' existiert nicht. Erstellen?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="mainwindow.cpp" line="1385"/>
|
||||
|
@ -1264,27 +1264,27 @@ Options:
|
|||
<message>
|
||||
<location filename="projectfiledialog.ui" line="49"/>
|
||||
<source><html><head/><body><p>In the build dir, cppcheck stores data about each translation unit.</p><p>With a build dir you get whole program analysis.</p><p>Unchanged files will be analyzed much faster; Cppcheck skip the analysis of these files and reuse their old data.</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><html><head/><body><p>Im Erstellungsverzeichnis speichert Cppcheck Daten über jede Übersetzungseinheit.</p><p>Mit einem Erstellungsverzeichnis ist eine dateiübergreifende Prüfung möglich.</p><p>Unveränderte Dateien werden erheblich schneller analysiert, da sie übersprungen und die gespeicherten Resultate genutzt werden können.</p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="projectfiledialog.ui" line="52"/>
|
||||
<source>Cppcheck build dir (whole program analysis, faster analysis for unchanged files)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Cppcheck-Erstellungsverzeichnis (Dateiübergreifende Analyse, schnellere Analyse ungeänderter Dateien)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="projectfiledialog.ui" line="110"/>
|
||||
<source>Paths and Defines</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Pfade und Definitionen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="projectfiledialog.ui" line="118"/>
|
||||
<source><html><head/><body><p>Cppcheck can import Visual studio solutions (*.sln), Visual studio projects (*.vcxproj) or compile databases.</p><p>Files to check, defines, include paths are imported.</p></body></html></source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation><html><head/><body><p>Cppcheck kann Visual-Studio-Projektmappen (*.sln), Visual-Studio-Projekte (*.vcxproj) oder Compile-Datenbanken importieren.</p><p>Zu prüfende Dateien, Definitionen und Includeverzeichnisse werden importiert.</p></body></html></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="projectfiledialog.ui" line="121"/>
|
||||
<source>Import Project (Visual studio / compile database)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Importiere Projekt (Visual Studio / Compile-Datenbank)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="projectfiledialog.ui" line="251"/>
|
||||
|
@ -1294,8 +1294,7 @@ Options:
|
|||
<message>
|
||||
<location filename="projectfiledialog.ui" line="32"/>
|
||||
<source>&Root:</source>
|
||||
<oldsource>Root:</oldsource>
|
||||
<translation type="unfinished">Wurzelverzeichnis:</translation>
|
||||
<translation>&Wurzelverzeichnis:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="projectfiledialog.ui" line="77"/>
|
||||
|
@ -1307,60 +1306,12 @@ Options:
|
|||
<source>Note: Put your own custom .cfg files in the same folder as the project file. You should see them above.</source>
|
||||
<translation>Hinweis: Legen Sie eigene .cfg-Dateien in den Ordner der Projektdatei. Dann sollten sie oben sichtbar werden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Visual Studio</source>
|
||||
<translation type="obsolete">Visual Studio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Visual Studio
|
||||
|
||||
Cppcheck can import visual studio solutions and projects.
|
||||
|
||||
Files to check, include paths, configurations, defines, platform settings are imported.
|
||||
|
||||
Library settings are not imported.</source>
|
||||
<translation type="obsolete">Visual Studio
|
||||
|
||||
Cppcheck kann Visual-Studio-Projektmappen und -Projekte öffnen.
|
||||
|
||||
Zu prüfende Dateien, Includepfade, Konfigurationen, Definitionen und Plattformeinstellungen werden importiert.
|
||||
|
||||
Bibliothekseinstellungen werden nicht importiert.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="projectfiledialog.ui" line="64"/>
|
||||
<location filename="projectfiledialog.ui" line="152"/>
|
||||
<source>...</source>
|
||||
<translation>...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cppcheck build dir (optional)</source>
|
||||
<translation type="obsolete">Cppcheck-Erstellungsverzeichnis (optional)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CMake</source>
|
||||
<translation type="obsolete">CMake</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Compile database
|
||||
|
||||
Cppcheck can import files to analyse, include paths, defines from the compile database.
|
||||
|
||||
Platform settings are not provided in compile database and must be configured.
|
||||
|
||||
Library settings are not provided in compile database, be careful about this configuration also.</source>
|
||||
<translation type="obsolete">Compile-Datenbank
|
||||
|
||||
Cppcheck kann zu prüfende Dateien, Includepfade und Definitionen von der Compile-Datenbank importieren.
|
||||
|
||||
Plattformeinstellungen werden nicht bereitgestellt und müssen konfiguriert werden.
|
||||
|
||||
Bibliothekseinstellungen werden ebenfalls nicht bereitgestellt, geben Sie also auf deren Konfiguration acht.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Other</source>
|
||||
<translation type="obsolete">Andere</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="projectfiledialog.ui" line="174"/>
|
||||
<location filename="projectfiledialog.ui" line="367"/>
|
||||
|
@ -1442,22 +1393,6 @@ Bibliothekseinstellungen werden ebenfalls nicht bereitgestellt, geben Sie also a
|
|||
<source>Select Cppcheck build dir</source>
|
||||
<translation>Wähle Cppcheck-Erstellungsverzeichnis</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Compile Database</source>
|
||||
<translation type="obsolete">Compile-Datenbank</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Compile database (compile_database.json)</source>
|
||||
<translation type="obsolete">Compile-Datenbank (compile_database.json)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Visual Studio</source>
|
||||
<translation type="obsolete">Visual Studio</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Visual Studio Solution/Project (*.sln *.vcxproj)</source>
|
||||
<translation type="obsolete">Visual-Studio-Projektmappe/-Projekt (*.sln *.vcxproj)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="projectfiledialog.cpp" line="432"/>
|
||||
<source>Select include directory</source>
|
||||
|
@ -1471,12 +1406,12 @@ Bibliothekseinstellungen werden ebenfalls nicht bereitgestellt, geben Sie also a
|
|||
<message>
|
||||
<location filename="projectfiledialog.cpp" line="216"/>
|
||||
<source>Import Project</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Projekt importieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="projectfiledialog.cpp" line="218"/>
|
||||
<source>Visual Studio (*.sln *.vcxproj);;Compile database (compile_database.json)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Visual Studio (*.sln *.vcxproj);;Compile-Datenbank (compile_database.json)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="projectfiledialog.cpp" line="452"/>
|
||||
|
@ -1598,7 +1533,7 @@ Bibliothekseinstellungen werden ebenfalls nicht bereitgestellt, geben Sie also a
|
|||
<message>
|
||||
<location filename="resultstree.cpp" line="226"/>
|
||||
<source>note</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Anmerkung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="resultstree.cpp" line="566"/>
|
||||
|
@ -2083,7 +2018,7 @@ Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werde
|
|||
<message>
|
||||
<location filename="stats.ui" line="380"/>
|
||||
<source>Pdf Export</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>PDF-Export</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="statsdialog.cpp" line="82"/>
|
||||
|
@ -2138,7 +2073,7 @@ Legen Sie unter dem Menü Ansicht fest, welche Arten von Fehlern angezeigt werde
|
|||
<message>
|
||||
<location filename="statsdialog.cpp" line="121"/>
|
||||
<source>Export PDF</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Exportiere PDF</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="statsdialog.cpp" line="141"/>
|
||||
|
|
|
@ -20,9 +20,8 @@
|
|||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about.ui" line="81"/>
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<oldsource>Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||
<translation type="unfinished">Copyright © 2007-2016 Daniel Marjamäki y el equipo de cppcheck.</translation>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation>Copyright © 2007-2017 el equipo de cppcheck.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="about.ui" line="91"/>
|
||||
|
|
|
@ -20,9 +20,8 @@
|
|||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about.ui" line="81"/>
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<oldsource>Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||
<translation type="unfinished">Copyright (C) 2007-2009 Daniel Marjamäki ja cppcheck tiimi.</translation>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation type="unfinished">Copyright (C) 2007-2017 Daniel Marjamäki ja cppcheck tiimi.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="about.ui" line="91"/>
|
||||
|
|
|
@ -26,7 +26,7 @@ General Public License version 3</translation>
|
|||
<translation>Visitez le site Cppcheck : %1</translation>
|
||||
</message>
|
||||
<message utf8="true">
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
|
|
@ -20,9 +20,8 @@
|
|||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about.ui" line="81"/>
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<oldsource>Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||
<translation type="unfinished">Copyright (C) 2007-2012 Daniel Marjamäki ed il team Cppcheck.</translation>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation type="unfinished">Copyright © 2007-2017 il team Cppcheck.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="about.ui" line="91"/>
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about.ui" line="81"/>
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<oldsource>Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -30,15 +30,7 @@ of the GNU General Public License version 3</source>
|
|||
<translation>Cppcheck 홈페이지(%1)를 방문해보세요</translation>
|
||||
</message>
|
||||
<message utf8="true">
|
||||
<source>Copyright © 2007-2013 Daniel Marjamäki and cppcheck team.</source>
|
||||
<translation type="obsolete">Copyright © 2007-2012 Daniel Marjamäki and cppcheck team. {2007-2013 ?}</translation>
|
||||
</message>
|
||||
<message utf8="true">
|
||||
<source>Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</source>
|
||||
<translation type="obsolete">Copyright © 2007-2012 Daniel Marjamäki and cppcheck team. {2007-2013 ?} {2007-2016 ?}</translation>
|
||||
</message>
|
||||
<message utf8="true">
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
|
|
@ -20,9 +20,8 @@
|
|||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about.ui" line="81"/>
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<oldsource>Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||
<translation type="unfinished">Copyright (C) 2007-2009 Daniel Marjamäki en het cppcheck team.</translation>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation>Copyright © 2007-2017 het cppcheck team.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="about.ui" line="91"/>
|
||||
|
|
|
@ -20,9 +20,8 @@
|
|||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about.ui" line="81"/>
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<oldsource>Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||
<translation type="unfinished">Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</translation>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="about.ui" line="91"/>
|
||||
|
|
|
@ -20,9 +20,8 @@
|
|||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about.ui" line="81"/>
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<oldsource>Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||
<translation type="unfinished">Copyright (C) 2007-2009 Daniel Marjamäki and cppcheck team.</translation>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="about.ui" line="91"/>
|
||||
|
|
|
@ -20,9 +20,8 @@
|
|||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about.ui" line="81"/>
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<oldsource>Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||
<translation>Copyright (C) 2007-2013 Daniel Marjamäki and cppcheck team.</translation>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="about.ui" line="91"/>
|
||||
|
|
|
@ -20,9 +20,8 @@
|
|||
</message>
|
||||
<message utf8="true">
|
||||
<location filename="about.ui" line="81"/>
|
||||
<source>Copyright © 2007-2016 Cppcheck team.</source>
|
||||
<oldsource>Copyright © 2007-2016 Daniel Marjamäki and cppcheck team.</oldsource>
|
||||
<translation type="unfinished">版权所有 © 2007-2012 Daniel Marjamäki 与 Cppcheck 团队。</translation>
|
||||
<source>Copyright © 2007-2017 Cppcheck team.</source>
|
||||
<translation>版权所有 © 2007-2017 Daniel Marjamäki 与 Cppcheck 团队。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="about.ui" line="91"/>
|
||||
|
|
Loading…
Reference in New Issue