[MPlayer-translations] r38487 - in trunk: gui/dialog/fileselect.c gui/gtk-compat.h gui/win32/dialogs.c help/help_mp-de.h help/help_mp-en.h help/help_mp-ru.h help/help_mp-zh_CN.h
ib
subversion at mplayerhq.hu
Tue Apr 30 11:42:40 EEST 2024
Author: ib
Date: Tue Apr 30 11:42:40 2024
New Revision: 38487
Log:
Re-enable compilation with GTK+ version 2.4 (the minimum requirement).
gtk_button_set_image() is only available since GTK+ 2.6.
Use gtk_button_set_label() as a fallback.
Modified:
trunk/help/help_mp-de.h
trunk/help/help_mp-ru.h
trunk/help/help_mp-zh_CN.h
Changes in other areas also in this revision:
Modified:
trunk/gui/dialog/fileselect.c
trunk/gui/gtk-compat.h
trunk/gui/win32/dialogs.c
trunk/help/help_mp-en.h
Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h Tue Apr 30 11:32:56 2024 (r38486)
+++ trunk/help/help_mp-de.h Tue Apr 30 11:42:40 2024 (r38487)
@@ -1051,6 +1051,7 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_TurnOffXScreenSaver "XScreenSaver abschalten"
#define MSGTR_GUI_TV "TV"
#define MSGTR_GUI_Unknown "Unbekannt"
+#define MSGTR_GUI_Up "Hoch"
#define MSGTR_GUI_URL "URL"
#define MSGTR_GUI_VCD "VCD"
#define MSGTR_GUI_Video "Video"
@@ -1085,7 +1086,6 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_WIN32_SelectTitleChapter "Titel/Kapitel wählen"
#define MSGTR_GUI_WIN32_ShowHide "Ein-/Ausblenden"
#define MSGTR_GUI_WIN32_SubtitleOnOff "Untertitel-Anzeige ein/aus"
-#define MSGTR_GUI_WIN32_Up "Hoch"
// ======================= Videoausgabetreiber ========================
Modified: trunk/help/help_mp-ru.h
==============================================================================
--- trunk/help/help_mp-ru.h Tue Apr 30 11:32:56 2024 (r38486)
+++ trunk/help/help_mp-ru.h Tue Apr 30 11:42:40 2024 (r38487)
@@ -837,6 +837,7 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_TurnOffXScreenSaver "Останавливать XScreenSaver"
#define MSGTR_GUI_TV "ТВ"
#define MSGTR_GUI_Unknown "Неизвестный"
+#define MSGTR_GUI_Up "Вверх"
#define MSGTR_GUI_URL "URL-адрес"
#define MSGTR_GUI_VCD "VCD"
#define MSGTR_GUI_Video "Видео"
@@ -871,7 +872,6 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_WIN32_SelectTitleChapter "Выбрать ролик/раздел"
#define MSGTR_GUI_WIN32_ShowHide "Показать/Скрыть"
#define MSGTR_GUI_WIN32_SubtitleOnOff "Показывать субтитры вкл/выкл"
-#define MSGTR_GUI_WIN32_Up "Вверх"
// ======================= video output drivers ========================
Modified: trunk/help/help_mp-zh_CN.h
==============================================================================
--- trunk/help/help_mp-zh_CN.h Tue Apr 30 11:32:56 2024 (r38486)
+++ trunk/help/help_mp-zh_CN.h Tue Apr 30 11:42:40 2024 (r38487)
@@ -823,6 +823,7 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_TurnOffXScreenSaver "关闭 XScreenSaver 屏保"
#define MSGTR_GUI_TV "电视"
#define MSGTR_GUI_Unknown "未知"
+#define MSGTR_GUI_Up "向上"
#define MSGTR_GUI_URL "网络链接"
#define MSGTR_GUI_VCD "VCD"
#define MSGTR_GUI_Video "视频"
@@ -857,7 +858,6 @@ static const char help_text[] = MSGTR_He
#define MSGTR_GUI_WIN32_SelectTitleChapter "选择标题/章节"
#define MSGTR_GUI_WIN32_ShowHide "显示/隐藏"
#define MSGTR_GUI_WIN32_SubtitleOnOff "显示字幕开/关"
-#define MSGTR_GUI_WIN32_Up "向上"
// ======================= video output drivers ========================
More information about the MPlayer-translations
mailing list