/[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 911 by iliev, Mon Aug 7 18:25:58 2006 UTC revision 1729 by iliev, Tue Apr 29 22:22:40 2008 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.GetDriverParametersInfo.desc = Getting audio driver information
5    Audio.GetDrivers.desc= Getting Audio Output Drivers
6    Audio.SetChannelCount.desc = Changing the channels number of audio device {0}
7    Audio.SetChannelParameter.desc = Changing audio output channel parameter
8    Audio.SetDeviceParameter.desc = Changing the settings of audio device {0}
9    Audio.UpdateDeviceInfo.desc = Updating audio output device {0}
10    Audio.UpdateDevices.desc = Updating audio output devices
11    
12    Channel.Add.desc = Creating new Channel
13    Channel.AddFxSend.desc = Creating new effect send
14    Channel.EditInstrument.desc = Starting an instrument editor
15    Channel.GetFxSends.desc = Getting effect sends on channel {0}
16    Channel.LoadEngine.desc = Assigning {0} engine to channel {1}
17    Channel.LoadInstrument.desc = Assigning instrument
18    Channel.Remove.desc = Removing Channel {0}
19    Channel.RemoveFxSend.desc = Removing effect send {0}:{1}
20    Channel.Reset.desc = Reseting Channel {0}
21    Channel.SetAudioOutputChannel.desc = Setting the audio output channel of channel {0}
22    Channel.SetAudioOutputDevice.desc = Changing the audio output device of channel {0}
23    Channel.SetFxSendAudioOutputChannel.desc = Rerouting channel of effect send {0}:{1}
24    Channel.SetFxSendLevel.desc = Changing the volume of effect send {0}:{1}
25    Channel.SetFxSendMidiController.desc = Changing the MIDI controller of effect send {0}:{1}
26    Channel.SetFxSendName.desc = Changing the name of effect send {0}:{1}
27    Channel.SetMidiInputChannel.desc = Changing the MIDI input channel of channel {0}
28    Channel.SetMidiInputDevice.desc = Changing the MIDI input device of channel {0}
29    Channel.SetMidiInputPort.desc = Changing the MIDI input port of channel {0}
30    Channel.SetMidiInstrumentMap.desc = Assigning MIDI instrument map to channel {0}
31    Channel.SetMute.desc = Changing the mute state of channel {0}
32    Channel.SetSolo.desc = Changing the solo state of channel {0}
33    Channel.SetVolume.desc = Changing the volume of channel {0}
34    Channel.UpdateFxSendInfo.desc = Updating effect send {0}:{1}
35    Channel.UpdateFxSends.desc = Updating effect sends on channel {0}
36    Channel.UpdateInfo.desc = Updating channel information
37    
38  Connect.description = Connecting to LinuxSampler  Connect.description = Connecting to LinuxSampler
39  CreateAudioDevice.description = Creating audio output device  
 CreateMidiDevice.description = Creating MIDI input device  
40  DefaultLSConsoleModel.notConnected = "Not Connected!"  DefaultLSConsoleModel.notConnected = "Not Connected!"
 DestroyAudioDevice.description = Removing audio output device {0}  
 DestroyMidiDevice.description = Removing MIDI input device {0}  
41  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  
42  GetEngines.description = Getting Sampler Engines  GetEngines.description = Getting Sampler Engines
43  GetMIDrivers.description = Getting MIDI Input Drivers  
44  GetServerInfo.description = Getting Server Info  Global.GetFileInstruments.desc = Retrieving instrument information
45    Global.GetServerInfo.desc = Getting Server Info
46    Global.GetVolume.desc - Getting the global volume
47    Global.ResetSampler.desc = Reseting the Sampler
48    Global.SetVolume.desc = Changing the global volume
49    
50    InstrumentsDb.AddInstruments.desc = Scanning for instruments
51    InstrumentsDb.AddInstrumentsFromFile.desc = Scanning for instruments
52    InstrumentsDb.AddInstrumentsNonrecursive.desc = Scanning for instruments
53    InstrumentsDb.Copy.desc = Copying
54    InstrumentsDb.CreateDirectory.desc = Creating new folder
55    InstrumentsDb.FindDirectories.desc = Searching
56    InstrumentsDb.FindInstruments.desc = Searching
57    InstrumentsDb.FindLostInstrumentFiles.desc = Checking for lost instrument files
58    InstrumentsDb.Format.desc = Formatting the instruments database
59    InstrumentsDb.GetDrectories.desc = Updating database directories
60    InstrumentsDb.GetDrectory.desc = Updating database directory
61    InstrumentsDb.GetDirectoryCount.desc = Calculating directory number
62    InstrumentsDb.GetInstrument.desc = Updating database instrument
63    InstrumentsDb.GetInstrumentCount.desc = Calculating instrument number
64    InstrumentsDb.GetInstruments.desc = Updating database instruments
65    InstrumentsDb.GetScanJobInfo.desc = Retrieving status
66    InstrumentsDb.Move.desc = Moving
67    InstrumentsDb.RemoveDirectories.desc = Removing database directories
68    InstrumentsDb.RemoveInstruments.desc = Removing database instruments
69    InstrumentsDb.RenameDirectory.desc = Renaming database directory
70    InstrumentsDb.RenameInstrument.desc = Renaming database instrument
71    InstrumentsDb.SetDirectoryDescription.desc = Changing directory description
72    InstrumentsDb.SetInstrumentDescription.desc = Changing instrument description
73    InstrumentsDb.SetInstrumentFilePath.desc = Updating instrument file path
74    
75  LSConsoleConnect.description = Connecting to LinuxSampler  LSConsoleConnect.description = Connecting to LinuxSampler
76  LSConsoleExecCommand.description = Executing LS Console command  LSConsoleExecCommand.description = Executing LS Console command
77  LoadEngine.description = Assigning {0} engine to channel {1}  
78  LoadInstrument.description = Assigning instrument  Midi.AddMidiInstrumentMap.desc = Adding MIDI instrument map
79  RemoveChannel.description = Removing Channel {0}  Midi.CreateDevice.desc = Creating MIDI input device
80  ResetChannel.description = Reseting Channel {0}  Midi.DestroyDevice.desc = Removing MIDI input device {0}
81  ResetSampler.description = Reseting the Sampler  Midi.EnableDevice.desc = Changing the Active state of MIDI device {0}
82  SetAudioChannelParameter.description = Changing audio output channel parameter  Midi.GetDriverParametersInfo.desc = Getting MIDI driver information
83  SetAudioOutputChannelCount.description = Changing the channels number of audio device {0}  Midi.GetDrivers.desc = Getting MIDI Input Drivers
84  SetChannelAudioOutputChannel.description = Setting the audio output channel of channel {0}  Midi.GetInstrumentMaps.desc = Getting MIDI instrument maps
85  SetChannelAudioOutputDevice.description = Changing the audio output device of channel {0}  Midi.MapInstrument.desc = Mapping MIDI instrument
86  SetChannelMidiInputChannel.description = Changing the MIDI input channel of channel {0}  Midi.RemoveMidiInstrumentMap.desc = Removing MIDI instrument map {0}
87  SetChannelMidiInputDevice.description = Changing the MIDI input device of channel {0}  Midi.SetDeviceParameter.desc = Setting MIDI device parameter
88  SetChannelMidiInputPort.description = Changing the MIDI input port of channel {0}  Midi.SetInstrumentMapInfo.desc = Changing MIDI instrument map info
89  SetChannelVolume.description = Changing the volume of channel {0}  Midi.SetPortCount.desc = Changing the ports number of MIDI device {0}
90  SetMidiDeviceParameter.description = Setting MIDI device parameter  Midi.SetPortParameter.desc = Changing MIDI input port parameter
91  SetMidiInputPortCount.description = Changing the ports number of MIDI device {0}  Midi.UnmapInstrument.desc = Removing MIDI instrument
92  SetMidiPortParameter.description Changing MIDI input port parameter  Midi.UpdateDeviceInfo.desc = Updating MIDI input device {0}
93  SetMuteChannel.description = Changing the mute state of channel {0}  Midi.UpdateDevices.desc = Updating MIDI devices
94  SetSoloChannel.description = Changing the solo state of channel {0}  Midi.UpdateInstrumentInfo.desc = Updating MIDI instrument
95  UpdateChannelInfo.description = Updating channel information  Midi.UpdateInstrumentMapInfo.desc = Updating MIDI instrument map {0}
96  UpdateAudioDevices.description = Updating audio devices  Midi.UpdateInstrumentMaps.desc = Updating MIDI instrument maps
97    Midi.UpdateInstruments.desc = Updating MIDI instruments
98    
99  UpdateChannels.description = Updating channels  UpdateChannels.description = Updating channels
 UpdateMidiDevices.description = Updating MIDI devices  
100  UpdateTotalVoiceCount.description = Updating the total number of active voices  UpdateTotalVoiceCount.description = Updating the total number of active voices

Legend:
Removed from v.911  
changed lines
  Added in v.1729

  ViewVC Help
Powered by ViewVC