~mixxxdevelopers/mixxx/engine-control-refactor

« back to all changes in this revision

Viewing changes to mixxx/src/skin/tooltips.cpp

  • Committer: RJ Ryan
  • Date: 2013-06-04 00:41:29 UTC
  • mfrom: (2890.22.101 mixxx)
  • Revision ID: rryan@mixxx.org-20130604004129-8jjxkicsb3givu4a
MergingĀ fromĀ lp:mixxx.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    QString resetToDefault = tr("Reset to default value.");
31
31
    QString leftClick = tr("Left-click");
32
32
    QString rightClick = tr("Right-click");
 
33
    QString scrollWheel = tr("Scroll-wheel");
33
34
 
34
35
    add("waveform_overview")
35
36
            << tr("Waveform Overview")
43
44
            << tr("Shows the loaded track's waveform near the playback position.")
44
45
            << QString("%1: %2").arg(leftClick, scratchMouse)
45
46
            << QString("%1: %2").arg(rightClick, tr("Drag with mouse to make temporary pitch adjustments."))
 
47
            << QString("%1: %2").arg(scrollWheel, tr("Scroll to change the waveform zoom level."))
46
48
            << dropTracksHere;
47
49
 
48
50
    add("spinny")
135
137
            << tr("Show/hide the Vinyl Control section.")
136
138
            << tr("Activate Vinyl Control from the Menu -> Options.");
137
139
 
 
140
    add("show_previewdeck")
 
141
            << tr("Preview Deck")
 
142
            << tr("Show/hide the Preview deck.");
 
143
 
138
144
    add("microphone_volume")
139
145
            << tr("Microphone Volume")
140
146
            << tr("Adjusts the microphone volume.")
278
284
            << QString("%1: %2").arg(leftClick, tr("Fast forward through the track."))
279
285
            << QString("%1: %2").arg(rightClick, tr("Jumps to the end of the track."));
280
286
 
 
287
    // Ghetto-Sync (TM)
281
288
    add("beatsync_beatsync_tempo")
282
289
            << tr("Synchronize")
283
290
            << QString("%1: %2").arg(leftClick, tr("Syncs the tempo (BPM) and phase to that of the other track, "))
284
291
            << tr("if BPM is detected on both.")
285
292
            << QString("%1: %2").arg(rightClick, tr("Syncs the tempo (BPM) to that of the other track,"))
286
 
            << tr("if BPM is detected on both.");
 
293
            << tr("if BPM is detected on both.")
 
294
            << tr("Syncs to the first deck (in numerical order) that is playing a track and has a BPM.")
 
295
            << tr("If no deck is playing, syncs to the first deck that has a BPM.")
 
296
            << tr("Decks can't sync to samplers and samplers can only sync to decks.");
287
297
 
288
298
    add("rate")
289
299
            << tr("Pitch Control")
349
359
            << QString("%1: %2").arg(rightClick, tr("Temporarily setup a rolling loop over the set number of beats."))
350
360
            << tr("Playback will resume where the track would have been if it had not entered the loop.");
351
361
 
 
362
    add("loop_exit")
 
363
            << tr("Loop Exit")
 
364
            << tr("Turns the current loop off.")
 
365
            << tr("Works only if Loop-In and Loop-Out marker are set.");
 
366
 
352
367
    add("reloop_exit")
353
368
            << tr("Reloop/Exit")
354
369
            << tr("Toggles the current loop on or off.")
391
406
            << tr("Displays the album name of the loaded track.")
392
407
            << trackTags;
393
408
 
 
409
    add("track_key")
 
410
            //: The musical key of a track
 
411
            << tr("Track Key")
 
412
            << tr("Displays the musical key of the loaded track.")
 
413
            << trackTags;
 
414
 
394
415
    add("text")
395
416
            << tr("Track Artist/Title")
396
417
            << tr("Displays the artist and title of the loaded track.")