Skip to content

Commit aa3317f

Browse files
committed
Sync OMEdit translations with source code
1 parent 354df18 commit aa3317f

File tree

14 files changed

+15140
-12959
lines changed

14 files changed

+15140
-12959
lines changed

OMEdit/OMEditLIB/Debugger/GDB/GDBAdapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ GDBLoggerWidget::GDBLoggerWidget(QWidget *pParent)
7070
mpCommandTextBox->setFont(QFont(Helper::monospacedFontInfo.family()));
7171
connect(mpCommandTextBox, SIGNAL(returnPressed()), SLOT(postCommand()));
7272
/* send command button */
73-
mpSendCommandButton = new QPushButton(tr("Send"));
73+
mpSendCommandButton = new QPushButton(Helper::send);
7474
mpSendCommandButton->setEnabled(false);
7575
connect(mpSendCommandButton, SIGNAL(clicked()), SLOT(postCommand()));
7676
/* Log Windows Splitter */

OMEdit/OMEditLIB/OMC/OMCProxy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ OMCProxy::OMCProxy(threadData_t* threadData, QWidget *pParent)
8888
mpOMCLoggerTextBox->setLineWrapMode(QPlainTextEdit::WidgetWidth);
8989
mpExpressionTextBox = new CustomExpressionBox(this);
9090
connect(mpExpressionTextBox, SIGNAL(returnPressed()), SLOT(sendCustomExpression()));
91-
mpOMCLoggerSendButton = new QPushButton(tr("Send"));
91+
mpOMCLoggerSendButton = new QPushButton(Helper::send);
9292
connect(mpOMCLoggerSendButton, SIGNAL(clicked()), SLOT(sendCustomExpression()));
9393
// Set the OMC Logger widget Layout
9494
QHBoxLayout *pHorizontalLayout = new QHBoxLayout;

OMEdit/OMEditLIB/OMEditLIB.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ CONFIG(release, debug|release) { # release
8080
include(OMEditLIB.unix.config.pri)
8181
}
8282

83-
INCLUDEPATH += ../ \
83+
INCLUDEPATH += . ../ \
8484
$$OPENMODELICAHOME/include \
8585
$$OPENMODELICAHOME/include/omplot \
8686
$$OPENMODELICAHOME/include/omplot/qwt \

OMEdit/OMEditLIB/Resources/nls/OMEdit_de.ts

Lines changed: 1678 additions & 1436 deletions
Large diffs are not rendered by default.

OMEdit/OMEditLIB/Resources/nls/OMEdit_es.ts

Lines changed: 1672 additions & 1430 deletions
Large diffs are not rendered by default.

OMEdit/OMEditLIB/Resources/nls/OMEdit_fr.ts

Lines changed: 1678 additions & 1436 deletions
Large diffs are not rendered by default.

OMEdit/OMEditLIB/Resources/nls/OMEdit_it.ts

Lines changed: 1678 additions & 1436 deletions
Large diffs are not rendered by default.

OMEdit/OMEditLIB/Resources/nls/OMEdit_ja.ts

Lines changed: 1683 additions & 1441 deletions
Large diffs are not rendered by default.

OMEdit/OMEditLIB/Resources/nls/OMEdit_ro.ts

Lines changed: 1679 additions & 1437 deletions
Large diffs are not rendered by default.

OMEdit/OMEditLIB/Resources/nls/OMEdit_ru.ts

Lines changed: 1686 additions & 1444 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)