Author: ib Date: Sun Feb 12 16:37:04 2012 New Revision: 34694 Log: Make mplayer.c messages translatable.
Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/mplayer.c Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h Sun Feb 12 14:35:17 2012 (r34693) +++ trunk/help/help_mp-en.h Sun Feb 12 16:37:04 2012 (r34694) @@ -177,6 +177,17 @@ static const char help_text[]= #define MSGTR_MenuCall "Menu call\n" #define MSGTR_MasterQuit "Option -udp-slave: exiting because master exited\n" #define MSGTR_InvalidIP "Option -udp-ip: invalid IP address\n" +#define MSGTR_Forking "Forking...\n" +#define MSGTR_Forked "Forked...\n" +#define MSGTR_CouldntStartGdb "Couldn't start gdb\n" +#define MSGTR_CouldntFork "Couldn't fork\n" +#define MSGTR_FilenameTooLong "Filename is too long, can not load file or directory specific config files\n" +#define MSGTR_AudioDeviceStuck "Audio device got stuck!\n" +#define MSGTR_AudioOutputTruncated "Audio output truncated at end.\n" +#define MSGTR_ASSCannotAddVideoFilter "ASS: cannot add video filter\n" +#define MSGTR_PtsAfterFiltersMissing "pts after filters MISSING\n" +#define MSGTR_CommandLine "CommandLine:" +#define MSGTR_MenuInitFailed "Menu init failed.\n" // --- edit decision lists #define MSGTR_EdlOutOfMem "Can't allocate enough memory to hold EDL data.\n" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
