forked from qt-creator/qt-creator
Correct case for translations of "MinGW"
Reviewed-by: Oswald Buddenhagen
This commit is contained in:
@@ -11926,8 +11926,8 @@ unter Versionsverwaltung (%2) gestellt werden?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
<source>MinGw Directory:</source>
|
||||
<translation>MinGw-Verzeichnis:</translation>
|
||||
<source>MinGW Directory:</source>
|
||||
<translation>MinGW-Verzeichnis:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
|
||||
@@ -11067,8 +11067,8 @@ al control de versiones (%2)?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
<source>MinGw Directory:</source>
|
||||
<translation>Directorio de MinGw:</translation>
|
||||
<source>MinGW Directory:</source>
|
||||
<translation>Directorio de MinGW:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
|
||||
@@ -10356,7 +10356,7 @@ to version control (%2)?</source>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
<source>MinGw Directory:</source>
|
||||
<source>MinGW Directory:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -11037,8 +11037,8 @@ al VCS (%2)?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
<source>MinGw Directory:</source>
|
||||
<translation>Cartella MinGw:</translation>
|
||||
<source>MinGW Directory:</source>
|
||||
<translation>Cartella MinGW:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
|
||||
@@ -11041,8 +11041,8 @@ to version control (%2)?</source>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
<source>MinGw Directory:</source>
|
||||
<translation>MinGw ディレクトリ:</translation>
|
||||
<source>MinGW Directory:</source>
|
||||
<translation>MinGW ディレクトリ:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
|
||||
@@ -2803,7 +2803,7 @@ p, li { white-space: pre-wrap; }
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
<source>MinGw Directory:</source>
|
||||
<source>MinGW Directory:</source>
|
||||
<translation>Katalog MinGW:</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -12389,8 +12389,8 @@ to version control (%2)?</source>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
<source>MinGw Directory:</source>
|
||||
<translation>Каталог MinGw:</translation>
|
||||
<source>MinGW Directory:</source>
|
||||
<translation>Каталог MinGW:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
|
||||
@@ -10770,7 +10770,7 @@ v sistem za nadzor različic (%2)?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location/>
|
||||
<source>MinGw Directory:</source>
|
||||
<source>MinGW Directory:</source>
|
||||
<translation>Mapa z MinGW:</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -114,7 +114,7 @@ QString ToolChain::toolChainName(ToolChainType tc)
|
||||
case LinuxICC:
|
||||
return QCoreApplication::translate("ToolChain", "Intel C++ Compiler (Linux)");
|
||||
case MinGW:
|
||||
return QCoreApplication::translate("ToolChain", "MinGW");
|
||||
return QString::fromLatin1("MinGW");
|
||||
case MSVC:
|
||||
return QCoreApplication::translate("ToolChain", "Microsoft Visual C++");
|
||||
case WINCE:
|
||||
|
||||
@@ -179,7 +179,7 @@ p, li { white-space: pre-wrap; }
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="mingwLabel">
|
||||
<property name="text">
|
||||
<string>MinGw Directory:</string>
|
||||
<string>MinGW Directory:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user