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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2200 - (hide annotations) (download)
Sun Jul 3 22:01:16 2011 UTC (12 years, 9 months ago) by iliev
File size: 4401 byte(s)
* added support for exporting effects to LSCP script
* Sampler Browser (work in progress): initial
  implementation of sampler channels

1 iliev 1767 ContextMenu.delete = Delete
2     ContextMenu.edit = Edit
3    
4 iliev 1286 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 iliev 1688 actions.changeBackend = Change Backend...
15     actions.changeBackend.tt = Connect to another backend
16 iliev 1286
17 iliev 1818 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 iliev 1286 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 iliev 1880 instrumentsdb.actions.loadInstrument.onPanel = On Lane {0}
58 iliev 1785 instrumentsdb.actions.loadInstrument.onPanel.channel = Channel {0}
59 iliev 1286 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 iliev 1325
76 iliev 1752 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 iliev 1767 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 iliev 1325 JSOrchestraPane.loadInstrument = Load Instrument
91     JSOrchestraPane.mapInstrument = Add To MIDI Map
92 iliev 1776
93 iliev 2192 JSPianoRoll.ContextMenu.preferences = Preferences
94    
95 iliev 2195 SamplerBrowser.action.addChain = Add send effect chain
96     SamplerBrowser.action.appendEffectInstance = Append new effect instance(s)...
97     SamplerBrowser.action.editEffectPrm = Edit...
98     SamplerBrowser.action.insertEffectInstance = Insert new effect instance(s)...
99 iliev 2200 SamplerBrowser.action.setDestEffect = (Re)assign destination effect...
100 iliev 2195 SamplerBrowser.action.refreshSampler = Refresh
101     SamplerBrowser.action.removeAudioDev = Remove
102     SamplerBrowser.action.removeChain = Remove
103 iliev 2200 SamplerBrowser.action.removeDestEffect = Remove destination effect
104 iliev 2195 SamplerBrowser.action.removeEffectInstance = Remove

  ViewVC Help
Powered by ViewVC