r36580 - in trunk: gui/dialog/preferences.c help/help_mp-de.h help/help_mp-en.h
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-de.h Changes in other areas also in this revision: Modified: trunk/gui/dialog/preferences.c trunk/help/help_mp-en.h Modified: trunk/help/help_mp-de.h ============================================================================== --- trunk/help/help_mp-de.h Tue Jan 14 17:53:48 2014 (r36579) +++ trunk/help/help_mp-de.h Tue Jan 14 18:13:36 2014 (r36580) @@ -1007,6 +1007,14 @@ static const char help_text[]= #define MSGTR_PREFERENCES_FontEncoding26 "Nordisch (ISO-8859-10)" #define MSGTR_PREFERENCES_FontEncoding27 "Thai (ISO-8859-11)" #define MSGTR_PREFERENCES_FontEncoding28 "Südosteuropäisch (ISO-8859-16)" +#define MSGTR_PREFERENCES_FontEncoding29 "Japanisch (CP932)" +#define MSGTR_PREFERENCES_FontEncoding30 "Traditionelles Chinesisch (CP950)" +#define MSGTR_PREFERENCES_FontEncoding31 "Westeuropäisch (CP1252)" +#define MSGTR_PREFERENCES_FontEncoding32 "Griechisch (CP1253)" +#define MSGTR_PREFERENCES_FontEncoding33 "Türkisch (CP1254)" +#define MSGTR_PREFERENCES_FontEncoding34 "Hebräisch (CP1255)" +#define MSGTR_PREFERENCES_FontEncoding35 "Baltisch (CP1257)" +#define MSGTR_PREFERENCES_FontEncoding36 "Vietnamesisch (CP1258)" #define MSGTR_PREFERENCES_FontNoAutoScale "Keine automatische Skalierung" #define MSGTR_PREFERENCES_FontPropWidth "Proportional zur Breite des Films" #define MSGTR_PREFERENCES_FontPropHeight "Proportional zur Höhe des Films"
participants (1)
-
ib