/[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 1818 - (hide annotations) (download)
Wed Dec 24 17:29:47 2008 UTC (15 years, 4 months ago) by iliev
File size: 3818 byte(s)
* Added support for controlling the global sampler-wide limit of
  maximum voices and disk streams
  (choose Edit/Preferences, then click the `General' tab)
* Fantasia: store the view configuration of audio/MIDI devices and sampler
  channels in the LSCP script when exporting sampler configuration
* Fantasia: Implemented multiple sampler channels' selection
* Fantasia: Added option to move sampler channels up and down
  in the channels list
* Fantasia: Added option to move sampler channels
  to another channels panels

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 1785 instrumentsdb.actions.loadInstrument.onPanel = On Panel {0}
58     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     JSPianoRoll.ContextMenu.preferences = Preferences

  ViewVC Help
Powered by ViewVC