comparison help/help_mp-en.h @ 34163:95c396eb89ab

Internationalize and localize the Win32 GUI. Replace string constants by symbolic constants and add new symbolic constants where necessary.
author ib
date Tue, 25 Oct 2011 13:46:43 +0000
parents e1bec41397bb
children b52b47822e16
comparison
equal deleted inserted replaced
34162:9b1b7d46b8d0 34163:95c396eb89ab
808 808
809 // wsxdnd.c 809 // wsxdnd.c
810 #define MSGTR_WS_NotAFile "This does not seem to be a file...\n" 810 #define MSGTR_WS_NotAFile "This does not seem to be a file...\n"
811 #define MSGTR_WS_DDNothing "D&D: Nothing returned!\n" 811 #define MSGTR_WS_DDNothing "D&D: Nothing returned!\n"
812 812
813 // Win32 GUI
814 #define MSGTR_Close "Close"
815 #define MSGTR_Default "Defaults"
816 #define MSGTR_Down "Down"
817 #define MSGTR_Load "Load"
818 #define MSGTR_Save "Save"
819 #define MSGTR_Up "Up"
820 #define MSGTR_DirectorySelect "Select directory..."
821 #define MSGTR_PlaylistSave "Save playlist..."
822 #define MSGTR_PlaylistSelect "Select playlist..."
823 #define MSGTR_SelectChapter "Select chapter..."
824 #define MSGTR_MENU_DebugConsole "Debug Console"
825 #define MSGTR_MENU_OnlineHelp "Online Help"
826 #define MSGTR_MENU_PlayDirectory "Play directory..."
827 #define MSGTR_MENU_SeekBack "Seek Backwards"
828 #define MSGTR_MENU_SeekForw "Seek Forwards"
829 #define MSGTR_MENU_ShowHide "Show/Hide"
830 #define MSGTR_MENU_SubtitlesOnOff "Subtitle Visibility On/Off"
831 #define MSGTR_PLAYLIST_AddFile "Add File..."
832 #define MSGTR_PLAYLIST_AddURL "Add URL..."
833 #define MSGTR_PREFERENCES_Priority "Priority:"
834 #define MSGTR_PREFERENCES_PriorityHigh "high"
835 #define MSGTR_PREFERENCES_PriorityLow "low"
836 #define MSGTR_PREFERENCES_PriorityNormal "normal"
837 #define MSGTR_PREFERENCES_PriorityNormalAbove "above normal"
838 #define MSGTR_PREFERENCES_PriorityNormalBelow "below normal"
839 #define MSGTR_PREFERENCES_VideoInSubwin "Display videos in the sub window (DirectX only)"
840
841
813 // ======================= video output drivers ======================== 842 // ======================= video output drivers ========================
814 843
815 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"\ 844 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"\
816 "Try appending the scale filter to your filter list,\n"\ 845 "Try appending the scale filter to your filter list,\n"\
817 "e.g. -vf spp,scale instead of -vf spp.\n" 846 "e.g. -vf spp,scale instead of -vf spp.\n"