[MPlayer-translations] r37121 - in trunk: gui/skin/skin.c help/help_mp-de.h help/help_mp-en.h
ib
subversion at mplayerhq.hu
Thu Apr 3 12:16:01 CEST 2014
Author: ib
Date: Thu Apr 3 12:16:01 2014
New Revision: 37121
Log:
Check potmeter and pimage default value in skin configuration file.
The value has to be in the range of 0 to 100.
Modified:
trunk/help/help_mp-de.h
Changes in other areas also in this revision:
Modified:
trunk/gui/skin/skin.c
trunk/help/help_mp-en.h
Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h Thu Apr 3 11:47:41 2014 (r37120)
+++ trunk/help/help_mp-de.h Thu Apr 3 12:16:01 2014 (r37121)
@@ -919,6 +919,7 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_MSG_SkinCfgNotFound "Skin '%s' nicht gefunden.\n"
#define MSGTR_GUI_MSG_SkinCfgSelectedNotFound "Ausgewähltes Skin '%s' nicht gefunden, es wird mit Skin 'default' versucht ...\n"
#define MSGTR_GUI_MSG_SkinErrorBitmap16Bit "Die Farbtiefe von %s beträgt 16 bpp oder weniger, was nicht unterstützt wird.\n"
+#define MSGTR_GUI_MSG_SkinErrorDefault "Vorgabewert (%d) außerhalb des Wertebereichs\n"
#define MSGTR_GUI_MSG_SkinErrorItem "Dieses Element wird in '%s' nicht unterstützt.\n"
#define MSGTR_GUI_MSG_SkinErrorMessage "Fehler in der Skin-Konfigurationsdatei in Zeile %d: %s"
#define MSGTR_GUI_MSG_SkinErrorNumphases "Die Anzahl der Phasen darf nicht null sein.\n"
More information about the MPlayer-translations
mailing list