forked from qt-creator/qt-creator
Make revision sting show up in German translation. Also fix the Spanish one a bit.
This commit is contained in:
@@ -1759,7 +1759,7 @@ Sollen sie überschrieben werden?</translation>
|
||||
<location line="+11"/>
|
||||
<source>From revision %1<br/></source>
|
||||
<extracomment>This gets conditionally inserted as argument %8 into the description string.</extracomment>
|
||||
<translation>Revision:</translation>
|
||||
<translation>Revision %1<br/></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
|
@@ -1721,7 +1721,7 @@ Would you like to overwrite them?</source>
|
||||
<location line="+11"/>
|
||||
<source>From revision %1<br/></source>
|
||||
<extracomment>This gets conditionally inserted as argument %8 into the description string.</extracomment>
|
||||
<translation>Revisión %1</translation>
|
||||
<translation>Revisión %1<br/></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location line="+3"/>
|
||||
|
@@ -10,7 +10,9 @@ HEADERS = cmakeproject.h \
|
||||
makestep.h \
|
||||
cmakerunconfiguration.h \
|
||||
cmakeopenprojectwizard.h \
|
||||
cmakebuildenvironmentwidget.h
|
||||
cmakebuildenvironmentwidget.h \
|
||||
cmakeprojectwizard.h
|
||||
|
||||
SOURCES = cmakeproject.cpp \
|
||||
cmakeprojectplugin.cpp \
|
||||
cmakeprojectmanager.cpp \
|
||||
@@ -18,7 +20,9 @@ SOURCES = cmakeproject.cpp \
|
||||
makestep.cpp \
|
||||
cmakerunconfiguration.cpp \
|
||||
cmakeopenprojectwizard.cpp \
|
||||
cmakebuildenvironmentwidget.cpp
|
||||
cmakebuildenvironmentwidget.cpp \
|
||||
cmakeprojectwizard.cpp
|
||||
|
||||
RESOURCES += cmakeproject.qrc
|
||||
FORMS +=
|
||||
|
||||
|
@@ -30,6 +30,7 @@
|
||||
#include "cmakeprojectplugin.h"
|
||||
#include "cmakeprojectmanager.h"
|
||||
#include "cmakerunconfiguration.h"
|
||||
#include "cmakeprojectwizard.h"
|
||||
#include "makestep.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
@@ -59,6 +60,8 @@ bool CMakeProjectPlugin::initialize(const QStringList & /*arguments*/, QString *
|
||||
addAutoReleasedObject(new CMakeManager(cmp));
|
||||
addAutoReleasedObject(new MakeStepFactory());
|
||||
addAutoReleasedObject(new CMakeRunConfigurationFactory());
|
||||
addAutoReleasedObject(new CMakeProjectWizard);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user