OSDN Git Service

Correct case for translations of "MinGW"
authorRobert Loehning <robert.loehning@nokia.com>
Thu, 5 Nov 2009 13:05:21 +0000 (14:05 +0100)
committerRobert Loehning <robert.loehning@nokia.com>
Thu, 5 Nov 2009 13:05:21 +0000 (14:05 +0100)
Reviewed-by: Oswald Buddenhagen
share/qtcreator/translations/qtcreator_de.ts
share/qtcreator/translations/qtcreator_es.ts
share/qtcreator/translations/qtcreator_fr.ts
share/qtcreator/translations/qtcreator_it.ts
share/qtcreator/translations/qtcreator_ja.ts
share/qtcreator/translations/qtcreator_pl.ts
share/qtcreator/translations/qtcreator_ru.ts
share/qtcreator/translations/qtcreator_sl.ts
src/plugins/projectexplorer/toolchain.cpp
src/plugins/qt4projectmanager/qtversionmanager.ui

index caa3800..a524100 100644 (file)
@@ -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/>
index d8b3243..06a78c5 100644 (file)
@@ -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/>
index 60d3782..9144b67 100644 (file)
@@ -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>
index 9448a8b..6e9d078 100644 (file)
@@ -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/>
index 504eecd..8500b11 100644 (file)
@@ -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/>
index 327192d..f45b49c 100644 (file)
@@ -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>
index 4f9df2a..f90641e 100644 (file)
@@ -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/>
index 4621731..196b3d4 100644 (file)
@@ -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>
index 7626445..6c3236d 100644 (file)
@@ -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:
index 898125f..4c5f6ac 100644 (file)
@@ -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>