/[svn]/jsampler/trunk/src/org/jsampler/langprops/MessagesBundle.properties
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/langprops/MessagesBundle.properties

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

revision 1142 by iliev, Mon Aug 7 18:25:58 2006 UTC revision 1143 by iliev, Mon Apr 2 21:18:31 2007 UTC
# Line 1  Line 1 
1  AddChannel.description = Creating new Channel  Audio.CreateDevice.desc = Creating audio output device
2    Audio.DestroyDevice.desc = Removing audio output device {0}
3    Audio.EnableDevice.desc = Changing the Active state of audio device {0}
4    Audio.GetDrivers.desc= Getting Audio Output Drivers
5    Audio.SetChannelCount.desc = Changing the channels number of audio device {0}
6    Audio.SetChannelParameter.desc = Changing audio output channel parameter
7    Audio.UpdateDeviceInfo.desc = Updating audio output device {0}
8    Audio.UpdateDevices.desc = Updating audio output devices
9    
10    Channel.Add.desc = Creating new Channel
11    Channel.AddFxSend.desc = Creating new effect send
12    Channel.GetFxSends.desc = Getting effect sends on channel {0}
13    Channel.Remove.desc = Removing Channel {0}
14    Channel.RemoveFxSend.desc = Removing effect send {0}:{1}
15    Channel.Reset.desc = Reseting Channel {0}
16    Channel.SetAudioOutputChannel.desc = Setting the audio output channel of channel {0}
17    Channel.SetAudioOutputDevice.desc = Changing the audio output device of channel {0}
18    Channel.SetFxSendAudioOutputChannel.desc = Rerouting channel of effect send {0}:{1}
19    Channel.SetFxSendLevel.desc = Changing the volume of effect send {0}:{1}
20    Channel.SetFxSendMidiController.desc = Changing the MIDI controller of effect send {0}:{1}
21    Channel.SetFxSendName.desc = Changing the name of effect send {0}:{1}
22    Channel.SetMidiInputChannel.desc = Changing the MIDI input channel of channel {0}
23    Channel.SetMidiInputDevice.desc = Changing the MIDI input device of channel {0}
24    Channel.SetMidiInputPort.desc = Changing the MIDI input port of channel {0}
25    Channel.SetMidiInstrumentMap.desc = Assigning MIDI instrument map to channel {0}
26    Channel.SetMute.desc = Changing the mute state of channel {0}
27    Channel.SetSolo.desc = Changing the solo state of channel {0}
28    Channel.SetVolume.desc = Changing the volume of channel {0}
29    Channel.UpdateFxSendInfo.desc = Updating effect send {0}:{1}
30    Channel.UpdateFxSends.desc = Updating effect sends on channel {0}
31    Channel.UpdateInfo.desc = Updating channel information
32    
33  Connect.description = Connecting to LinuxSampler  Connect.description = Connecting to LinuxSampler
 CreateAudioDevice.description = Creating audio output device  
 CreateMidiDevice.description = Creating MIDI input device  
34  DefaultLSConsoleModel.notConnected = "Not Connected!"  DefaultLSConsoleModel.notConnected = "Not Connected!"
 DestroyAudioDevice.description = Removing audio output device {0}  
 DestroyMidiDevice.description = Removing MIDI input device {0}  
35  DuplicateChannels.description = Duplicating the specified channels  DuplicateChannels.description = Duplicating the specified channels
 EnableAudioDevice.description = Changing the Active state of audio device {0}  
 EnableMidiDevice.description = Changing the Active state of MIDI device {0}  
 GetAODrivers.description = Getting Audio Output Drivers  
 GetChannelInfo.description = Getting Channel Info  
36  GetEngines.description = Getting Sampler Engines  GetEngines.description = Getting Sampler Engines
 GetMIDrivers.description = Getting MIDI Input Drivers  
37  GetServerInfo.description = Getting Server Info  GetServerInfo.description = Getting Server Info
38    
39    Global.GetVolume.desc - Getting the global volume
40    Global.SetVolume.desc = Changing the global volume
41    
42  LSConsoleConnect.description = Connecting to LinuxSampler  LSConsoleConnect.description = Connecting to LinuxSampler
43  LSConsoleExecCommand.description = Executing LS Console command  LSConsoleExecCommand.description = Executing LS Console command
44  LoadEngine.description = Assigning {0} engine to channel {1}  LoadEngine.description = Assigning {0} engine to channel {1}
45  LoadInstrument.description = Assigning instrument  LoadInstrument.description = Assigning instrument
46  RemoveChannel.description = Removing Channel {0}  
47  ResetChannel.description = Reseting Channel {0}  Midi.AddMidiInstrumentMap.desc = Adding MIDI instrument map
48    Midi.CreateDevice.desc = Creating MIDI input device
49    Midi.DestroyDevice.desc = Removing MIDI input device {0}
50    Midi.EnableDevice.desc = Changing the Active state of MIDI device {0}
51    Midi.GetDrivers.desc = Getting MIDI Input Drivers
52    Midi.GetInstrumentMaps.desc = Getting MIDI instrument maps
53    Midi.MapInstrument.desc = Mapping MIDI instrument
54    Midi.RemoveMidiInstrumentMap.desc = Removing MIDI instrument map {0}
55    Midi.SetDeviceParameter.desc = Setting MIDI device parameter
56    Midi.SetInstrumentMapInfo.desc = Changing MIDI instrument map info
57    Midi.SetPortCount.desc = Changing the ports number of MIDI device {0}
58    Midi.SetPortParameter.desc = Changing MIDI input port parameter
59    Midi.UnmapInstrument.desc = Removing MIDI instrument
60    Midi.UpdateDeviceInfo.desc = Updating MIDI input device {0}
61    Midi.UpdateDevices.desc = Updating MIDI devices
62    Midi.UpdateInstrumentInfo.desc = Updating MIDI instrument
63    Midi.UpdateInstrumentMapInfo.desc = Updating MIDI instrument map {0}
64    Midi.UpdateInstrumentMaps.desc = Updating MIDI instrument maps
65    Midi.UpdateInstruments.desc = Updating MIDI instruments
66    
67  ResetSampler.description = Reseting the Sampler  ResetSampler.description = Reseting the Sampler
 SetAudioChannelParameter.description = Changing audio output channel parameter  
 SetAudioOutputChannelCount.description = Changing the channels number of audio device {0}  
 SetChannelAudioOutputChannel.description = Setting the audio output channel of channel {0}  
 SetChannelAudioOutputDevice.description = Changing the audio output device of channel {0}  
 SetChannelMidiInputChannel.description = Changing the MIDI input channel of channel {0}  
 SetChannelMidiInputDevice.description = Changing the MIDI input device of channel {0}  
 SetChannelMidiInputPort.description = Changing the MIDI input port of channel {0}  
 SetChannelVolume.description = Changing the volume of channel {0}  
 SetMidiDeviceParameter.description = Setting MIDI device parameter  
 SetMidiInputPortCount.description = Changing the ports number of MIDI device {0}  
 SetMidiPortParameter.description Changing MIDI input port parameter  
 SetMuteChannel.description = Changing the mute state of channel {0}  
 SetSoloChannel.description = Changing the solo state of channel {0}  
 UpdateChannelInfo.description = Updating channel information  
 UpdateAudioDevices.description = Updating audio devices  
68  UpdateChannels.description = Updating channels  UpdateChannels.description = Updating channels
 UpdateMidiDevices.description = Updating MIDI devices  
69  UpdateTotalVoiceCount.description = Updating the total number of active voices  UpdateTotalVoiceCount.description = Updating the total number of active voices

Legend:
Removed from v.1142  
changed lines
  Added in v.1143

  ViewVC Help
Powered by ViewVC