Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
da796140
Commit
da796140
authored
Sep 29, 2010
by
Jarek Kobus
Browse files
Translator corrections
parent
2cf99100
Changes
8
Hide whitespace changes
Inline
Side-by-side
src/libs/utils/synchronousprocess.cpp
View file @
da796140
...
...
@@ -365,7 +365,7 @@ static inline bool askToKill(const QString &binary = QString())
SynchronousProcess
::
tr
(
"The process is not responding."
)
:
SynchronousProcess
::
tr
(
"The process '%1' is not responding."
).
arg
(
binary
);
msg
+=
QLatin1Char
(
' '
);
msg
+=
SynchronousProcess
::
tr
(
"
Would you like to terminate it?"
);
msg
+=
SynchronousProcess
::
tr
(
"Would you like to terminate it?"
);
// Restore the cursor that is set to wait while running.
const
bool
hasOverrideCursor
=
QApplication
::
overrideCursor
()
!=
0
;
if
(
hasOverrideCursor
)
...
...
src/plugins/debugger/cdb/cdbengine.cpp
View file @
da796140
...
...
@@ -481,7 +481,7 @@ void CdbEngine::runEngine()
}
break
;
case
AttachCore
:
errorMessage
=
tr
(
"Attaching to core files is not supported
!
"
);
errorMessage
=
tr
(
"Attaching to core files is not supported
.
"
);
break
;
}
if
(
rc
)
{
...
...
src/plugins/debugger/debuggeractions.cpp
View file @
da796140
...
...
@@ -240,7 +240,7 @@ DebuggerSettings *DebuggerSettings::instance()
item
->
setCheckable
(
true
);
item
->
setDefaultValue
(
true
);
item
->
setSettingsKey
(
debugModeGroup
,
QLatin1String
(
"AutoDerefPointers"
));
item
->
setToolTip
(
tr
(
"This switches the Locals&Watchers view to "
item
->
setToolTip
(
tr
(
"This switches the Locals&
&
Watchers view to "
"automatically dereference pointers. This saves a level in the "
"tree view, but also loses data for the now-missing intermediate "
"level."
));
...
...
src/plugins/debugger/debuggerrunner.cpp
View file @
da796140
...
...
@@ -613,7 +613,7 @@ bool DebuggerRunControl::aboutToStop() const
{
QTC_ASSERT
(
isRunning
(),
return
true
;)
const
QString
question
=
tr
(
"A debugging session
are
still in progress. "
const
QString
question
=
tr
(
"A debugging session
is
still in progress. "
"Terminating the session in the current"
" state can leave the target in an inconsistent state."
" Would you still like to terminate it?"
);
...
...
src/plugins/help/generalsettingspage.ui
View file @
da796140
...
...
@@ -368,7 +368,7 @@
<string>
Switch to editor context after last help page is closed.
</string>
</property>
<property
name=
"text"
>
<string>
Return to editor on closing the
last page
</string>
<string>
Return to editor on closing the last page
</string>
</property>
</widget>
</item>
...
...
src/plugins/qt4projectmanager/gettingstartedwelcomepagewidget.ui
View file @
da796140
...
...
@@ -457,14 +457,14 @@ border-bottom: 1px solid "#C9C9C9";
</size>
</property>
<property
name=
"text"
>
<string>
Image
</string>
<string
notr=
"true"
>
Image
</string>
</property>
</widget>
</item>
<item>
<widget
class=
"QLabel"
name=
"featuredTextLabel"
>
<property
name=
"text"
>
<string>
Text
</string>
<string
notr=
"true"
>
Text
</string>
</property>
<property
name=
"wordWrap"
>
<bool>
true
</bool>
...
...
@@ -489,7 +489,7 @@ border-bottom: 1px solid "#C9C9C9";
<item>
<widget
class=
"QLabel"
name=
"detailsLabel"
>
<property
name=
"text"
>
<string>
Link
</string>
<string
notr=
"true"
>
Link
</string>
</property>
</widget>
</item>
...
...
src/plugins/qt4projectmanager/librarydetailswidget.ui
View file @
da796140
...
...
@@ -10,9 +10,6 @@
<height>
306
</height>
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Form
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout_2"
>
<item
row=
"0"
column=
"0"
colspan=
"2"
>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
...
...
src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.ui
View file @
da796140
...
...
@@ -11,7 +11,7 @@
</rect>
</property>
<property
name=
"windowTitle"
>
<string>
Form
</string>
<string
notr=
"true"
>
Form
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
>
<item>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment