Skip to content
GitLab
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
2dfa6e94
Commit
2dfa6e94
authored
Nov 05, 2009
by
Robert Loehning
Browse files
Correct case for translations of "MinGW"
Reviewed-by: Oswald Buddenhagen
parent
eaa2c10a
Changes
10
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/translations/qtcreator_de.ts
View file @
2dfa6e94
...
...
@@ -11926,8 +11926,8 @@ unter Versionsverwaltung (%2) gestellt werden?</translation>
</message>
<message>
<location/>
<source>MinG
w
Directory:</source>
<translation>MinG
w
-Verzeichnis:</translation>
<source>MinG
W
Directory:</source>
<translation>MinG
W
-Verzeichnis:</translation>
</message>
<message>
<location/>
...
...
share/qtcreator/translations/qtcreator_es.ts
View file @
2dfa6e94
...
...
@@ -11067,8 +11067,8 @@ al control de versiones (%2)?</translation>
</message>
<message>
<location/>
<source>MinG
w
Directory:</source>
<translation>Directorio de MinG
w
:</translation>
<source>MinG
W
Directory:</source>
<translation>Directorio de MinG
W
:</translation>
</message>
<message>
<location/>
...
...
share/qtcreator/translations/qtcreator_fr.ts
View file @
2dfa6e94
...
...
@@ -10356,7 +10356,7 @@ to version control (%2)?</source>
</message>
<message>
<location/>
<source>MinG
w
Directory:</source>
<source>MinG
W
Directory:</source>
<translation type="unfinished"></translation>
</message>
<message>
...
...
share/qtcreator/translations/qtcreator_it.ts
View file @
2dfa6e94
...
...
@@ -11037,8 +11037,8 @@ al VCS (%2)?</translation>
</message>
<message>
<location/>
<source>MinG
w
Directory:</source>
<translation>Cartella MinG
w
:</translation>
<source>MinG
W
Directory:</source>
<translation>Cartella MinG
W
:</translation>
</message>
<message>
<location/>
...
...
share/qtcreator/translations/qtcreator_ja.ts
View file @
2dfa6e94
...
...
@@ -11041,8 +11041,8 @@ to version control (%2)?</source>
</message>
<message>
<location/>
<source>MinG
w
Directory:</source>
<translation>MinG
w
ディレクトリ:</translation>
<source>MinG
W
Directory:</source>
<translation>MinG
W
ディレクトリ:</translation>
</message>
<message>
<location/>
...
...
share/qtcreator/translations/qtcreator_pl.ts
View file @
2dfa6e94
...
...
@@ -2803,7 +2803,7 @@ p, li { white-space: pre-wrap; }
</message>
<message>
<location/>
<source>MinG
w
Directory:</source>
<source>MinG
W
Directory:</source>
<translation>Katalog MinGW:</translation>
</message>
<message>
...
...
share/qtcreator/translations/qtcreator_ru.ts
View file @
2dfa6e94
...
...
@@ -12389,8 +12389,8 @@ to version control (%2)?</source>
</message>
<message>
<location/>
<source>MinG
w
Directory:</source>
<translation>Каталог MinG
w
:</translation>
<source>MinG
W
Directory:</source>
<translation>Каталог MinG
W
:</translation>
</message>
<message>
<location/>
...
...
share/qtcreator/translations/qtcreator_sl.ts
View file @
2dfa6e94
...
...
@@ -10770,7 +10770,7 @@ v sistem za nadzor različic (%2)?</translation>
</message>
<message>
<location/>
<source>MinG
w
Directory:</source>
<source>MinG
W
Directory:</source>
<translation>Mapa z MinGW:</translation>
</message>
<message>
...
...
src/plugins/projectexplorer/toolchain.cpp
View file @
2dfa6e94
...
...
@@ -114,7 +114,7 @@ QString ToolChain::toolChainName(ToolChainType tc)
case
LinuxICC
:
return
QCoreApplication
::
translate
(
"ToolChain"
,
"Intel C++ Compiler (Linux)"
);
case
MinGW
:
return
Q
CoreApplication
::
translate
(
"ToolChain"
,
"MinGW"
);
return
Q
String
::
fromLatin1
(
"MinGW"
);
case
MSVC
:
return
QCoreApplication
::
translate
(
"ToolChain"
,
"Microsoft Visual C++"
);
case
WINCE
:
...
...
src/plugins/qt4projectmanager/qtversionmanager.ui
View file @
2dfa6e94
...
...
@@ -179,7 +179,7 @@ p, li { white-space: pre-wrap; }
<item
row=
"3"
column=
"0"
>
<widget
class=
"QLabel"
name=
"mingwLabel"
>
<property
name=
"text"
>
<string>
MinG
w
Directory:
</string>
<string>
MinG
W
Directory:
</string>
</property>
</widget>
</item>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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