comparison help/help_mp-en.h @ 33874:e1bec41397bb

Don't let VCD track number and guiInfo.Track differ. Internally use guiInfo.Track for the track without offset now and externally speak of "titles" to the user. The titles are given minus the VCD metadata track. (The dynamic label variable $t isn't affected.) This also fixes some strange behavior when using the prev/next buttons when no VCD could be loaded. Rename MSGTR_VCDTrack MSGTR_Title to reflect the change.
author ib
date Wed, 10 Aug 2011 14:48:49 +0000
parents 1d054f341ec3
children 95c396eb89ab
comparison
equal deleted inserted replaced
33873:983ffb8be5bd 33874:e1bec41397bb
540 #define MSGTR_Network "Network streaming..." 540 #define MSGTR_Network "Network streaming..."
541 // Note: If you change MSGTR_Preferences please see if it still fits MSGTR_MENU_Preferences 541 // Note: If you change MSGTR_Preferences please see if it still fits MSGTR_MENU_Preferences
542 #define MSGTR_Preferences "Preferences" 542 #define MSGTR_Preferences "Preferences"
543 #define MSGTR_AudioPreferences "Audio driver configuration" 543 #define MSGTR_AudioPreferences "Audio driver configuration"
544 #define MSGTR_NoMediaOpened "No media opened." 544 #define MSGTR_NoMediaOpened "No media opened."
545 #define MSGTR_VCDTrack "VCD track %d" 545 #define MSGTR_Title "Title %d"
546 #define MSGTR_NoChapter "No chapter" 546 #define MSGTR_NoChapter "No chapter"
547 #define MSGTR_Chapter "Chapter %d" 547 #define MSGTR_Chapter "Chapter %d"
548 #define MSGTR_NoFileLoaded "No file loaded." 548 #define MSGTR_NoFileLoaded "No file loaded."
549 549
550 // --- buttons --- 550 // --- buttons ---