comparison help/help_mp-en.h @ 27924:086d90e16523

Cosmetics, mostly line shifting to match English master
author reynaldo
date Tue, 18 Nov 2008 20:34:07 +0000
parents 77cedfa1fb7c
children 71d37b79fb52
comparison
equal deleted inserted replaced
27923:17b82082ac4a 27924:086d90e16523
676 #define MSGTR_PREFERENCES_Video MSGTR_EQU_Video 676 #define MSGTR_PREFERENCES_Video MSGTR_EQU_Video
677 #define MSGTR_PREFERENCES_SubtitleOSD "Subtitles & OSD" 677 #define MSGTR_PREFERENCES_SubtitleOSD "Subtitles & OSD"
678 #define MSGTR_PREFERENCES_Codecs "Codecs & demuxer" 678 #define MSGTR_PREFERENCES_Codecs "Codecs & demuxer"
679 // Note: If you change MSGTR_PREFERENCES_Misc see if it still fits MSGTR_PREFERENCES_FRAME_Misc 679 // Note: If you change MSGTR_PREFERENCES_Misc see if it still fits MSGTR_PREFERENCES_FRAME_Misc
680 #define MSGTR_PREFERENCES_Misc "Misc" 680 #define MSGTR_PREFERENCES_Misc "Misc"
681
682 #define MSGTR_PREFERENCES_None "None" 681 #define MSGTR_PREFERENCES_None "None"
683 #define MSGTR_PREFERENCES_DriverDefault "driver default" 682 #define MSGTR_PREFERENCES_DriverDefault "driver default"
684 #define MSGTR_PREFERENCES_AvailableDrivers "Available drivers:" 683 #define MSGTR_PREFERENCES_AvailableDrivers "Available drivers:"
685 #define MSGTR_PREFERENCES_DoNotPlaySound "Do not play sound" 684 #define MSGTR_PREFERENCES_DoNotPlaySound "Do not play sound"
686 #define MSGTR_PREFERENCES_NormalizeSound "Normalize sound" 685 #define MSGTR_PREFERENCES_NormalizeSound "Normalize sound"
777 #define MSGTR_PREFERENCES_FPS "Movie FPS:" 776 #define MSGTR_PREFERENCES_FPS "Movie FPS:"
778 #define MSGTR_PREFERENCES_ShowVideoWindow "Show video window when inactive" 777 #define MSGTR_PREFERENCES_ShowVideoWindow "Show video window when inactive"
779 #define MSGTR_PREFERENCES_ArtsBroken "Newer aRts versions are incompatible "\ 778 #define MSGTR_PREFERENCES_ArtsBroken "Newer aRts versions are incompatible "\
780 "with GTK 1.x and will crash GMPlayer!" 779 "with GTK 1.x and will crash GMPlayer!"
781 780
781 // -- aboutbox
782 #define MSGTR_ABOUT_UHU "GUI development sponsored by UHU Linux\n" 782 #define MSGTR_ABOUT_UHU "GUI development sponsored by UHU Linux\n"
783 #define MSGTR_ABOUT_Contributors "Code and documentation contributors\n" 783 #define MSGTR_ABOUT_Contributors "Code and documentation contributors\n"
784 #define MSGTR_ABOUT_Codecs_libs_contributions "Codecs and third party libraries\n" 784 #define MSGTR_ABOUT_Codecs_libs_contributions "Codecs and third party libraries\n"
785 #define MSGTR_ABOUT_Translations "Translations\n" 785 #define MSGTR_ABOUT_Translations "Translations\n"
786 #define MSGTR_ABOUT_Skins "Skins\n" 786 #define MSGTR_ABOUT_Skins "Skins\n"
820 #define MSGTR_WS_DpmsNotEnabled "Could not enable DPMS.\n" 820 #define MSGTR_WS_DpmsNotEnabled "Could not enable DPMS.\n"
821 821
822 // wsxdnd.c 822 // wsxdnd.c
823 #define MSGTR_WS_NotAFile "This does not seem to be a file...\n" 823 #define MSGTR_WS_NotAFile "This does not seem to be a file...\n"
824 #define MSGTR_WS_DDNothing "D&D: Nothing returned!\n" 824 #define MSGTR_WS_DDNothing "D&D: Nothing returned!\n"
825
826 825
827 // ======================= video output drivers ======================== 826 // ======================= video output drivers ========================
828 827
829 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"\ 828 #define MSGTR_VOincompCodec "The selected video_out device is incompatible with this codec.\n"\
830 "Try appending the scale filter to your filter list,\n"\ 829 "Try appending the scale filter to your filter list,\n"\
1374 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "Can't init input joystick\n" 1373 #define MSGTR_INPUT_INPUT_ErrCantInitJoystick "Can't init input joystick\n"
1375 #define MSGTR_INPUT_INPUT_ErrCantStatFile "Can't stat %s: %s\n" 1374 #define MSGTR_INPUT_INPUT_ErrCantStatFile "Can't stat %s: %s\n"
1376 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "Can't open %s: %s\n" 1375 #define MSGTR_INPUT_INPUT_ErrCantOpenFile "Can't open %s: %s\n"
1377 #define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "Can't init Apple Remote.\n" 1376 #define MSGTR_INPUT_INPUT_ErrCantInitAppleRemote "Can't init Apple Remote.\n"
1378 1377
1379 // lirc.c: 1378 // lirc.c
1380 #define MSGTR_SettingUpLIRC "Setting up LIRC support...\n" 1379 #define MSGTR_SettingUpLIRC "Setting up LIRC support...\n"
1381 #define MSGTR_LIRCopenfailed "Failed to open LIRC support. You will not be able to use your remote control.\n" 1380 #define MSGTR_LIRCopenfailed "Failed to open LIRC support. You will not be able to use your remote control.\n"
1382 #define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s.\n" 1381 #define MSGTR_LIRCcfgerr "Failed to read LIRC config file %s.\n"
1383 1382
1384 1383