# HG changeset patch # User ib # Date 1389718428 0 # Node ID 44d74bf92742d294de6f7c9798923cd9da54839d # Parent 6137162e1eae4bea1053a1c77fea51ddbc4a16ef Add missing ISO-8859 encodings. diff -r 6137162e1eae -r 44d74bf92742 gui/dialog/preferences.c --- a/gui/dialog/preferences.c Tue Jan 14 16:38:15 2014 +0000 +++ b/gui/dialog/preferences.c Tue Jan 14 16:53:48 2014 +0000 @@ -166,9 +166,12 @@ { "ISO-8859-7", MSGTR_PREFERENCES_FontEncoding9 }, { "ISO-8859-8", MSGTR_PREFERENCES_FontEncoding13 }, { "ISO-8859-9", MSGTR_PREFERENCES_FontEncoding10 }, + { "ISO-8859-10", MSGTR_PREFERENCES_FontEncoding26 }, + { "ISO-8859-11", MSGTR_PREFERENCES_FontEncoding27 }, { "ISO-8859-13", MSGTR_PREFERENCES_FontEncoding11 }, { "ISO-8859-14", MSGTR_PREFERENCES_FontEncoding12 }, { "ISO-8859-15", MSGTR_PREFERENCES_FontEncoding3 }, + { "ISO-8859-16", MSGTR_PREFERENCES_FontEncoding28 }, { "KOI8-R", MSGTR_PREFERENCES_FontEncoding14 }, { "KOI8-U", MSGTR_PREFERENCES_FontEncoding15 }, { "KOI8-RU", MSGTR_PREFERENCES_FontEncoding25 }, diff -r 6137162e1eae -r 44d74bf92742 help/help_mp-de.h --- a/help/help_mp-de.h Tue Jan 14 16:38:15 2014 +0000 +++ b/help/help_mp-de.h Tue Jan 14 16:53:48 2014 +0000 @@ -1004,6 +1004,9 @@ #define MSGTR_PREFERENCES_FontEncoding23 "Arabisch (CP1256)" #define MSGTR_PREFERENCES_FontEncoding24 "UTF-8" #define MSGTR_PREFERENCES_FontEncoding25 "Russisch/Ukrainisch/Weißrussisch (KOI8-RU)" +#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_FontNoAutoScale "Keine automatische Skalierung" #define MSGTR_PREFERENCES_FontPropWidth "Proportional zur Breite des Films" #define MSGTR_PREFERENCES_FontPropHeight "Proportional zur Höhe des Films" diff -r 6137162e1eae -r 44d74bf92742 help/help_mp-en.h --- a/help/help_mp-en.h Tue Jan 14 16:38:15 2014 +0000 +++ b/help/help_mp-en.h Tue Jan 14 16:53:48 2014 +0000 @@ -797,6 +797,9 @@ #define MSGTR_PREFERENCES_FontEncoding23 "Arabic (CP1256)" #define MSGTR_PREFERENCES_FontEncoding24 "UTF-8" #define MSGTR_PREFERENCES_FontEncoding25 "Russian/Ukrainian/Belarusian (KOI8-RU)" +#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_FontNoAutoScale "No autoscale" #define MSGTR_PREFERENCES_FontPropWidth "Proportional to movie width" #define MSGTR_PREFERENCES_FontPropHeight "Proportional to movie height"