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

ib subversion at mplayerhq.hu
Fri Mar 15 07:19:05 CET 2013


Author: ib
Date: Fri Mar 15 07:19:05 2013
New Revision: 35967

Log:
Add a warning message about @locale in G_FILENAME_ENCODING.

Inform that setting G_BROKEN_FILENAMES or @locale in G_FILENAME_ENCODING
(which has the same meaning, but takes priority) isn't supported.
That is because of the gtk_disable_setlocale() call without which
MPlayer might break.

Modified:
   trunk/help/help_mp-de.h

Changes in other areas also in this revision:
Modified:
   trunk/gui/dialog/dialog.c
   trunk/help/help_mp-en.h

Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h	Fri Mar 15 04:46:53 2013	(r35966)
+++ trunk/help/help_mp-de.h	Fri Mar 15 07:19:05 2013	(r35967)
@@ -810,6 +810,7 @@ static const char help_text[]=
 #define MSGTR_IDFGCVD "Sorry, es wurde kein GUI-kompatibler Ausgabetreiber gefunden.\n"
 #define MSGTR_NEEDLAVC "Sorry, du versuchst, Nicht-MPEG Dateien ohne erneute Encodierung abzuspielen.\nBitte aktiviere lavc in der DXR3/H+-Konfigurationsbox."
 #define MSGTR_ICONERROR "Icon '%s' (Größe %d) wurde nicht gefunden oder das Format wird nicht unterstützt.\n"
+#define MSGTR_LOCALE_ENCODING "@locale in G_FILENAME_ENCODING oder G_BROKEN_FILENAMES wird nicht unterstützt,\ndie Kodierung muss in G_FILENAME_ENCODING explizit angegeben werden.\n"
 
 // --- skin loader error messages
 #define MSGTR_SKIN_ERRORMESSAGE "Fehler in Skin-Konfigurationsdatei in Zeile %d: %s"


More information about the MPlayer-translations mailing list