Arm => ARM

(cherry picked from commit 0271da5f37)
This commit is contained in:
Oswald Buddenhagen
2009-11-23 14:06:15 +01:00
parent 63d19dbc41
commit a89c37b470
5 changed files with 8 additions and 8 deletions

View File

@@ -11872,8 +11872,8 @@ unter Versionsverwaltung (%2) gestellt werden?</translation>
</message> </message>
<message> <message>
<location line="+2"/> <location line="+2"/>
<source>Select the CSL Arm Toolchain (GCCE) Directory</source> <source>Select the CSL ARM Toolchain (GCCE) Directory</source>
<translation>Ordner der CSL Arm Toolchain (GCCE)</translation> <translation>Ordner der CSL ARM Toolchain (GCCE)</translation>
</message> </message>
<message> <message>
<location line="+11"/> <location line="+11"/>

View File

@@ -9982,8 +9982,8 @@ to version control (%2)?</source>
</message> </message>
<message> <message>
<location line="+2"/> <location line="+2"/>
<source>Select the CSL Arm Toolchain (GCCE) Directory</source> <source>Select the CSL ARM Toolchain (GCCE) Directory</source>
<translation>CSL Arm (GCCE) </translation> <translation>CSL ARM (GCCE) </translation>
</message> </message>
<message> <message>
<location line="+11"/> <location line="+11"/>

View File

@@ -13436,7 +13436,7 @@ Sprawdź czy telefon jest podłączony i czy aplikacja TRK jest uruchomiona.</tr
</message> </message>
<message> <message>
<location line="+2"/> <location line="+2"/>
<source>Select the CSL Arm Toolchain (GCCE) Directory</source> <source>Select the CSL ARM Toolchain (GCCE) Directory</source>
<translation type="unfinished"></translation> <translation type="unfinished"></translation>
</message> </message>
<message> <message>

View File

@@ -12310,8 +12310,8 @@ to version control (%2)?</source>
</message> </message>
<message> <message>
<location line="+2"/> <location line="+2"/>
<source>Select the CSL Arm Toolchain (GCCE) Directory</source> <source>Select the CSL ARM Toolchain (GCCE) Directory</source>
<translation>Выберите каталог с инструментарием CSL Arm (GCCE)</translation> <translation>Выберите каталог с инструментарием CSL ARM (GCCE)</translation>
</message> </message>
<message> <message>
<location line="+11"/> <location line="+11"/>

View File

@@ -127,7 +127,7 @@ QtOptionsPageWidget::QtOptionsPageWidget(QWidget *parent, QList<QtVersion *> ver
m_ui->s60SDKPath->setExpectedKind(Utils::PathChooser::Directory); m_ui->s60SDKPath->setExpectedKind(Utils::PathChooser::Directory);
m_ui->s60SDKPath->setPromptDialogTitle(tr("Select S60 SDK Root")); m_ui->s60SDKPath->setPromptDialogTitle(tr("Select S60 SDK Root"));
m_ui->gccePath->setExpectedKind(Utils::PathChooser::Directory); m_ui->gccePath->setExpectedKind(Utils::PathChooser::Directory);
m_ui->gccePath->setPromptDialogTitle(tr("Select the CSL Arm Toolchain (GCCE) Directory")); m_ui->gccePath->setPromptDialogTitle(tr("Select the CSL ARM Toolchain (GCCE) Directory"));
m_ui->addButton->setIcon(QIcon(Core::Constants::ICON_PLUS)); m_ui->addButton->setIcon(QIcon(Core::Constants::ICON_PLUS));
m_ui->delButton->setIcon(QIcon(Core::Constants::ICON_MINUS)); m_ui->delButton->setIcon(QIcon(Core::Constants::ICON_MINUS));