[MPlayer-translations] r36578 - in trunk: gui/dialog/preferences.c help/help_mp-de.h help/help_mp-en.h

ib subversion at mplayerhq.hu
Tue Jan 14 17:38:16 CET 2014


Author: ib
Date: Tue Jan 14 17:38:15 2014
New Revision: 36578

Log:
Fix KOI8 encodings.

There doesn't seem to exist a KOI8-U/RU encoding, so split it.

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	Mon Jan 13 20:53:53 2014	(r36577)
+++ trunk/help/help_mp-de.h	Tue Jan 14 17:38:15 2014	(r36578)
@@ -993,7 +993,7 @@ static const char help_text[]=
 #define MSGTR_PREFERENCES_FontEncoding12 "Keltisch (ISO-8859-14)"
 #define MSGTR_PREFERENCES_FontEncoding13 "Hebräisch (ISO-8859-8)"
 #define MSGTR_PREFERENCES_FontEncoding14 "Russisch (KOI8-R)"
-#define MSGTR_PREFERENCES_FontEncoding15 "Ukrainisch, Belarussisch (KOI8-U/RU)"
+#define MSGTR_PREFERENCES_FontEncoding15 "Ukrainisch (KOI8-U)"
 #define MSGTR_PREFERENCES_FontEncoding16 "Vereinfachtes Chinesisch (CP936)"
 #define MSGTR_PREFERENCES_FontEncoding17 "Traditionelles Chinesisch (BIG5)"
 #define MSGTR_PREFERENCES_FontEncoding18 "Japanisch (SHIFT-JIS)"
@@ -1003,6 +1003,7 @@ static const char help_text[]=
 #define MSGTR_PREFERENCES_FontEncoding22 "Mitteleuropäisch (CP1250)"
 #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_FontNoAutoScale "Keine automatische Skalierung"
 #define MSGTR_PREFERENCES_FontPropWidth "Proportional zur Breite des Films"
 #define MSGTR_PREFERENCES_FontPropHeight "Proportional zur Höhe des Films"


More information about the MPlayer-translations mailing list