Skip to content

Commit

Permalink
Merge pull request #6 from dietmarw/master
Browse files Browse the repository at this point in the history
Improve message string to correct English
  • Loading branch information
sjoelund committed Jan 27, 2016
2 parents e5e5bfe + 497aa17 commit aa1e140
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Component/ComponentProperties.cpp
Expand Up @@ -527,7 +527,7 @@ void ComponentParameters::setUpDialog()
// create Modifiers tab
QWidget *pModifiersTab = new QWidget;
// add items to modifiers tab
mpModifiersLabel = new Label(tr("Add new modifiers, e.g phi(start=1),w(start=2)"));
mpModifiersLabel = new Label(tr("Add new modifiers, e.g., phi(start=1), w(start=2)"));
mpModifiersTextBox = new QLineEdit;
QVBoxLayout *pModifiersTabLayout = new QVBoxLayout;
pModifiersTabLayout->setAlignment(Qt::AlignTop | Qt::AlignLeft);
Expand Down
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts
Expand Up @@ -253,8 +253,8 @@
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="577"/>
<source>Add new modifiers, e.g phi(start=1),w(start=2)</source>
<translation>Neue Modifizierer hinzufügen, z.B. phi(start=1),w(start=2)</translation>
<source>Add new modifiers, e.g., phi(start=1), w(start=2)</source>
<translation>Neue Modifizierer hinzufügen, z.B. phi(start=1), w(start=2)</translation>
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="796"/>
Expand Down
2 changes: 1 addition & 1 deletion OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts
Expand Up @@ -253,7 +253,7 @@
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="577"/>
<source>Add new modifiers, e.g phi(start=1),w(start=2)</source>
<source>Add new modifiers, e.g., phi(start=1), w(start=2)</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts
Expand Up @@ -253,8 +253,8 @@
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="577"/>
<source>Add new modifiers, e.g phi(start=1),w(start=2)</source>
<translation>Ajouter de nouveaux modificateurs, par exemple phi(start=1),w(start=2)</translation>
<source>Add new modifiers, e.g., phi(start=1), w(start=2)</source>
<translation>Ajouter de nouveaux modificateurs, par exemple phi(start=1), w(start=2)</translation>
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="796"/>
Expand Down
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts
Expand Up @@ -253,8 +253,8 @@
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="577"/>
<source>Add new modifiers, e.g phi(start=1),w(start=2)</source>
<translation>Aggiungi nuovi modificatori, p.e. phi(start=1),w(start=2)</translation>
<source>Add new modifiers, e.g., phi(start=1), w(start=2)</source>
<translation>Aggiungi nuovi modificatori, p.e. phi(start=1), w(start=2)</translation>
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="796"/>
Expand Down
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts
Expand Up @@ -253,8 +253,8 @@
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="577"/>
<source>Add new modifiers, e.g phi(start=1),w(start=2)</source>
<translation>修飾子の追加:例 phi(start=1),w(start=2)</translation>
<source>Add new modifiers, e.g., phi(start=1), w(start=2)</source>
<translation>修飾子の追加:例 phi(start=1), w(start=2)</translation>
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="796"/>
Expand Down
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts
Expand Up @@ -253,8 +253,8 @@
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="577"/>
<source>Add new modifiers, e.g phi(start=1),w(start=2)</source>
<translation type="unfinished">Adaugă noi modificatori, de exemplu: phi(start=1),w(start=2)</translation>
<source>Add new modifiers, e.g., phi(start=1), w(start=2)</source>
<translation type="unfinished">Adaugă noi modificatori, de exemplu: phi(start=1), w(start=2)</translation>
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="796"/>
Expand Down
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts
Expand Up @@ -253,8 +253,8 @@
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="577"/>
<source>Add new modifiers, e.g phi(start=1),w(start=2)</source>
<translation>Добавить новые модификаторы, например phi(start=1),w(start=2)</translation>
<source>Add new modifiers, e.g., phi(start=1), w(start=2)</source>
<translation>Добавить новые модификаторы, например phi(start=1), w(start=2)</translation>
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="796"/>
Expand Down
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts
Expand Up @@ -253,8 +253,8 @@
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="577"/>
<source>Add new modifiers, e.g phi(start=1),w(start=2)</source>
<translation>Lägg till nya modifierare, t.ex. phi(start=1),w(start=2)</translation>
<source>Add new modifiers, e.g., phi(start=1), w(start=2)</source>
<translation>Lägg till nya modifierare, t.ex. phi(start=1), w(start=2)</translation>
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="796"/>
Expand Down
4 changes: 2 additions & 2 deletions OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts
Expand Up @@ -253,8 +253,8 @@
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="577"/>
<source>Add new modifiers, e.g phi(start=1),w(start=2)</source>
<translation>添加新附加变型,例如 phi(start=1),w(start=2)</translation>
<source>Add new modifiers, e.g., phi(start=1), w(start=2)</source>
<translation>添加新附加变型,例如 phi(start=1), w(start=2)</translation>
</message>
<message>
<location filename="../../Component/ComponentProperties.cpp" line="796"/>
Expand Down

0 comments on commit aa1e140

Please sign in to comment.