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

Annotation of /jsampler/trunk/src/org/jsampler/view/classic/langprops/LabelsBundle.properties

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1357 - (hide annotations) (download)
Sat Sep 22 17:27:06 2007 UTC (16 years, 7 months ago) by iliev
File size: 7042 byte(s)
* Added options for setting the maximum master and channel volume
  (choose Edit/Preferences)
* Fantasia: Edit instrument button is now shown on the channel
  screen only when there is loaded instrument on that channel
* Fantasia: Added options for showing additional device parameters in
  audio/MIDI device panes (Edit/Preferences, then click the `View' tab)
* Fantasia: Master volume is now fully implemented

1 iliev 842 AudioDeviceWizardPage.additionalInstructions = <html>\n Note that you <b>can not</b> \
2     load an instrument if there is no audio output device selected.
3 iliev 787 AudioDeviceWizardPage.lDevice = Audio Output Device:
4     AudioDeviceWizardPage.mainInstructions = Choose an audio output device to be used by this sampler channel.
5     AudioDeviceWizardPage.subtitle = Choose audio output device
6    
7     AudioDevicesPage.DevicePropsDlg = Device Properties
8     AudioDevicesPage.channels = Audio Output Channels
9     AudioDevicesPage.lChannels = Channels:
10     AudioDevicesPage.title = Audio Devices
11    
12     AudioDevicesTableModel.deviceID = ID
13     AudioDevicesTableModel.channels = Channels
14    
15     ChangeTabTitleDlg = Change Tab Title
16     ChangeTabTitleDlg.lTitle = New Title:
17    
18 iliev 1343 Channel.btnEdit.tt = Edit loaded instrument
19 iliev 787 Channel.btnInstr = Load Instrument...
20     Channel.loadingInstrument = Loading Instrument... ({0}%)
21 iliev 911 Channel.errorLoadingInstrument = Failed to load instrument
22 iliev 1143 Channel.tt = Channel: {0}
23     Channel.ttDefault = Using the default map: {0}
24 iliev 787 Channel.volume = Channel Volume ({0}%)
25    
26 iliev 1143 ChannelProperties.audioPane = Audio
27 iliev 787 ChannelProperties.enginesPane = Engine
28 iliev 1143 ChannelProperties.lAudioDevice = Device
29     ChannelProperties.lInstrumentMap = Instrument Map
30     ChannelProperties.lMidiChannel = Channel
31     ChannelProperties.lMidiDevice = Device
32     ChannelProperties.lMidiPort = Port
33     ChannelProperties.midiPane = MIDI
34 iliev 787 ChannelProperties.routing = Channel routing
35    
36     ChannelOutputRoutingDlg.audioIn = Audio In
37     ChannelOutputRoutingDlg.audioOut = Audio Out
38     ChannelOutputRoutingDlg.title = Channel Routing
39 iliev 1143 ChannelOutputRoutingDlg.ttAudioOut = The audio output channel of sampler channel #{0}
40     ChannelOutputRoutingDlg.ttAudioIn = The audio channel to which the sampler output channel is routed to
41 iliev 787
42 iliev 1143 ChanelsBar.name = Channels Toolbar
43 iliev 1357 ChannelsBar.volume = Master Volume {0}%
44 iliev 1143
45 iliev 787 CloseTabDlg.? = What do you want to do with channels in this tab?
46    
47 iliev 842 ConfirmationWizardPage.lAudioDevice = Audio Device:
48     ConfirmationWizardPage.lEngine = Sampler Engine:
49     ConfirmationWizardPage.lInfo = <html>This is your chance to review the choices you have made.<br>\
50     To create the sampler channel, press <b>Finish</b>. To modify<br>\
51     any of your choices, press <b>Back</b>.
52     ConfirmationWizardPage.lInstrFile = Instrument File:
53     ConfirmationWizardPage.lInstrIndex = Instrument Index:
54     ConfirmationWizardPage.lMidiChannel = MIDI Channel:
55     ConfirmationWizardPage.lMidiDevice = MIDI Device:
56     ConfirmationWizardPage.lMidiPort = MIDI Port:
57     ConfirmationWizardPage.notSpecified = (Not Specified)
58     ConfirmationWizardPage.subtitle = Confirmation
59    
60 iliev 1204 DbSearchPage.title = Find Instruments
61    
62 iliev 787 EngineWizardPage.lEngine = Sampler Engine:
63     EngineWizardPage.mainInstructions = Specify the engine to be used by this sampler channel.
64     EngineWizardPage.subtitle = Select sampler engine
65    
66 iliev 1285 FxSendsDlg.title = Effect Sends on Channel {0}
67 iliev 1204
68 iliev 911 GeneralPane.checkLeftPaneState = Remember Left Pane's state
69     GeneralPane.checkShowLSConsoleWhenRunScript = Show LS Console when script is run
70 iliev 842 GeneralPane.checkWindowSizeAndLocation = Remember window size and location
71    
72 iliev 1285 HelpAboutDlg.contactInfoPane = Contact Information
73 iliev 787 HelpAboutDlg.lAuthor = Author:
74     HelpAboutDlg.lAuthorEmail = Author's email:
75 iliev 1285 HelpAboutDlg.lCopyright = <html>\nCopyright &copy; 2005-2007 Grigor Iliev. All rights reserved.
76 iliev 787 HelpAboutDlg.lLSWebsite = LinuxSampler website:
77     HelpAboutDlg.lLSMailingList = LinuxSampler mailing list:
78     HelpAboutDlg.lLicense = License:
79     HelpAboutDlg.title = About JS Classic
80     HelpAboutDlg.tfAuthor = Grigor Iliev
81    
82 iliev 1204 InstrumentsDbFrame.ToolbarBar.name = Main Toolbar
83     InstrumentsDbFrame.columns = Columns
84     InstrumentsDbFrame.folders = Folders
85     InstrumentsDbFrame.title = Instruments Database
86    
87 iliev 842 InstrumentWizardPage.additionalInstructions = <html>\n <b>Note</b> that you <b>can not</b> \
88     load an instrument when no audio output device is selected. Please go back and select an audio output device.
89     InstrumentWizardPage.mainInstructions = <html>Specify an instrument to be loaded and assigned to this<br>\
90     sampler channel.
91 iliev 787 InstrumentWizardPage.subtitle = Choose instrument
92    
93 iliev 911 LSConsoleDlg.title = LS Console
94    
95 iliev 787 LibraryInfoDlg.lAuthor = Author:
96     LibraryInfoDlg.lLicense = License:
97     LibraryInfoDlg.lWebsite = Website:
98     LibraryInfoDlg.tfAuthor = Grigor Iliev
99    
100     MainFrame.title = JS Classic
101    
102 iliev 911 ManageOrchestrasPage.title = Manage Orchestras
103    
104 iliev 842 MidiChannelWizardPage.lChannel = MIDI Channel:
105     MidiChannelWizardPage.subtitle = Choose MIDI channel
106     MidiChannelWizardPage.mainInstructions = <html>\n Specify the MIDI channel on which this sampler channel<br> \
107     should listen to.
108    
109 iliev 787 MidiDevicesPage.DevicePropsDlg = Device Properties
110     MidiDevicesPage.lPorts = Port
111     MidiDevicesPage.ports = MIDI ports
112     MidiDevicesPage.title = MIDI Devices
113    
114     MidiDevicesTableModel.deviceID = Device ID
115     MidiDevicesTableModel.ports = Ports
116    
117     MidiDeviceWizardPage.lDevice = MIDI input device:
118     MidiDeviceWizardPage.subtitle = Choose MIDI input device
119 iliev 842 MidiDeviceWizardPage.mainInstructions = <html>Choose a MIDI input device to which this sampler channel<br>\
120 iliev 787 will be connected to.
121    
122 iliev 1143 MidiInstrumentMapsPage.editMap = Edit MIDI instrument map
123     MidiInstrumentMapsPage.editMap.tt = Edit selected MIDI instrument map
124     MidiInstrumentMapsPage.title = MIDI Instruments
125    
126 iliev 787 MidiPortWizardPage.lPort = MIDI port:
127 iliev 842 MidiPortWizardPage.mainInstructions = <html>\n Specify to which port of the MIDI device this sampler channel<br> should listen to.
128 iliev 787 MidiPortWizardPage.subtitle = Choose MIDI port
129    
130     NewChannelWizard.step1 = Configure MIDI input
131     NewChannelWizard.step2 = Configure audio output
132     NewChannelWizard.step3 = Select engine
133     NewChannelWizard.step4 = Choose instrument
134     NewChannelWizard.step5 = Confirm Choices
135     NewChannelWizard.title = New Channel Wizard
136    
137     NewChannelsTabDlg = New Channels Tab
138    
139     NewTabPane.lTitle = Title:
140    
141 iliev 911 OrchestrasPage.instruments = Instruments
142     OrchestrasPage.title = Orchestras
143    
144 iliev 787 PrefsDlg = Preferences
145     PrefsDlg.tabConnection = Connection
146 iliev 911 PrefsDlg.tabConsole = LS Console
147 iliev 1313 PrefsDlg.tabDefaults = Defaults
148 iliev 787 PrefsDlg.tabGeneral = General
149     PrefsDlg.tabView = View
150    
151 iliev 1143 RemoveMidiInstrumentMapDlg.lMap = Remove Map:
152     RemoveMidiInstrumentMapDlg.title = Remove MIDI Instrument Map
153    
154 iliev 1285 SamplerInfoDlg.lDbSupport = Instruments Database Support:
155 iliev 787 SamplerInfoDlg.lProtocolVersion = Protocol Version:
156     SamplerInfoDlg.lVersion = Version:
157     SamplerInfoDlg.title = Sampler Information
158     SamplerInfoDlg.unavailable = Information unavailable
159    
160 iliev 1143 StandardBar.name = Standard Toolbar
161    
162 iliev 787 Statusbar.pbTotalVoices = voices {0}
163 iliev 842 Statusbar.totalChannel = Total {0} sampler channel
164     Statusbar.totalChannels = Total {0} sampler channels
165 iliev 787
166     TasksPage.lAudioDevices = Audio devices
167     TasksPage.lChannels = Sampler channels
168     TasksPage.lMidiDevices = MIDI devices
169 iliev 911 TasksPage.lOrchestras = Orchestras
170 iliev 787 TasksPage.title = Tasks
171    
172 iliev 842 ViewPane.CustomColorsPane = Custom Colors
173 iliev 1143 ViewPane.channelBorderColor = Selected channel border color
174     ViewPane.checkHlChnBgColor = Highlighted channel background color
175     ViewPane.checkHlChnBorderColor = Highlighted channel border color
176     ViewPane.checkSelChnBgColor = Selected channel background color
177 iliev 842 ViewPane.choose = Choose...
178 iliev 787 ViewPane.lIfaceFont = Interface font:
179     ViewPane.lIfaceLanguage = Interface language:

  ViewVC Help
Powered by ViewVC