/[svn]/jsampler/trunk/src/org/jsampler/view/std/langprops/MenuLabelsBundle.properties
ViewVC logotype

Contents of /jsampler/trunk/src/org/jsampler/view/std/langprops/MenuLabelsBundle.properties

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2192 - (show annotations) (download)
Fri Jun 24 21:34:51 2011 UTC (12 years, 9 months ago) by iliev
File size: 4119 byte(s)
* Initial implementation of Sampler Browser
  (choose Window/Sampler Browser) - another way to view/edit
  the sampler configuration (work in progress - for now only
  support for viewing/editing send effects)

1 ContextMenu.delete = Delete
2 ContextMenu.edit = Edit
3
4 actions.connect = Reconnect
5 actions.connect.tt = Reconnect
6 actions.refresh = Refresh
7 actions.refresh.tt = Refresh
8 actions.resetSampler = Reset Sampler
9 actions.resetSampler.tt = Reset Sampler
10 actions.export.samplerConfiguration = Sampler Configuration...
11 actions.export.samplerConfiguration.tt = Export current sampler configuration to LSCP script
12 actions.export.MidiInstrumentMaps = MIDI Instrument Maps...
13 actions.export.MidiInstrumentMaps.tt = Export MIDI instrument maps to LSCP script
14 actions.changeBackend = Change Backend...
15 actions.changeBackend.tt = Connect to another backend
16
17 channels.duplicate = Duplicate Selected Channel
18 channels.duplicateChannels = Duplicate Selected Channels
19 channels.duplicateChannels.tt = Duplicate selected channel(s)
20
21 channels.moveOnTop = Move on Top
22 channels.moveOnTop.tt = Move selected channel(s) at the beginning of the list
23 channels.moveUp = Move Up
24 channels.moveUp.tt = Move selected channel(s) up
25 channels.moveDown = Move Down
26 channels.moveDown.tt = Move selected channel(s) down
27 channels.moveAtBottom = Move at Bottom
28 channels.moveAtBottom.tt = Move selected channel(s) at the end of the list
29
30 channels.selectAll = Select All
31 channels.selectAll.tt = Select all channels
32 channels.selectNone = Select None
33 channels.selectNone.tt = Deselect all selected channels
34
35 channels.removeChannel = Remove Channel
36 channels.removeChannels = Remove Channels
37 channels.removeChannels.tt = Remove selected channel(s)
38
39 help.onlineTutorial = Online Tutorial
40 help.onlineTutorial.tt = Browse the online tutorial
41
42 instrumentsdb.actions.reload = Reload
43 instrumentsdb.actions.reload.tt = Reload directory content
44 instrumentsdb.actions.createFolder = Create Folder
45 instrumentsdb.actions.createFolder.tt = Create new folder
46 instrumentsdb.actions.delete = Delete
47 instrumentsdb.actions.delete.tt = Delete selected instruments and directories
48
49 instrumentsdb.actions.addInstruments = Add Instruments
50 instrumentsdb.actions.addInstruments.fromFile = From File...
51 instrumentsdb.actions.addInstruments.fromFile.tt = Add instruments from file
52 instrumentsdb.actions.addInstruments.fromDir = From Directory...
53 instrumentsdb.actions.addInstruments.fromDir.tt = Add instruments from directory
54
55 instrumentsdb.actions.loadInstrument = Load Instrument
56 instrumentsdb.actions.loadInstrument.onChannel = On Channel {0}
57 instrumentsdb.actions.loadInstrument.onPanel = On Lane {0}
58 instrumentsdb.actions.loadInstrument.onPanel.channel = Channel {0}
59 instrumentsdb.actions.addToMidiMap = Add To MIDI Map
60 instrumentsdb.actions.addToOrchestra = Add To Orchestra
61
62 instrumentsdb.actions.properties = Properties
63 instrumentsdb.actions.properties.tt = Show properties
64
65 instrumentsdb.edit.cut = Cut
66 instrumentsdb.edit.cut.tt = Cut
67 instrumentsdb.edit.copy = Copy
68 instrumentsdb.edit.copy.tt = Copy
69 instrumentsdb.edit.paste = Paste
70 instrumentsdb.edit.paste.tt = Paste
71 instrumentsdb.edit.rename = Rename...
72 instrumentsdb.edit.rename.tt = Rename selected instrument or directory
73 instrumentsdb.edit.description = Change Description...
74 instrumentsdb.edit.description.tt = Edit description
75
76 instrumentsdb.go.up = Up
77 instrumentsdb.go.up.tt = Go to parent directory
78 instrumentsdb.go.back = Back
79 instrumentsdb.go.back.tt = Go Back
80 instrumentsdb.go.forward = Forward
81 instrumentsdb.go.forward.tt = Go Forward
82
83 JSMidiInstrumentTree.ContextMenu.changeProgram = Change Program
84 JSMidiInstrumentTree.ContextMenu.copyTo = Copy To...
85 JSMidiInstrumentTree.ContextMenu.moveDown = Move Down
86 JSMidiInstrumentTree.ContextMenu.moveTo = Move To...
87 JSMidiInstrumentTree.ContextMenu.moveUp = Move Up
88 JSMidiInstrumentTree.ContextMenu.programGroup = Programs {0}
89
90 JSOrchestraPane.loadInstrument = Load Instrument
91 JSOrchestraPane.mapInstrument = Add To MIDI Map
92
93 JSPianoRoll.ContextMenu.preferences = Preferences
94
95 JSSamplerTree.cm.aodMenu.addChain = Add send effect chain
96
97 JSSamplerTree.cm.eiMenu.remove = Remove
98 JSSamplerTree.cm.eiMenu.insertInstances = Insert new effect instance(s)...
99
100 JSSamplerTree.cm.secMenu.remove Remove chain
101 JSSamplerTree.cm.secMenu.appendEffectInstance = Append new effect instance(s)...

  ViewVC Help
Powered by ViewVC