[MPlayer-translations] r36987 - in trunk: Changelog gui/skin/skin.c gui/win32/skinload.c help/help_mp-de.h help/help_mp-en.h

ib subversion at mplayerhq.hu
Mon Mar 10 18:15:24 CET 2014


Author: ib
Date: Mon Mar 10 18:15:24 2014
New Revision: 36987

Log:
Print an information on deprecated skin config file entries.

There are several skin config file entries which oughtn't be used
any more, although they are still being supported.

Inform the user about these without being too annoying.

Modified:
   trunk/help/help_mp-de.h

Changes in other areas also in this revision:
Modified:
   trunk/Changelog
   trunk/gui/skin/skin.c
   trunk/gui/win32/skinload.c
   trunk/help/help_mp-en.h

Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h	Sat Mar  8 20:17:43 2014	(r36986)
+++ trunk/help/help_mp-de.h	Mon Mar 10 18:15:24 2014	(r36987)
@@ -928,6 +928,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_MSG_SkinFontFileNotFound "Schrift-Beschreibungsdatei nicht gefunden.\n"
 #define MSGTR_GUI_MSG_SkinFontImageNotFound "Schrift-Bilddatei nicht gefunden.\n"
 #define MSGTR_GUI_MSG_SkinFontNotFound "Schrift '%s' nicht gefunden.\n"
+#define MSGTR_GUI_MSG_SkinLegacy "Skin-Konfigurationsdatei in Zeile %d: '%s' ist veraltet, stattdessen sollte '%s' verwendet werden.\n"
 #define MSGTR_GUI_MSG_SkinMemoryError "Nicht genug Speicher\n"
 #define MSGTR_GUI_MSG_SkinTooManyFonts "Zu viele Schriften definiert.\n"
 #define MSGTR_GUI_MSG_SkinTooManyItems "Zu viele Elemente definiert.\n"


More information about the MPlayer-translations mailing list