Author: ib Date: Tue Jan 14 18:13:36 2014 New Revision: 36580 Log: Add missing Windows code page encodings.
Modified: trunk/help/help_mp-en.h Changes in other areas also in this revision: Modified: trunk/gui/dialog/preferences.c trunk/help/help_mp-de.h Modified: trunk/help/help_mp-en.h ============================================================================== --- trunk/help/help_mp-en.h Tue Jan 14 17:53:48 2014 (r36579) +++ trunk/help/help_mp-en.h Tue Jan 14 18:13:36 2014 (r36580) @@ -800,6 +800,14 @@ static const char help_text[]= #define MSGTR_PREFERENCES_FontEncoding26 "Nordic (ISO-8859-10)" #define MSGTR_PREFERENCES_FontEncoding27 "Thai (ISO-8859-11)" #define MSGTR_PREFERENCES_FontEncoding28 "South-Eastern European (ISO-8859-16)" +#define MSGTR_PREFERENCES_FontEncoding29 "Japanese (CP932)" +#define MSGTR_PREFERENCES_FontEncoding30 "Traditional Chinese (CP950)" +#define MSGTR_PREFERENCES_FontEncoding31 "Western European (CP1252)" +#define MSGTR_PREFERENCES_FontEncoding32 "Greek (CP1253)" +#define MSGTR_PREFERENCES_FontEncoding33 "Turkish (CP1254)" +#define MSGTR_PREFERENCES_FontEncoding34 "Hebrew (CP1255)" +#define MSGTR_PREFERENCES_FontEncoding35 "Baltic (CP1257)" +#define MSGTR_PREFERENCES_FontEncoding36 "Vietnamese (CP1258)" #define MSGTR_PREFERENCES_FontNoAutoScale "No autoscale" #define MSGTR_PREFERENCES_FontPropWidth "Proportional to movie width" #define MSGTR_PREFERENCES_FontPropHeight "Proportional to movie height" _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
