[MPlayer-translations] r33149 - in trunk: gui/skin/skin.c help/help_mp-de.h help/help_mp-en.h help/help_mp-zh_CN.h

ib subversion at mplayerhq.hu
Wed Mar 30 12:07:16 CEST 2011


Author: ib
Date: Wed Mar 30 12:07:15 2011
New Revision: 33149

Log:
Cosmetic: Rename error message.

The renaming allows usage at other places without sounding strange there.

Modified:
   trunk/help/help_mp-de.h
   trunk/help/help_mp-zh_CN.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	Tue Mar 29 21:42:05 2011	(r33148)
+++ trunk/help/help_mp-de.h	Wed Mar 30 12:07:15 2011	(r33149)
@@ -775,7 +775,7 @@ static const char help_text[]=
 #define MSGTR_SKIN_ERRORMESSAGE "Fehler in Skin-Konfigurationsdatei in Zeile %d: %s"
 #define MSGTR_SKIN_ERROR_SECTION "Für '%s' wurde kein Abschnitt angegeben.\n"
 #define MSGTR_SKIN_ERROR_WINDOW "Für '%s' wurde kein Fenster angegeben.\n"
-#define MSGTR_SKIN_ERROR_IN_WINDOW "Dieses Element wird in '%s' nicht unterstützt.\n"
+#define MSGTR_SKIN_ERROR_ITEM "Dieses Element wird in '%s' nicht unterstützt.\n"
 #define MSGTR_SKIN_SkinFileNotFound "Skin-Datei %s nicht gefunden.\n"
 #define MSGTR_SKIN_SkinFileNotReadable "Skin-Datei %s nicht lesbar.\n"
 #define MSGTR_SKIN_BITMAP_16bit  "Die Farbtiefe von %s beträgt 16 bpp oder weniger, was nicht unterstützt wird.\n"

Modified: trunk/help/help_mp-zh_CN.h
==============================================================================
--- trunk/help/help_mp-zh_CN.h	Tue Mar 29 21:42:05 2011	(r33148)
+++ trunk/help/help_mp-zh_CN.h	Wed Mar 30 12:07:15 2011	(r33149)
@@ -562,7 +562,7 @@ static const char help_text[]=
 #define MSGTR_SKIN_ERRORMESSAGE "界面外观配置文件错误,行 %d:%s"
 #define MSGTR_SKIN_ERROR_SECTION "没有指定‘%s’的区域。\n"
 #define MSGTR_SKIN_ERROR_WINDOW "没有指定‘%s’的窗口。\n"
-#define MSGTR_SKIN_ERROR_IN_WINDOW "该项目‘%s’不支持。\n"
+#define MSGTR_SKIN_ERROR_ITEM "该项目‘%s’不支持。\n"
 #define MSGTR_SKIN_SkinFileNotFound "未找到界面外观文件 %s。\n"
 #define MSGTR_SKIN_SkinFileNotReadable "无法读取界面外观文件 %s。\n"
 #define MSGTR_SKIN_BITMAP_16bit  "不支持少于或等于 16 比特颜色精度的位图(%s)。\n"


More information about the MPlayer-translations mailing list