Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/Instruments.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2011-07-29 11:34:56 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2011-07-29 11:34:56 (GMT)
commitb8483580fa44e87a11f0665765508cf743b51854 (patch)
tree12405c360ff5ec55c2ab0cc26e22a821a4db3f0a /common/Util/Instruments.py
parente9ae92b4a2fce39738ffce9edc459aad0b6ac693 (diff)
More i18n TRANS comments from Chris Leonard
Diffstat (limited to 'common/Util/Instruments.py')
-rw-r--r--common/Util/Instruments.py19
1 files changed, 13 insertions, 6 deletions
diff --git a/common/Util/Instruments.py b/common/Util/Instruments.py
index 0faa902..fe23edd 100644
--- a/common/Util/Instruments.py
+++ b/common/Util/Instruments.py
@@ -652,11 +652,18 @@ DRUM6KIT = {24: "drum6madal00",
46: "drum6madal11",
48: "drum6madal12"}
-_addInstrument("drum1kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM1KIT, nameTooltip=_('Jazz / Rock Kit'))
-_addInstrument("drum2kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM2KIT, nameTooltip=_('African Kit'))
-_addInstrument("drum3kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM3KIT, nameTooltip=_('Arabic Kit'))
-_addInstrument("drum4kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM4KIT, nameTooltip=_('Electronic Kit'))
-_addInstrument("drum5kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM5KIT, nameTooltip=_('South American Kit'))
-_addInstrument("drum6kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM6KIT, nameTooltip=_('Nepali'))
+_addInstrument("drum1kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM1KIT,
+ # TRANS: http://en.wikipedia.org/wiki/Drum_set
+ nameTooltip=_('Jazz / Rock Kit'))
+_addInstrument("drum2kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM2KIT,
+ nameTooltip=_('African Kit'))
+_addInstrument("drum3kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM3KIT,
+ nameTooltip=_('Arabic Kit'))
+_addInstrument("drum4kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM4KIT,
+ nameTooltip=_('Electronic Kit'))
+_addInstrument("drum5kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM5KIT,
+ nameTooltip=_('South American Kit'))
+_addInstrument("drum6kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM6KIT,
+ nameTooltip=_('Nepali'))
DRUMCOUNT = 6