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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1496 by iliev, Mon Nov 19 22:22:22 2007 UTC revision 1880 by iliev, Sun Mar 29 19:10:49 2009 UTC
# Line 1  Line 1 
1    ContextMenu.delete = Delete
2    ContextMenu.edit = Edit
3    
4  actions.connect = Reconnect  actions.connect = Reconnect
5  actions.connect.tt = Reconnect  actions.connect.tt = Reconnect
6  actions.refresh = Refresh  actions.refresh = Refresh
# Line 8  actions.export.samplerConfiguration = Sa Line 11  actions.export.samplerConfiguration = Sa
11  actions.export.samplerConfiguration.tt = Export current sampler configuration to LSCP script  actions.export.samplerConfiguration.tt = Export current sampler configuration to LSCP script
12  actions.export.MidiInstrumentMaps = MIDI Instrument Maps...  actions.export.MidiInstrumentMaps = MIDI Instrument Maps...
13  actions.export.MidiInstrumentMaps.tt = Export MIDI instrument maps to LSCP script  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  ContextMenu.delete = Delete  channels.duplicate = Duplicate Selected Channel
18  ContextMenu.edit = Edit  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  instrumentsdb.actions.reload = Reload
43  instrumentsdb.actions.reload.tt = Reload directory content  instrumentsdb.actions.reload.tt = Reload directory content
# Line 27  instrumentsdb.actions.addInstruments.fro Line 54  instrumentsdb.actions.addInstruments.fro
54    
55  instrumentsdb.actions.loadInstrument = Load Instrument  instrumentsdb.actions.loadInstrument = Load Instrument
56  instrumentsdb.actions.loadInstrument.onChannel = On Channel {0}  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  instrumentsdb.actions.addToMidiMap = Add To MIDI Map
60  instrumentsdb.actions.addToOrchestra = Add To Orchestra  instrumentsdb.actions.addToOrchestra = Add To Orchestra
61    
# Line 44  instrumentsdb.edit.rename.tt = Rename se Line 73  instrumentsdb.edit.rename.tt = Rename se
73  instrumentsdb.edit.description = Change Description...  instrumentsdb.edit.description = Change Description...
74  instrumentsdb.edit.description.tt = Edit description  instrumentsdb.edit.description.tt = Edit description
75    
76  help.onlineTutorial = Online Tutorial  instrumentsdb.go.up = Up
77  help.onlineTutorial.tt = Browse the online tutorial  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  JSOrchestraPane.loadInstrument = Load Instrument
91  JSOrchestraPane.mapInstrument = Add To MIDI Map  JSOrchestraPane.mapInstrument = Add To MIDI Map
92    
93    JSPianoRoll.ContextMenu.preferences = Preferences

Legend:
Removed from v.1496  
changed lines
  Added in v.1880

  ViewVC Help
Powered by ViewVC