diff help/help_mp-de.h @ 36710:92159376ad91

Localize decimal mark. This is usually handled by the locale the user has set, but since we don't set the locale for the GUI to avoid problems with MPlayer which requires a "C" locale, we end up with a decimal point. Add MSGTR_GUI_DecimalMark in order to still allow localized numbers.
author ib
date Fri, 07 Feb 2014 20:28:01 +0000
parents d1aef1876187
children a08c32f7e836
line wrap: on
line diff
--- a/help/help_mp-de.h	Fri Feb 07 19:52:17 2014 +0000
+++ b/help/help_mp-de.h	Fri Feb 07 20:28:01 2014 +0000
@@ -825,6 +825,7 @@
 #define MSGTR_GUI_CpShiftJis "Japanisch (SHIFT-JIS)"
 #define MSGTR_GUI_CpUnicode "Unicode"
 #define MSGTR_GUI_CpUTF8 "UTF-8"
+#define MSGTR_GUI_DecimalMark ","
 #define MSGTR_GUI__Default_ "(Standard)"
 #define MSGTR_GUI_DefaultSetting "Standardeinstellung"
 #define MSGTR_GUI_Delay "Verzögerung"