/[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 1767 - (show annotations) (download)
Mon Sep 8 00:19:27 2008 UTC (15 years, 7 months ago) by iliev
File size: 2783 byte(s)
* Added `Copy To' and `Move To' commands to the MIDI bank context menu
  and to the MIDI instrument context menu
* Added commands to the MIDI instrument context menu for moving
  a MIDI instrument to another program
  (right-click on a MIDI instrument and choose `Change Program')
* Added option to choose between zero-based and one-based
  MIDI bank/program numbering
  (choose Edit/Preferences, then click the `Advanced' button)
* Added option to choose whether to include MIDI instrument
  mappings when exporting a sampler configuration to LSCP script.
  (choose Edit/Preferences, then click the `Advanced' button)
* Added option to set the MIDI instrument loading in background
  when exporting MIDI instrument mappings to LSCP script.
  (choose Edit/Preferences, then click the `Advanced' button)
* Implemented an option to change the socket read timeout
  (choose Edit/Preferences, then click the `Backend' tab)
* Updated LscpTree
* Fantasia: Added option to hide the active stream/voice count statistic
  in the sampler channel's small view
  (choose Edit/Preferences, then click the `Channels' tab)
* Fantasia: `Turn off animation effects' checkbox moved to the `View' tab

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 instrumentsdb.actions.reload = Reload
18 instrumentsdb.actions.reload.tt = Reload directory content
19 instrumentsdb.actions.createFolder = Create Folder
20 instrumentsdb.actions.createFolder.tt = Create new folder
21 instrumentsdb.actions.delete = Delete
22 instrumentsdb.actions.delete.tt = Delete selected instruments and directories
23
24 instrumentsdb.actions.addInstruments = Add Instruments
25 instrumentsdb.actions.addInstruments.fromFile = From File...
26 instrumentsdb.actions.addInstruments.fromFile.tt = Add instruments from file
27 instrumentsdb.actions.addInstruments.fromDir = From Directory...
28 instrumentsdb.actions.addInstruments.fromDir.tt = Add instruments from directory
29
30 instrumentsdb.actions.loadInstrument = Load Instrument
31 instrumentsdb.actions.loadInstrument.onChannel = On Channel {0}
32 instrumentsdb.actions.addToMidiMap = Add To MIDI Map
33 instrumentsdb.actions.addToOrchestra = Add To Orchestra
34
35 instrumentsdb.actions.properties = Properties
36 instrumentsdb.actions.properties.tt = Show properties
37
38 instrumentsdb.edit.cut = Cut
39 instrumentsdb.edit.cut.tt = Cut
40 instrumentsdb.edit.copy = Copy
41 instrumentsdb.edit.copy.tt = Copy
42 instrumentsdb.edit.paste = Paste
43 instrumentsdb.edit.paste.tt = Paste
44 instrumentsdb.edit.rename = Rename...
45 instrumentsdb.edit.rename.tt = Rename selected instrument or directory
46 instrumentsdb.edit.description = Change Description...
47 instrumentsdb.edit.description.tt = Edit description
48
49 instrumentsdb.go.up = Up
50 instrumentsdb.go.up.tt = Go to parent directory
51 instrumentsdb.go.back = Back
52 instrumentsdb.go.back.tt = Go Back
53 instrumentsdb.go.forward = Forward
54 instrumentsdb.go.forward.tt = Go Forward
55
56 help.onlineTutorial = Online Tutorial
57 help.onlineTutorial.tt = Browse the online tutorial
58
59 JSMidiInstrumentTree.ContextMenu.changeProgram = Change Program
60 JSMidiInstrumentTree.ContextMenu.copyTo = Copy To...
61 JSMidiInstrumentTree.ContextMenu.moveDown = Move Down
62 JSMidiInstrumentTree.ContextMenu.moveTo = Move To...
63 JSMidiInstrumentTree.ContextMenu.moveUp = Move Up
64 JSMidiInstrumentTree.ContextMenu.programGroup = Programs {0}
65
66 JSOrchestraPane.loadInstrument = Load Instrument
67 JSOrchestraPane.mapInstrument = Add To MIDI Map

  ViewVC Help
Powered by ViewVC