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

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

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

revision 787 by iliev, Mon Oct 10 16:03:12 2005 UTC revision 1204 by iliev, Thu May 24 21:43:45 2007 UTC
# Line 1  Line 1 
1  actions = Actions  actions = Actions
2  actions.connect = Reconnect  actions.connect = Reconnect
3  actions.samplerInfo = Sampler Information  actions.samplerInfo = Sampler Information
4    actions.midiInstruments = MIDI Instruments
5    actions.midiInstruments.addMap = Add Instrument Map...
6    actions.midiInstruments.addMap.tt = Add MIDI instrument map
7    actions.midiInstruments.removeMap = Remove Instrument Map...
8    actions.midiInstruments.removeMap.tt = Remove Instrument Map
9    actions.midiInstruments.newMidiInstrumentWizard = New MIDI Instrument Wizard
10    actions.midiInstruments.newMidiInstrumentWizard.tt = Add new MIDI instrument using wizard
11    actions.export = Export
12    actions.export.samplerConfiguration = Sampler Configuration...
13    actions.export.MidiInstrumentMaps = MIDI Instrument Maps...
14    actions.export.MidiInstrumentMaps.tt = Export MIDI instrument maps to LSCP script
15  actions.refresh = Refresh  actions.refresh = Refresh
16  actions.resetSampler = Reset Sampler  actions.resetSampler = Reset Sampler
17    
18    actions.runScript = Run Script...
19    actions.recentScripts = Recent Scripts
20    
21  actions.exit = Exit!  actions.exit = Exit!
22    
23  edit = Edit  edit = Edit
24    edit.audioDevices = Audio Devices
25    edit.midiDevices = MIDI Devices
26    edit.orchestras = Orchestras
27  edit.preferences = Preferences...  edit.preferences = Preferences...
28    
29  view = View  view = View
30  view.toolbar = Toolbar  view.toolbars = Toolbars
31    view.toolbars.standard = Standard
32    view.toolbars.channels = Channels
33  view.leftPane = Left Pane  view.leftPane = Left Pane
34  view.statusbar = Statusbar  view.statusbar = Status Bar
35    view.lsconsole = LS Console
36    
37  channels = Channels  channels = Channels
38  channels.new = New Channel...  channels.new = New Channel...
# Line 43  tabs.move2End = Move at the End Line 63  tabs.move2End = Move at the End
63    
64  tabs.close = Close Tab  tabs.close = Close Tab
65    
66    window = Window
67    window.instrumentsDb = Instruments Database
68    window.instrumentsDb.tt = Show instruments database
69    
70  help = Help  help = Help
71  help.about = About {0}  help.about = About {0}
72    
# Line 56  ttDuplicateAudioDevice = Duplicate selec Line 80  ttDuplicateAudioDevice = Duplicate selec
80  ttDuplicateChannels = Duplicate selected channel(s)  ttDuplicateChannels = Duplicate selected channel(s)
81  ttDuplicateMidiDevice = Duplicate selected MIDI input device  ttDuplicateMidiDevice = Duplicate selected MIDI input device
82  ttEditTabTitle = Change tab title  ttEditTabTitle = Change tab title
83    ttExportSamplerConfiguration = Export current sampler configuration to LSCP script
84  ttMidiDeviceProps = Device properties  ttMidiDeviceProps = Device properties
85  ttMoveChannelsAtBottom = Move selected channel(s) at the end of the list  ttMoveChannelsAtBottom = Move selected channel(s) at the end of the list
86  ttMoveChannelsDown = Move selected channel(s) down  ttMoveChannelsDown = Move selected channel(s) down
# Line 75  ttRemoveAudioDevice = Remove selected au Line 100  ttRemoveAudioDevice = Remove selected au
100  ttRemoveChannels = Remove selected channel(s)  ttRemoveChannels = Remove selected channel(s)
101  ttRemoveMidiDevice = Remove selected MIDI input device  ttRemoveMidiDevice = Remove selected MIDI input device
102  ttResetSampler = Reset Sampler  ttResetSampler = Reset Sampler
103    ttRunScript = Load LSCP Script
104  ttSamplerInfo = Show Sampler Information  ttSamplerInfo = Show Sampler Information
105  ttSelectAllChannels = Select all channels  ttSelectAllChannels = Select all channels
106    
107    ContextMenu.delete = Delete
108    ContextMenu.edit = Edit
109    
110    instrumentsdb.actions = Actions
111    instrumentsdb.actions.reload = Reload
112    instrumentsdb.actions.reload.tt = Reload directory content
113    instrumentsdb.actions.createFolder = Create Folder
114    instrumentsdb.actions.createFolder.tt = Create new folder
115    instrumentsdb.actions.delete = Delete
116    instrumentsdb.actions.delete.tt = Delete selected instruments and directories
117    instrumentsdb.actions.addInstruments = Add Instruments
118    instrumentsdb.actions.addInstruments.fromFile = From File...
119    instrumentsdb.actions.addInstruments.fromFile.tt = Add instruments from file
120    instrumentsdb.actions.addInstruments.fromDir = From Directory...
121    instrumentsdb.actions.addInstruments.fromDir.tt = Add instruments from directory
122    instrumentsdb.actions.loadInstrument = Load Instrument
123    instrumentsdb.actions.loadInstrument.onChannel = On Channel {0}
124    instrumentsdb.actions.addToMidiMap = Add To MIDI Map
125    instrumentsdb.actions.addToOrchestra = Add To Orchestra
126    instrumentsdb.actions.properties = Properties
127    instrumentsdb.actions.properties.tt = Show properties
128    
129    instrumentsdb.edit.cut = Cut
130    instrumentsdb.edit.cut.tt = Cut
131    instrumentsdb.edit.copy = Copy
132    instrumentsdb.edit.copy.tt = Copy
133    instrumentsdb.edit.paste = Paste
134    instrumentsdb.edit.paste.tt = Paste
135    instrumentsdb.edit = Edit
136    instrumentsdb.edit.selectAll = Select All
137    instrumentsdb.edit.rename = Rename...
138    instrumentsdb.edit.rename.tt = Rename selected instrument or directory
139    instrumentsdb.edit.description = Change Description...
140    instrumentsdb.edit.description.tt = Edit description
141    
142    instrumentsdb.go = Go
143    instrumentsdb.go.up = Up
144    instrumentsdb.go.up.tt = Go to parent directory
145    instrumentsdb.go.back = Back
146    instrumentsdb.go.back.tt = Go Back
147    instrumentsdb.go.forward = Forward
148    instrumentsdb.go.forward.tt = Go Forward
149    
150    
151    LSConsolePane.clear = Clear
152    LSConsolePane.clearConsole = Console
153    LSConsolePane.clearSessionHistory = Session History
154    LSConsolePane.export = Export
155    LSConsolePane.exportSession = Console session...
156    LSConsolePane.exportCommandHistory = Command history...
157    LSConsolePane.popin = Pop-in
158    LSConsolePane.popout = Pop-out
159    LSConsolePane.runScript = Run Script...

Legend:
Removed from v.787  
changed lines
  Added in v.1204

  ViewVC Help
Powered by ViewVC