|
@@ -244,6 +244,32 @@
|
244
|
244
|
#define LANGUAGE_INCL(M) LANGUAGE_INCL_(M)
|
245
|
245
|
#define INCLUDE_LANGUAGE LANGUAGE_INCL(LCD_LANGUAGE)
|
246
|
246
|
|
|
247
|
+// Never translate these strings
|
|
248
|
+#define MSG_X "X"
|
|
249
|
+#define MSG_Y "Y"
|
|
250
|
+#define MSG_Z "Z"
|
|
251
|
+#define MSG_E "E"
|
|
252
|
+#define MSG_H1 "1"
|
|
253
|
+#define MSG_H2 "2"
|
|
254
|
+#define MSG_H3 "3"
|
|
255
|
+#define MSG_H4 "4"
|
|
256
|
+#define MSG_N1 " 1"
|
|
257
|
+#define MSG_N2 " 2"
|
|
258
|
+#define MSG_N3 " 3"
|
|
259
|
+#define MSG_N4 " 4"
|
|
260
|
+#define MSG_E1 " E1"
|
|
261
|
+#define MSG_E2 " E2"
|
|
262
|
+#define MSG_E3 " E3"
|
|
263
|
+#define MSG_E4 " E4"
|
|
264
|
+#define MSG_MOVE_E1 "1"
|
|
265
|
+#define MSG_MOVE_E2 "2"
|
|
266
|
+#define MSG_MOVE_E3 "3"
|
|
267
|
+#define MSG_MOVE_E4 "4"
|
|
268
|
+#define MSG_DIAM_E1 " 1"
|
|
269
|
+#define MSG_DIAM_E2 " 2"
|
|
270
|
+#define MSG_DIAM_E3 " 3"
|
|
271
|
+#define MSG_DIAM_E4 " 4"
|
|
272
|
+
|
247
|
273
|
#include INCLUDE_LANGUAGE
|
248
|
274
|
|
249
|
275
|
#if DISABLED(SIMULATE_ROMFONT) && DISABLED(DISPLAY_CHARSET_ISO10646_1) && DISABLED(DISPLAY_CHARSET_ISO10646_5) && DISABLED(DISPLAY_CHARSET_ISO10646_KANA) && DISABLED(DISPLAY_CHARSET_ISO10646_GREEK) && DISABLED(DISPLAY_CHARSET_ISO10646_CN)
|