fix some instrument (short) names following comments on Transifex
This commit is contained in:
parent
6bba383c31
commit
d48c7f0bd4
2 changed files with 9 additions and 9 deletions
|
@ -8965,7 +8965,7 @@
|
|||
</Instrument>
|
||||
<Instrument id="contra-guitar">
|
||||
<longName>Contra Guitar</longName>
|
||||
<shortName>C Guit.</shortName>
|
||||
<shortName>C. Guit.</shortName>
|
||||
<description>Acoustic Contra Guitar</description>
|
||||
<musicXMLid>pluck.guitar</musicXMLid>
|
||||
<StringData>
|
||||
|
@ -9950,10 +9950,10 @@
|
|||
<!-- <clef>TAB</clef> -->
|
||||
<genre>common</genre>
|
||||
</Instrument>
|
||||
<Instrument id="prima">
|
||||
<longName>Prima</longName>
|
||||
<Instrument id="prim">
|
||||
<longName>Prim</longName>
|
||||
<shortName>Pr.</shortName>
|
||||
<description>Prima</description>
|
||||
<description>Prim</description>
|
||||
<musicXMLid>pluck.tambura</musicXMLid>
|
||||
<StringData>
|
||||
<frets>15</frets>
|
||||
|
@ -10500,7 +10500,7 @@
|
|||
</Instrument>
|
||||
<Instrument id="d-violone">
|
||||
<longName>D Violone</longName>
|
||||
<shortName>Vne.</shortName>
|
||||
<shortName>D Vne.</shortName>
|
||||
<description>Violone</description>
|
||||
<musicXMLid>strings.viol.violone</musicXMLid>
|
||||
<StringData>
|
||||
|
|
|
@ -1020,7 +1020,7 @@ QT_TRANSLATE_NOOP3("InstrumentsXML", "Guit.", "Guitar"),
|
|||
QT_TRANSLATE_NOOP("InstrumentsXML", "Guitar (Treble Clef)"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Classical Guitar [Tablature]"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Contra Guitar"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "C Guit.", "Contra Guitar"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "C. Guit.", "Contra Guitar"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Acoustic Guitar"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "Guit.", "Acoustic Guitar"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Acoustic Guitar [Tablature]"),
|
||||
|
@ -1110,8 +1110,8 @@ QT_TRANSLATE_NOOP3("InstrumentsXML", "Frtl. El. B.", "Fretless Electric Bass"),
|
|||
QT_TRANSLATE_NOOP("InstrumentsXML", "5-str. Electric Bass"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "El. B.", "5-str. Electric Bass"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "5-str. Electric Bass [Tablature]"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Prima"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "Pr.", "Prima"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Prim"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "Pr.", "Prim"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Brač"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "Br.", "Brač"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "Čelo"),
|
||||
|
@ -1195,6 +1195,6 @@ QT_TRANSLATE_NOOP3("InstrumentsXML", "Vne.", "Violone"),
|
|||
QT_TRANSLATE_NOOP("InstrumentsXML", "pizzicato"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "tremolo"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "D Violone"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "Vne.", "D Violone"),
|
||||
QT_TRANSLATE_NOOP3("InstrumentsXML", "D Vne.", "D Violone"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "pizzicato"),
|
||||
QT_TRANSLATE_NOOP("InstrumentsXML", "tremolo"),
|
||||
|
|
Loading…
Reference in a new issue