hydrogen 1.2.6
CommonStrings.cpp
Go to the documentation of this file.
1/*
2 * Hydrogen
3 * Copyright(c) 2008-2025 The hydrogen development team [hydrogen-devel@lists.sourceforge.net]
4 *
5 * http://www.hydrogen-music.org
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY, without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 *
21 */
22
23#include "CommonStrings.h"
24
26 /*: Text displayed on the button to show the Playback track. Its size
27 is designed to hold a single character.*/
28 m_sPlaybackTrackButton = tr( "P" );
29
30 /*: Text displayed on the button for soloing an instrument strip in
31 the mixer. Its size is designed for a single character.*/
32 m_sSmallSoloButton = tr( "S" );
33 /*: Text displayed on the button for muting an instrument strip in
34 the mixer. Its size is designed for a single character.*/
35 m_sSmallMuteButton = tr( "M" );
36 /*: Text displayed on the button for muting the master strip. Its
37 size is designed for a four characters.*/
38 m_sBigMuteButton = tr( "Mute" );
39 /*: Text displayed on the button for bypassing an element. Its
40 size is designed for a three characters.*/
41 m_sBypassButton = tr( "BYP" );
42 /*: Text displayed on the button for editing an element. Its
43 size is designed for a four characters.*/
44 m_sEditButton = tr( "Edit" );
45 /*: Text displayed on the button to clear all patterns in the
46 SongEditor. Its size is designed to hold five characters.*/
47 m_sClearButton = tr( "Clear" );
48 /*: Text displayed on the button to show the Timeline. Its size
49 is designed to hold a single character.*/
50 m_sTimelineButton = tr( "T" );
51 /*: Text displayed on the button to activate the Timeline. Its size
52 is designed to hold eight characters.*/
53 m_sTimelineBigButton = tr( "Timeline" );
54 /*: Text displayed on the button to enable the LADSPA effect strips. Its size
55 is designed to hold two characters.*/
56 m_sFXButton = tr( "FX" );
57 /*: Text displayed on the button to show the instrument peaks. Its size
58 is designed to hold four characters.*/
59 m_sPeakButton = tr( "Peak" );
60 /*: Text displayed on the button to show the Instrument Rack. Its size
61 is designed to hold seven characters but is quite flexible.*/
62 m_sGeneralButton = tr( "General" );
63 /*: Text displayed on the button to show the Instrument Editor in the Instrument Rack. Its size
64 is designed to hold ten characters but is quite flexible.*/
65 m_sInstrumentButton = tr( "Instrument" );
66 /*: Text displayed on the button to show the Sound Library in the Instrument Rack. Its size
67 is designed to hold ten characters but is quite flexible.*/
68 m_sSoundLibraryButton = tr( "Sound Library" );
69 /*: Text displayed on the button to show the Layer view of the Instrument Rack. Its size
70 is designed to hold six characters but is quite flexible.*/
71 m_sLayersButton = tr( "Layers" );
72 /*: Text displayed on the button to load a layer into an
73 instrument. Its size is designed to hold ten characters but is quite
74 flexible.*/
75 m_sLoadLayerButton = tr( "Load Layer" );
76
77 /*: Text displayed on the button to delete a layer into an
78 instrument. Its size is designed to hold twelve characters but is quite
79 flexible.*/
80 m_sDeleteLayerButton = tr( "Delete Layer" );
81
82 /*: Text displayed on the button to edit a layer into an
83 instrument. Its size is designed to hold ten characters but is quite
84 flexible.*/
85 m_sEditLayerButton = tr( "Edit Layer" );
86
87 /*: Text displayed on the button to activate the Beat Counter. Its
88 size is designed to hold two characters in two separate rows.*/
89 m_sBeatCounterButton = tr( "B\nC" );
90
91 /*: Text displayed on the button indicating that the Beat Counter will
92 only set tempo. Its size is designed to hold one character.*/
94 /*: Text displayed on the button indicating that the Beat Counter will
95 start playing after setting the tempo. Its size is designed to hold one character.*/
97
98 /*: Text displayed on the button to activate the resampling using
99 Rubberband. Its
100 size is designed to hold three characters in two separate rows.*/
101 m_sRubberbandButton = tr( "R\nU\nB" );
102
103 /*: Text displayed on the button to activate the JACK transport control. Its
104 size is designed to hold seven characters and is moderately flexible.*/
105 m_sJackTransportButton = tr( "J.Trans" );
106 /*: Text displayed on the button to register Hydrogen to be in the JACK
107 Timebase control. Its size is designed to hold eight characters and is
108 moderately flexible.*/
109 m_sJackTimebaseButton = tr( "Timebase" );
110 /*: Text displayed on the button to show the Mixer window. Its
111 size is designed to hold five characters and is flexible.*/
112 m_sMixerButton = tr( "Mixer" );
113 /*: Text displayed on the button to show the Instrument Rack. Its
114 size is designed to hold 15 characters and is flexible.*/
115 m_sInstrumentRackButton = tr( "Instrument Rack" );
116
117 /*: Text displayed on the button activating Pattern Mode for playback. Its
118 size is designed to hold seven characters and is slightly flexible.*/
119 m_sPatternModeButton = tr( "Pattern" );
120 /*: Text displayed on the button activating Song Mode for playback. Its
121 size is designed to hold four characters and is slightly flexible.*/
122 m_sSongModeButton = tr( "Song" );
123
124 /*: Text displayed below the rotary to adjust the attack of the
125 ADSR in the Instrument Editor. Designed to hold six characters
126 but flexible.*/
127 m_sAttackLabel = tr( "Attack" );
128 /*: Text displayed below the rotary to adjust the decay of the
129 ADSR in the Instrument Editor. Designed to hold five characters
130 but flexible.*/
131 m_sDecayLabel = tr( "Decay" );
132 /*: Text displayed below the rotary to adjust the sustain of the
133 ADSR in the Instrument Editor. Designed to hold seven characters
134 but flexible.*/
135 m_sSustainLabel = tr( "Sustain" );
136 /*: Text displayed below the rotary to adjust the release of the
137 ADSR in the Instrument Editor. Designed to hold seven characters
138 but flexible.*/
139 m_sReleaseLabel = tr( "Release" );
140 /*: Text displayed below the LCD to set the output MIDI channel
141 in the Instrument Editor. Designed to hold seven characters but
142 flexible.*/
143 m_sMidiOutChannelLabel = tr( "Channel" );
144 /*: Text displayed below the LCD to set the output MIDI note
145 in the Instrument Editor. Designed to hold four characters but
146 flexible.*/
147 m_sMidiOutNoteLabel = tr( "Note" );
148 /*: Text displayed in the left part of the row of the Instrument
149 Editor concerned with MIDI output parameters. Designed to hold
150 eleven characters but flexible.*/
151 m_sMidiOutLabel = tr( "MIDI Output" );
152 /*: Text displayed in the Instrument Editor in the row of the
153 pitch widget. Designed to hold five characters but flexible.*/
154 m_sPitchLabel = tr( "Pitch" );
155 /*: Text displayed below the rotary to adjust the deterministic
156 part of the instrument pitch in front of decimal point in the
157 Instrument Editor. Designed to hold six characters but
158 flexible.*/
159 m_sPitchCoarseLabel = tr( "Coarse" );
160 /*: Text displayed below the rotary to adjust the deterministic
161 part of the instrument pitch after decimal point in the
162 Instrument Editor. Designed to hold four characters but
163 flexible.*/
164 m_sPitchFineLabel = tr( "Fine" );
165 /*: Text displayed below the rotary to adjust the random part of
166 the instrument pitch in the Instrument Editor. Designed to hold
167 six characters but flexible.*/
168 m_sPitchRandomLabel = tr( "Random" );
169 /*: Text displayed below the rotary to adjust the instrument gain
170 in the Instrument Editor. Designed to hold four characters but
171 flexible.*/
172 m_sGainLabel = tr( "Gain" );
173 /*: Text displayed below the LCD to set the mute group in the
174 Instrument Editor. Designed to hold ten characters but
175 flexible.*/
176 m_sMuteGroupLabel = tr( "Mute Group" );
177 /*: Text displayed next to the checkbox to activate the auto stop
178 note feature in the Instrument Editor. Designed to hold 14
179 characters but flexible.*/
180 m_sIsStopNoteLabel = tr( "Auto-Stop Note" );
181 /*: Text displayed next to the checkbox to activate the apply
182 velocity feature in the Instrument Editor. Designed to hold 14
183 characters but flexible.*/
184 m_sApplyVelocityLabel = tr( "Apply Velocity" );
185 /*: Text displayed below the LCD to set the hihat pressure group
186 in the Instrument Editor. Designed to hold 13 characters but
187 is only moderately flexible.*/
188 m_sHihatGroupLabel = tr( "HH Press. Grp" );
189 /*: Text displayed below the LCD to set the maximum range of the
190 hihat pressure group in the Instrument Editor. Designed to hold
191 nine characters but flexible.*/
192 m_sHihatMaxRangeLabel = tr( "Max Range" );
193 /*: Text displayed below the LCD to set the minimum range of the
194 hihat pressure group in the Instrument Editor. Designed to hold
195 nine characters but flexible.*/
196 m_sHihatMinRangeLabel = tr( "Min Range" );
197 /*: Text displayed below the rotary to adjust the cutoff frequency
198 of the lowpass filter applied to the instrument in the Instrument
199 Editor. Designed to hold six characters but flexible.*/
200 m_sCutoffLabel = tr( "Cutoff" );
201 /*: Text displayed below the rotary to adjust the resonance frequency
202 of the lowpass filter applied to the instrument in the Instrument
203 Editor. Designed to hold ten characters but flexible.*/
204 m_sResonanceLabel = tr( "Resonance" );
205 /*: Text displayed below the rotary to adjust the layer gain
206 in the Instrument Editor. Designed to hold six characters but
207 flexible.*/
208 m_sLayerGainLabel = tr( "L. Gain" );
209 /*: Text displayed below the rotary to adjust the component gain
210 in the Instrument Editor. Designed to hold six characters but
211 flexible.*/
212 m_sComponentGainLabel = tr( "C. Gain" );
213 /*: Text displayed left of the sample selection LCD combo in the
214 Instrument Editor. Designed to hold eleven characters but not
215 that flexible.*/
216 m_sSampleSelectionLabel = tr( "Sample Sel." );
217 /*: Text displayed left of the pattern size LCD combo in the panel
218 of the Pattern Editor.*/
219 m_sPatternSizeLabel = tr( "Size" );
220 /*: Text displayed left of the resolution LCD combo in the panel
221 of the Pattern Editor.*/
222 m_sResolutionLabel = tr( "Res" );
223 /*: Text displayed left of the button to activate the playback of
224 inserted notes in the panel of the Pattern Editor.*/
225 m_sHearNotesLabel = tr( "Hear" );
226 /*: Text displayed left of the button to toggle the quantization
227 in the panel of the Pattern Editor.*/
228 m_sQuantizeEventsLabel = tr( "Quant" );
229 /*: Text displayed left of the button to switch between the
230 Drum Pattern Editor and the Piano Roll Editor in the panel
231 of the Pattern Editor.*/
232 m_sShowPianoLabel = tr( "Input" );
233 /*: Text displayed in the Player Control to indicate incoming MIDI
234 events. Designed to hold seven characters but not that
235 flexible.*/
236 m_sMidiInLabel = tr( "MIDI-In" );
237 /*: Text displayed in the Player Control to indicate the CPU
238 load. Designed to hold three characters but not that flexible.*/
239 m_sCpuLabel = tr( "CPU" );
240 /*: Text displayed in the Player Control to indicate where the set
241 the tempo of the song. Designed to hold three characters but not
242 that flexible.*/
243 m_sBPMLabel = tr( "BPM" );
244 /*: Text displayed in the Player Control to indicate the number of
245 hours passed since playback started. Designed to hold three
246 characters but not that flexible.*/
247 m_sTimeHoursLabel = tr( "Hrs" );
248 /*: Text displayed in the Player Control to indicate the number of
249 minutes passed since playback started. Designed to hold three
250 characters but not that flexible.*/
251 m_sTimeMinutesLabel = tr( "Min" );
252 /*: Text displayed in the Player Control to indicate the number of
253 seconds passed since playback started. Designed to hold three
254 characters but not that flexible.*/
255 m_sTimeSecondsLabel = tr( "Sec" );
256 /*: Text displayed in the Player Control to indicate the number of
257 milliseconds passed since playback started. Designed to hold three
258 characters but not that flexible.*/
259 m_sTimeMilliSecondsLabel = tr( "1/1000" );
260 /*: Text displayed in the Master Mixer Strip as a heading for the
261 humanization rotaries. Designed to hold eight characters but not
262 that flexible.*/
263 m_sHumanizeLabel = tr( "Humanize" );
264 /*: Text displayed in the Master Mixer Strip as a heading for the
265 swing humanization rotary. Designed to hold five characters but
266 flexible.*/
267 m_sSwingLabel = tr( "Swing" );
268 /*: Text displayed in the Master Mixer Strip as a heading for the
269 timing humanization rotary. Designed to hold six characters but
270 flexible.*/
271 m_sTimingLabel = tr( "Timing" );
272 /*: Text displayed in the Master Mixer Strip as a heading for the
273 velocity humanization rotary. Designed to hold eight characters
274 flexible.*/
275 m_sVelocityLabel = tr( "Velocity" );
276 /*: Text displayed as the title of the Master Mixer
277 Strip. Designed to hold six characters but flexible.*/
278 m_sMasterLabel = tr( "Master" );
279 /*: Text displayed below the rotary in the FX Mixerline. Designed
280 to hold six characters but flexible.*/
281 m_sReturnLabel = tr( "Return" );
282
283 /*: Displayed in the tooltip of input widgets. Indicates the
284 allowed values from minimum to maximum.*/
285 m_sRangeTooltip = tr( "Range" );
286 /*: Displayed in the tooltip of input widgets. General heading of
287 the part associating the Action of the widget with the MIDI
288 event and parameter it is bound to.*/
289 m_sMidiTooltipHeading = tr( "MIDI" );
290 /*: Displayed in the tooltip of input widgets. Body of the part
291 associating the Action of the widget with the MIDI event and
292 parameter it is bound to. It's full context is "ACTION bound to
293 [EVENT : PARAMETER]".*/
294 m_sMidiTooltipBound = tr( "bound to" );
295 /*: Displayed in the tooltip of input widgets. Body of the part
296 displaying the Action that is not associate to a MIDI event
297 yet. It's full context is "ACTION not bound".*/
298 m_sMidiTooltipUnbound = tr( "not bound" );
299 /*: Displayed on both LCDSpinBoxes used for the pattern size while
300 playback is rolling.*/
301 m_sPatternSizeDisabledTooltip = tr( "It's not possible to change the pattern size when playing." );
302
303 /*: Displayed when hovering over the button in the
304 PatternEditorPanel to activate the DrumkitEditor.*/
305 m_sShowDrumkitEditorTooltip = tr( "Show drumkit editor" );
306 /*: Displayed when hovering over the button in the
307 PatternEditorPanel to activate the PianoRollEditor.*/
308 m_sShowPianoRollEditorTooltip = tr( "Show piano roll editor" );
309
310 m_sAudioDriverStartError = tr( "Unable to start audio driver!" );
311 m_sAudioDriverErrorHint = tr( "Please use the Preferences to select a different one." );
312 m_sAudioDriverNotPresent = tr( "No audio driver set!" );
313
314 m_sJackTimebaseTooltip = tr("No external JACK Timebase controller. Press to make Hydrogen in control.");
315 m_sJackTimebaseListenerTooltip = tr("Hydrogen is listening to tempo and position info. Press to make Hydrogen in control instead.");
316 m_sJackTimebaseDisabledTooltip = tr( "JACK timebase support is disabled in the Preferences" );
317
318 /*: Title of the window displayed when using the MIDI learning
319 capabilities of Hydrogen.*/
320 m_sMidiSenseWindowTitle = tr( "Waiting..." );
321 /*: Text displayed when using the MIDI learning capabilities of
322 Hydrogen. Only displayed if the widget has an associated
323 action.*/
324 m_sMidiSenseInput = tr( "Waiting for MIDI input..." );
325 /*: Displayed in the popup window when using the MIDI learning
326 capabilities of Hydrogen. Indicating that there is not Action
327 which could be associated to a MIDI event.*/
328 m_sMidiSenseUnavailable = tr( "This element is not MIDI operable." );
329
330 m_sPatternLoadError = tr( "Unable to load pattern" );
331 m_sInstrumentLoadError = tr( "Unable to load instrument" );
332
333 /*: Error message shown when attempt to export a song, pattern,
334 drumkit, MIDI etc. into a read-only folder.*/
335 m_sFileDialogMissingWritePermissions = tr( "You do not have permissions to write to the selected folder. Please select another one." );
336
337 /*: Displayed within a status message when activating a widget.*/
338 m_sStatusOn = tr( "on" );
339 /*: Displayed within a status message when deactivating a widget.*/
340 m_sStatusOff = tr( "off" );
341 /*: Displayed within a status message when enabling a widget.*/
342 m_sStatusEnabled = tr( "enabled" );
343 /*: Displayed within a status message when disabling a widget.*/
344 m_sStatusDisabled = tr( "disabled" );
345
346 m_sTimelineEnabled = tr( "Enable the Timeline for custom tempo changes" );
347 m_sTimelineDisabledPatternMode = tr( "The Timeline is only available in Song Mode" );
348 m_sTimelineDisabledTimebaseListener = tr( "In the presence of an external JACK Timebase controller the tempo can not be altered from within Hydrogen" );
349 m_sPatternEditorLocked = tr( "Lock the Pattern Editor to only show and follow the pattern recorded notes will be inserted into while in Song Mode." );
350
351 /*: Displayed in the Preferences dialog in the info section for a
352 particular driver in case it is not properly supported on the
353 system.*/
354 m_sPreferencesNotCompiled = tr( "Not compiled" );
355 /*: Displayed in the Preferences dialog within a driver combobox
356 in case no driver was selected.*/
357 m_sPreferencesNone = tr( "None" );
358 /*: Displayed in the Preferences dialog as a tooltip for both the
359 sample rate combobox and buffer size spinbox.*/
360 m_sPreferencesJackTooltip = tr( "Both buffer size and sample rate can only be altered in the configuration of the JACK server itself." );
361
362 /*: Text displayed on a Ok button of a dialog. The character after
363 the '&' symbol can be used as a hotkey and the '&' symbol itself
364 will not be displayed.*/
365 m_sButtonOk = tr( "&Ok" );
366 /*: Text displayed on a Save button of a dialog. The character after
367 the '&' symbol can be used as a hotkey and the '&' symbol itself
368 will not be displayed.*/
369 m_sButtonSave = tr( "&Save" );
370 /*: Text displayed on a Cancel button of a dialog. The character
371 after the '&' symbol can be used as a hotkey and the '&' symbol
372 itself will not be displayed.*/
373 m_sButtonCancel = tr( "&Cancel" );
374 /*: Text displayed on a Discard button of a dialog. The character
375 after the '&' symbol can be used as a hotkey and the '&' symbol
376 itself will not be displayed.*/
377 m_sButtonDiscard = tr( "&Discard" );
378 /*: Text displayed on a Play button which will start playback. The
379 character after the '&' symbol can be used as a hotkey and the
380 '&' symbol itself will not be displayed.*/
381 m_sButtonPlay = tr( "&Play" );
382 /*: Text displayed on a Play button in the SampleEditor which will
383 start playback of the original file. The character after the '&'
384 symbol can be used as a hotkey and the '&' symbol itself will
385 not be displayed.*/
386 m_sButtonPlayOriginalSample = tr( "Play &original sample" );
387 /*: Displayed in popup dialogs in case the user attempts to close
388 a window which still contains unsaved changes. The '\n'
389 character introduces a linebreak and must not be translated*/
390 m_sUnsavedChanges = tr( "Unsaved changes left. These changes will be lost. \nAre you sure?" );
391
392 m_sMutableDialog = tr( "Don't show this message again" );
393
394 // Not used yet.
395 /*: Displayed in the Open dialog window if the selected song could
396 not be loaded.*/
397 // m_sDialogSongLoadError = tr( "Error loading song." );
398 /*: Heading displayed in the info box asking the user to recover
399 unsaved changes from an earlier session.*/
400 // m_sDialogUnsavedChangedH1 = tr( "There are unsaved changes." );
401 /*: Additional text displayed in the info box asking the user to
402 recover unsaved changes from an earlier session.*/
403 // m_sDialogUnsavedChangedH2 = tr( "Do you want to recover them?" );
404
405 /*: Label corresponding to the line edit in the drumkit and song
406 properties dialog used to enter the license*/
407 m_sLicenseStringLbl = tr( "License String" );
408 /*: Tool tip used for the combo boxes in both the drumkit and song
409 property dialog to set a predefined license type.*/
410 m_sLicenseComboToolTip = tr( "License parsed from License String. You can use this combo box to overwrite the current license with a predefined one" );
411 m_sLicenseStringToolTip = tr( "License string written to disk. You can customize it to e.g. include an attribution other then the author. But be aware that it will be overwritten once you select a different license" );
412
413 m_sLicenseCopyleftWarning = tr( "You used drumkit samples holding a <b>copyleft license</b>. Be aware that <b>you are legally obliged to make a copy publicly available and can not prevent its redistribution by others.</b>" );
414 m_sLicenseAttributionWarning = tr( "All license containing the letters 'CC BY' <b>require you to give an attribution</b> by naming drumkit, author, as well as the license itself." );
415 /*: Shown as title in dialogs used to inform the user about
416 license issues and information.*/
417 m_sLicenseWarningWindowTitle = tr( "License Warning" );
418
419 m_sSoundLibraryFailedPreDrumkitLoad = tr( "Drumkit registered in the current song can not be found on disk.\nPlease load an existing drumkit first.\nCurrent kit:" );
420
421 /*: Suffix appended to a drumkit, song, or pattern name in case it
422 * is found on system-level and is read-only. */
423 m_sSoundLibrarySystemSuffix = tr( "system" );
424 /*: Suffix appended to a drumkit that are loaded non-persistently
425 * into the current Hydrogen session. */
426 m_sSoundLibrarySessionSuffix = tr( "session" );
427
428 /*: Displayed in a warning message in case the user tries to read
429 * or write data to a file/path Hydrogen can not handle in the
430 * current encoding.*/
431 m_sEncodingError = tr( "The provided filename can not be handled by your current encoding" );
432}
433
QString m_sLicenseWarningWindowTitle
QString m_sClearButton
QString m_sBigMuteButton
QString m_sMidiSenseWindowTitle
QString m_sQuantizeEventsLabel
QString m_sTimelineButton
QString m_sSongModeButton
QString m_sShowPianoRollEditorTooltip
QString m_sHearNotesLabel
QString m_sTimelineEnabled
QString m_sLicenseCopyleftWarning
QString m_sRubberbandButton
QString m_sSampleSelectionLabel
QString m_sBeatCounterButton
QString m_sLoadLayerButton
QString m_sComponentGainLabel
QString m_sSustainLabel
QString m_sSwingLabel
QString m_sAudioDriverNotPresent
QString m_sMidiTooltipUnbound
QString m_sEncodingError
QString m_sUnsavedChanges
QString m_sRangeTooltip
QString m_sPatternModeButton
QString m_sLayersButton
QString m_sIsStopNoteLabel
QString m_sJackTimebaseButton
QString m_sPatternSizeDisabledTooltip
QString m_sJackTimebaseDisabledTooltip
QString m_sPatternSizeLabel
QString m_sMutableDialog
QString m_sTimeSecondsLabel
QString m_sPitchCoarseLabel
QString m_sCpuLabel
QString m_sMidiSenseUnavailable
QString m_sMidiInLabel
QString m_sTimingLabel
QString m_sPreferencesJackTooltip
QString m_sInstrumentButton
QString m_sJackTransportButton
QString m_sInstrumentRackButton
QString m_sPeakButton
QString m_sGainLabel
QString m_sBypassButton
QString m_sCutoffLabel
QString m_sLicenseAttributionWarning
QString m_sButtonCancel
QString m_sLicenseStringLbl
QString m_sReleaseLabel
QString m_sMidiOutChannelLabel
QString m_sLayerGainLabel
QString m_sTimelineBigButton
QString m_sAudioDriverStartError
QString m_sResolutionLabel
QString m_sReturnLabel
QString m_sAttackLabel
QString m_sSoundLibraryFailedPreDrumkitLoad
QString m_sPlaybackTrackButton
QString m_sSoundLibrarySessionSuffix
QString m_sMidiTooltipHeading
QString m_sEditLayerButton
QString m_sStatusOff
QString m_sResonanceLabel
QString m_sMidiOutNoteLabel
QString m_sInstrumentLoadError
QString m_sTimelineDisabledPatternMode
QString m_sPatternEditorLocked
QString m_sButtonOk
QString m_sLicenseStringToolTip
QString m_sFXButton
QString m_sMasterLabel
QString m_sButtonSave
QString m_sPreferencesNone
QString m_sSmallSoloButton
QString m_sBPMLabel
QString m_sJackTimebaseListenerTooltip
QString m_sMixerButton
QString m_sHihatMinRangeLabel
QString m_sLicenseComboToolTip
QString m_sTimeMinutesLabel
QString m_sButtonDiscard
QString m_sDecayLabel
QString m_sAudioDriverErrorHint
QString m_sFileDialogMissingWritePermissions
QString m_sPitchRandomLabel
QString m_sButtonPlayOriginalSample
QString m_sSoundLibraryButton
QString m_sDeleteLayerButton
QString m_sShowDrumkitEditorTooltip
QString m_sJackTimebaseTooltip
QString m_sTimelineDisabledTimebaseListener
QString m_sGeneralButton
QString m_sStatusEnabled
QString m_sPitchLabel
QString m_sHumanizeLabel
QString m_sPreferencesNotCompiled
QString m_sPatternLoadError
QString m_sMidiSenseInput
QString m_sHihatMaxRangeLabel
QString m_sPitchFineLabel
QString m_sBeatCounterSetPlayButtonOn
QString m_sSoundLibrarySystemSuffix
QString m_sApplyVelocityLabel
QString m_sVelocityLabel
QString m_sTimeHoursLabel
QString m_sStatusDisabled
QString m_sTimeMilliSecondsLabel
QString m_sBeatCounterSetPlayButtonOff
QString m_sMidiOutLabel
QString m_sMuteGroupLabel
QString m_sSmallMuteButton
QString m_sHihatGroupLabel
QString m_sEditButton
QString m_sStatusOn
QString m_sMidiTooltipBound
QString m_sShowPianoLabel
QString m_sButtonPlay