Merge pull request #4691 from Jojo-Schmitz/harmony-inspector

Make Above/Below texts in inspector translatable
This commit is contained in:
anatoly-os 2019-02-18 09:37:16 +02:00 committed by GitHub
commit 6469ea48c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 43 additions and 47 deletions

View file

@ -21,30 +21,30 @@
static const char* vall[] = { static const char* vall[] = {
QT_TRANSLATE_NOOP("awlutils", "c"), QT_TRANSLATE_NOOP("awlutils", "c"),
QT_TRANSLATE_NOOP("awlutils", "c#"), QT_TRANSLATE_NOOP("awlutils", "c"),
QT_TRANSLATE_NOOP("awlutils", "d"), QT_TRANSLATE_NOOP("awlutils", "d"),
QT_TRANSLATE_NOOP("awlutils", "d#"), QT_TRANSLATE_NOOP("awlutils", "d"),
QT_TRANSLATE_NOOP("awlutils", "e"), QT_TRANSLATE_NOOP("awlutils", "e"),
QT_TRANSLATE_NOOP("awlutils", "f"), QT_TRANSLATE_NOOP("awlutils", "f"),
QT_TRANSLATE_NOOP("awlutils", "f#"), QT_TRANSLATE_NOOP("awlutils", "f"),
QT_TRANSLATE_NOOP("awlutils", "g"), QT_TRANSLATE_NOOP("awlutils", "g"),
QT_TRANSLATE_NOOP("awlutils", "g#"), QT_TRANSLATE_NOOP("awlutils", "g"),
QT_TRANSLATE_NOOP("awlutils", "a"), QT_TRANSLATE_NOOP("awlutils", "a"),
QT_TRANSLATE_NOOP("awlutils", "a#"), QT_TRANSLATE_NOOP("awlutils", "a#"),
QT_TRANSLATE_NOOP("awlutils", "b") QT_TRANSLATE_NOOP("awlutils", "b")
}; };
static const char* valu[] = { static const char* valu[] = {
QT_TRANSLATE_NOOP("awlutils", "C"), QT_TRANSLATE_NOOP("awlutils", "C"),
QT_TRANSLATE_NOOP("awlutils", "C#"), QT_TRANSLATE_NOOP("awlutils", "C"),
QT_TRANSLATE_NOOP("awlutils", "D"), QT_TRANSLATE_NOOP("awlutils", "D"),
QT_TRANSLATE_NOOP("awlutils", "D#"), QT_TRANSLATE_NOOP("awlutils", "D"),
QT_TRANSLATE_NOOP("awlutils", "E"), QT_TRANSLATE_NOOP("awlutils", "E"),
QT_TRANSLATE_NOOP("awlutils", "F"), QT_TRANSLATE_NOOP("awlutils", "F"),
QT_TRANSLATE_NOOP("awlutils", "F#"), QT_TRANSLATE_NOOP("awlutils", "F"),
QT_TRANSLATE_NOOP("awlutils", "G"), QT_TRANSLATE_NOOP("awlutils", "G"),
QT_TRANSLATE_NOOP("awlutils", "G#"), QT_TRANSLATE_NOOP("awlutils", "G"),
QT_TRANSLATE_NOOP("awlutils", "A"), QT_TRANSLATE_NOOP("awlutils", "A"),
QT_TRANSLATE_NOOP("awlutils", "A#"), QT_TRANSLATE_NOOP("awlutils", "A"),
QT_TRANSLATE_NOOP("awlutils", "B") QT_TRANSLATE_NOOP("awlutils", "B")
}; };

View file

@ -465,30 +465,30 @@ int quantizeLen(int len, int raster)
static const char* vall[] = { static const char* vall[] = {
QT_TRANSLATE_NOOP("utils", "c"), QT_TRANSLATE_NOOP("utils", "c"),
QT_TRANSLATE_NOOP("utils", "c#"), QT_TRANSLATE_NOOP("utils", "c"),
QT_TRANSLATE_NOOP("utils", "d"), QT_TRANSLATE_NOOP("utils", "d"),
QT_TRANSLATE_NOOP("utils", "d#"), QT_TRANSLATE_NOOP("utils", "d"),
QT_TRANSLATE_NOOP("utils", "e"), QT_TRANSLATE_NOOP("utils", "e"),
QT_TRANSLATE_NOOP("utils", "f"), QT_TRANSLATE_NOOP("utils", "f"),
QT_TRANSLATE_NOOP("utils", "f#"), QT_TRANSLATE_NOOP("utils", "f"),
QT_TRANSLATE_NOOP("utils", "g"), QT_TRANSLATE_NOOP("utils", "g"),
QT_TRANSLATE_NOOP("utils", "g#"), QT_TRANSLATE_NOOP("utils", "g"),
QT_TRANSLATE_NOOP("utils", "a"), QT_TRANSLATE_NOOP("utils", "a"),
QT_TRANSLATE_NOOP("utils", "a#"), QT_TRANSLATE_NOOP("utils", "a"),
QT_TRANSLATE_NOOP("utils", "b") QT_TRANSLATE_NOOP("utils", "b")
}; };
static const char* valu[] = { static const char* valu[] = {
QT_TRANSLATE_NOOP("utils", "C"), QT_TRANSLATE_NOOP("utils", "C"),
QT_TRANSLATE_NOOP("utils", "C#"), QT_TRANSLATE_NOOP("utils", "C"),
QT_TRANSLATE_NOOP("utils", "D"), QT_TRANSLATE_NOOP("utils", "D"),
QT_TRANSLATE_NOOP("utils", "D#"), QT_TRANSLATE_NOOP("utils", "D"),
QT_TRANSLATE_NOOP("utils", "E"), QT_TRANSLATE_NOOP("utils", "E"),
QT_TRANSLATE_NOOP("utils", "F"), QT_TRANSLATE_NOOP("utils", "F"),
QT_TRANSLATE_NOOP("utils", "F#"), QT_TRANSLATE_NOOP("utils", "F"),
QT_TRANSLATE_NOOP("utils", "G"), QT_TRANSLATE_NOOP("utils", "G"),
QT_TRANSLATE_NOOP("utils", "G#"), QT_TRANSLATE_NOOP("utils", "G#"),
QT_TRANSLATE_NOOP("utils", "A"), QT_TRANSLATE_NOOP("utils", "A"),
QT_TRANSLATE_NOOP("utils", "A#"), QT_TRANSLATE_NOOP("utils", "A"),
QT_TRANSLATE_NOOP("utils", "B") QT_TRANSLATE_NOOP("utils", "B")
}; };

View file

@ -533,16 +533,16 @@ void EditStaff::editStringDataClicked()
static const char* g_cNoteName[] = { static const char* g_cNoteName[] = {
QT_TRANSLATE_NOOP("editstaff", "C"), QT_TRANSLATE_NOOP("editstaff", "C"),
QT_TRANSLATE_NOOP("editstaff", "C#"), QT_TRANSLATE_NOOP("editstaff", "C"),
QT_TRANSLATE_NOOP("editstaff", "D"), QT_TRANSLATE_NOOP("editstaff", "D"),
QT_TRANSLATE_NOOP("editstaff", "Eb"), QT_TRANSLATE_NOOP("editstaff", "E"),
QT_TRANSLATE_NOOP("editstaff", "E"), QT_TRANSLATE_NOOP("editstaff", "E"),
QT_TRANSLATE_NOOP("editstaff", "F"), QT_TRANSLATE_NOOP("editstaff", "F"),
QT_TRANSLATE_NOOP("editstaff", "F#"), QT_TRANSLATE_NOOP("editstaff", "F"),
QT_TRANSLATE_NOOP("editstaff", "G"), QT_TRANSLATE_NOOP("editstaff", "G"),
QT_TRANSLATE_NOOP("editstaff", "Ab"), QT_TRANSLATE_NOOP("editstaff", "A"),
QT_TRANSLATE_NOOP("editstaff", "A"), QT_TRANSLATE_NOOP("editstaff", "A"),
QT_TRANSLATE_NOOP("editstaff", "Bb"), QT_TRANSLATE_NOOP("editstaff", "B"),
QT_TRANSLATE_NOOP("editstaff", "B") QT_TRANSLATE_NOOP("editstaff", "B")
}; };

View file

@ -211,16 +211,16 @@ void EditStringData::accept()
static const char* g_cNoteName[] = { static const char* g_cNoteName[] = {
QT_TRANSLATE_NOOP("editstringdata", "C"), QT_TRANSLATE_NOOP("editstringdata", "C"),
QT_TRANSLATE_NOOP("editstringdata", "C#"), QT_TRANSLATE_NOOP("editstringdata", "C"),
QT_TRANSLATE_NOOP("editstringdata", "D"), QT_TRANSLATE_NOOP("editstringdata", "D"),
QT_TRANSLATE_NOOP("editstringdata", "Eb"), QT_TRANSLATE_NOOP("editstringdata", "E"),
QT_TRANSLATE_NOOP("editstringdata", "E"), QT_TRANSLATE_NOOP("editstringdata", "E"),
QT_TRANSLATE_NOOP("editstringdata", "F"), QT_TRANSLATE_NOOP("editstringdata", "F"),
QT_TRANSLATE_NOOP("editstringdata", "F#"), QT_TRANSLATE_NOOP("editstringdata", "F"),
QT_TRANSLATE_NOOP("editstringdata", "G"), QT_TRANSLATE_NOOP("editstringdata", "G"),
QT_TRANSLATE_NOOP("editstringdata", "Ab"), QT_TRANSLATE_NOOP("editstringdata", "A"),
QT_TRANSLATE_NOOP("editstringdata", "A"), QT_TRANSLATE_NOOP("editstringdata", "A"),
QT_TRANSLATE_NOOP("editstringdata", "Bb"), QT_TRANSLATE_NOOP("editstringdata", "B"),
QT_TRANSLATE_NOOP("editstringdata", "B") QT_TRANSLATE_NOOP("editstringdata", "B")
}; };

View file

@ -3438,7 +3438,7 @@
<string>Reset to default</string> <string>Reset to default</string>
</property> </property>
<property name="accessibleName"> <property name="accessibleName">
<string>Reset 'Clef/Key right margin' valua</string> <string>Reset 'Clef/Key right margin' value</string>
</property> </property>
<property name="text"> <property name="text">
<string notr="true"/> <string notr="true"/>

View file

@ -137,12 +137,12 @@
</property> </property>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">Above</string> <string>Above</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">Below</string> <string>Below</string>
</property> </property>
</item> </item>
</widget> </widget>
@ -241,22 +241,22 @@
</widget> </widget>
</item> </item>
<item row="0" column="2"> <item row="0" column="2">
<widget class="Ms::ResetButton" name="resetMag"/> <widget class="Ms::ResetButton" name="resetMag" native="true"/>
</item> </item>
<item row="1" column="2"> <item row="1" column="2">
<widget class="Ms::ResetButton" name="resetPlacement"/> <widget class="Ms::ResetButton" name="resetPlacement" native="true"/>
</item> </item>
<item row="2" column="2"> <item row="2" column="2">
<widget class="Ms::ResetButton" name="resetStrings"/> <widget class="Ms::ResetButton" name="resetStrings" native="true"/>
</item> </item>
<item row="3" column="2"> <item row="3" column="2">
<widget class="Ms::ResetButton" name="resetFrets"/> <widget class="Ms::ResetButton" name="resetFrets" native="true"/>
</item> </item>
<item row="5" column="2"> <item row="5" column="2">
<widget class="Ms::ResetButton" name="resetBarre"/> <widget class="Ms::ResetButton" name="resetBarre" native="true"/>
</item> </item>
<item row="6" column="2"> <item row="6" column="2">
<widget class="Ms::ResetButton" name="resetOffset"/> <widget class="Ms::ResetButton" name="resetOffset" native="true"/>
</item> </item>
</layout> </layout>
</widget> </widget>
@ -286,8 +286,6 @@
<tabstop>barre</tabstop> <tabstop>barre</tabstop>
<tabstop>offset</tabstop> <tabstop>offset</tabstop>
</tabstops> </tabstops>
<resources> <resources/>
<include location="../musescore.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>

View file

@ -113,21 +113,21 @@
</property> </property>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">Above</string> <string>Above</string>
</property> </property>
</item> </item>
<item> <item>
<property name="text"> <property name="text">
<string notr="true">Below</string> <string>Below</string>
</property> </property>
</item> </item>
</widget> </widget>
</item> </item>
<item row="0" column="2"> <item row="0" column="2">
<widget class="Ms::ResetButton" name="resetStyle"/> <widget class="Ms::ResetButton" name="resetStyle" native="true"/>
</item> </item>
<item row="1" column="2"> <item row="1" column="2">
<widget class="Ms::ResetButton" name="resetPlacement"/> <widget class="Ms::ResetButton" name="resetPlacement" native="true"/>
</item> </item>
</layout> </layout>
</widget> </widget>
@ -145,8 +145,6 @@
<tabstops> <tabstops>
<tabstop>title</tabstop> <tabstop>title</tabstop>
</tabstops> </tabstops>
<resources> <resources/>
<include location="../musescore.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>