From 470eb6ae2d64d25744d78116fc8865ea00f3c0ad Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Wed, 03 Jun 2009 22:38:31 +0000 Subject: Tamtam Mini control bars get really small #924 #285 --- (limited to 'common/Util') diff --git a/common/Util/Instruments.py b/common/Util/Instruments.py index 1bbf8b5..83def45 100644 --- a/common/Util/Instruments.py +++ b/common/Util/Instruments.py @@ -1,4 +1,6 @@ import os +from gettext import gettext as _ + import common.Config as Config import common.Util.InstrumentDB as InstrumentDB from sugar.activity.activity import get_bundle_name @@ -295,3 +297,13 @@ _addInstrument( "drum3kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM3KIT ) _addInstrument( "drum4kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM4KIT ) _addInstrument( "drum5kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM5KIT ) _addInstrument( "drum6kit", 0, 0, "percussions", 0, 0, 0, 1, DRUM6KIT ) + +DRUMTIPS = [ + _('Jazz / Rock Kit'), + _('African Kit'), + _('Arabic Kit'), + _('South American Kit'), + _('Electronic Kit'), + _('Nepali') ] + +DRUMCOUNT = 6 -- cgit v0.9.1