forked from qt-creator/qt-creator
UI text: Fix "the the" in visible UI text, comments, and docs
Change-Id: I9b126ffa15b808fdb6f900a36453a9864248d35e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -50433,7 +50433,7 @@ Testfall "%2" wird nicht aufgezeichnet.</translation>
|
|||||||
<translation>Maximale Post-Mortem-Wartezeit:</translation>
|
<translation>Maximale Post-Mortem-Wartezeit:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Specifies how many seconds Squish should wait after the the first AUT process has exited.</source>
|
<source>Specifies how many seconds Squish should wait after the first AUT process has exited.</source>
|
||||||
<translation>Legt fest, wie viele Sekunden Squish wartet, nachdem der erste AUT-Prozess beendet ist.</translation>
|
<translation>Legt fest, wie viele Sekunden Squish wartet, nachdem der erste AUT-Prozess beendet ist.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|||||||
@@ -48829,7 +48829,7 @@ Refus d'enregistrer le cas de test « %2 ».</translation>
|
|||||||
<translation>Temps maximal d'attente après la fin :</translation>
|
<translation>Temps maximal d'attente après la fin :</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Specifies how many seconds Squish should wait after the the first AUT process has exited.</source>
|
<source>Specifies how many seconds Squish should wait after the first AUT process has exited.</source>
|
||||||
<translation>Spécifie combien de secondes Squish doit attendre après la fin du premier processus de l'AUT.</translation>
|
<translation>Spécifie combien de secondes Squish doit attendre après la fin du premier processus de l'AUT.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|||||||
@@ -41142,7 +41142,7 @@ Refusing to record test case "%2".</source>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Specifies how many seconds Squish should wait after the the first AUT process has exited.</source>
|
<source>Specifies how many seconds Squish should wait after the first AUT process has exited.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ void DockAreaTabBar::onCloseOtherTabsRequested(DockWidgetTab *sourceTab)
|
|||||||
? 1
|
? 1
|
||||||
: 0;
|
: 0;
|
||||||
closeTab(i);
|
closeTab(i);
|
||||||
// If the the dock widget blocks closing, i.e. if the flag CustomCloseHandling is set,
|
// If the dock widget blocks closing, i.e. if the flag CustomCloseHandling is set,
|
||||||
// and the dock widget is still open, then we do not need to correct the index.
|
// and the dock widget is still open, then we do not need to correct the index.
|
||||||
if (currentTab->dockWidget()->isClosed())
|
if (currentTab->dockWidget()->isClosed())
|
||||||
i -= offset;
|
i -= offset;
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
IEditor instances are usually created by a corresponding IEditorFactory.
|
IEditor instances are usually created by a corresponding IEditorFactory.
|
||||||
|
|
||||||
An IEditor instance provides an editor widget for a single IDocument via
|
An IEditor instance provides an editor widget for a single IDocument via
|
||||||
the IContext::widget() method. If the the editor type supports it, multiple
|
the IContext::widget() method. If the editor type supports it, multiple
|
||||||
editors can be opened for the same document. Multiple IEditor instances
|
editors can be opened for the same document. Multiple IEditor instances
|
||||||
share ownership of the same IDocument instance in that case.
|
share ownership of the same IDocument instance in that case.
|
||||||
|
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ void BaseTextFind::replace(const QString &before, const QString &after, FindFlag
|
|||||||
setTextCursor(cursor);
|
setTextCursor(cursor);
|
||||||
}
|
}
|
||||||
|
|
||||||
// QTextCursor::insert moves all other QTextCursors that are the the insertion point forward.
|
// QTextCursor::insert moves all other QTextCursors that are the insertion point forward.
|
||||||
// We do not want that for the replace operation, because then e.g. the find scope would move when
|
// We do not want that for the replace operation, because then e.g. the find scope would move when
|
||||||
// replacing a match at the start.
|
// replacing a match at the start.
|
||||||
static void insertTextAfterSelection(const QString &text, QTextCursor &cursor)
|
static void insertTextAfterSelection(const QString &text, QTextCursor &cursor)
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ CreateSimulatorDialog::~CreateSimulatorDialog()
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns the the simulator name entered by user.
|
Returns the simulator name entered by user.
|
||||||
*/
|
*/
|
||||||
QString CreateSimulatorDialog::name() const
|
QString CreateSimulatorDialog::name() const
|
||||||
{
|
{
|
||||||
@@ -85,7 +85,7 @@ QString CreateSimulatorDialog::name() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns the the simulator runtime (OS version) selected by user.
|
Returns the simulator runtime (OS version) selected by user.
|
||||||
Though the runtimes are filtered by the selected device type but the runtime camppatibility is
|
Though the runtimes are filtered by the selected device type but the runtime camppatibility is
|
||||||
not checked. i.e. User can select the Runtime iOS 10.2 for iPhone 4 but the combination is not
|
not checked. i.e. User can select the Runtime iOS 10.2 for iPhone 4 but the combination is not
|
||||||
possible as iOS 10.2 is not compatible with iPhone 4. In this case the command to create
|
possible as iOS 10.2 is not compatible with iPhone 4. In this case the command to create
|
||||||
@@ -97,7 +97,7 @@ RuntimeInfo CreateSimulatorDialog::runtime() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Returns the the selected device type.
|
Returns the selected device type.
|
||||||
*/
|
*/
|
||||||
DeviceTypeInfo CreateSimulatorDialog::deviceType() const
|
DeviceTypeInfo CreateSimulatorDialog::deviceType() const
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ QJsonObject qmlProjectTojson(const Utils::FilePath &projectFile)
|
|||||||
QJsonObject mcuObject;
|
QJsonObject mcuObject;
|
||||||
QJsonObject shaderToolObject;
|
QJsonObject shaderToolObject;
|
||||||
|
|
||||||
// convert the the non-object props
|
// convert the non-object props
|
||||||
for (const QString &propName : rootNode->propertyNames()) {
|
for (const QString &propName : rootNode->propertyNames()) {
|
||||||
QJsonObject *currentObj = &rootObject;
|
QJsonObject *currentObj = &rootObject;
|
||||||
QString objKey = QString(propName).remove("QDS.", Qt::CaseInsensitive);
|
QString objKey = QString(propName).remove("QDS.", Qt::CaseInsensitive);
|
||||||
@@ -267,7 +267,7 @@ QJsonObject qmlProjectTojson(const Utils::FilePath &projectFile)
|
|||||||
versionObject.insert("qt", "5");
|
versionObject.insert("qt", "5");
|
||||||
}
|
}
|
||||||
|
|
||||||
// convert the the object props
|
// convert the object props
|
||||||
for (const QmlJS::SimpleReaderNode::Ptr &childNode : rootNode->children()) {
|
for (const QmlJS::SimpleReaderNode::Ptr &childNode : rootNode->children()) {
|
||||||
if (childNode->name().contains("files", Qt::CaseInsensitive)) {
|
if (childNode->name().contains("files", Qt::CaseInsensitive)) {
|
||||||
PropsPair propsPair;
|
PropsPair propsPair;
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ SquishServerSettings::SquishServerSettings()
|
|||||||
responseTimeout.setSuffix("s");
|
responseTimeout.setSuffix("s");
|
||||||
|
|
||||||
postMortemWaitTime.setLabel(Tr::tr("Maximum post-mortem wait time:"));
|
postMortemWaitTime.setLabel(Tr::tr("Maximum post-mortem wait time:"));
|
||||||
postMortemWaitTime.setToolTip(Tr::tr("Specifies how many seconds Squish should wait after the the "
|
postMortemWaitTime.setToolTip(Tr::tr("Specifies how many seconds Squish should wait after the "
|
||||||
"first AUT process has exited."));
|
"first AUT process has exited."));
|
||||||
postMortemWaitTime.setRange(1, 65535);
|
postMortemWaitTime.setRange(1, 65535);
|
||||||
postMortemWaitTime.setDefaultValue(1500);
|
postMortemWaitTime.setDefaultValue(1500);
|
||||||
|
|||||||
Reference in New Issue
Block a user