Browse Source

Follow up the PR #5167 (Add Turkish Language), etc

・Remove all the #ifndef
・Follow the PR #4603 (Strip never-translated strings from language
files)
・Follow the PR #4634 (Set language display charset in language.h)
・Follow the PR #4936 (Put max_jerk vars in array, clean up jerk code)
・Adjust spacing
esenapaj 8 years ago
parent
commit
be48792e9c
4 changed files with 194 additions and 645 deletions
  1. 1
    0
      Marlin/language.h
  2. 1
    0
      Marlin/language_cn.h
  3. 1
    0
      Marlin/language_es.h
  4. 191
    645
      Marlin/language_tr.h

+ 1
- 0
Marlin/language.h View File

@@ -70,6 +70,7 @@
70 70
 // pt-br_utf8 Portuguese (Brazilian UTF8)
71 71
 // pt_utf8    Portuguese (UTF8)
72 72
 // ru         Russian
73
+// tr         Turkish
73 74
 
74 75
 #ifdef DEFAULT_SOURCE_CODE_URL
75 76
   #undef  SOURCE_CODE_URL

+ 1
- 0
Marlin/language_cn.h View File

@@ -29,6 +29,7 @@
29 29
  */
30 30
 #ifndef LANGUAGE_CN_H
31 31
 #define LANGUAGE_CN_H
32
+
32 33
 #define DISPLAY_CHARSET_ISO10646_CN
33 34
 
34 35
 #define WELCOME_MSG                         "\xa4\xa5\xa6\xa7"

+ 1
- 0
Marlin/language_es.h View File

@@ -209,4 +209,5 @@
209 209
 #define MSG_FILAMENT_CHANGE_RESUME_1        "Esperando imp."
210 210
 #define MSG_FILAMENT_CHANGE_RESUME_2        "para resumir"
211 211
 #define MSG_FILAMENT_CHANGE_RESUME_3        ""
212
+
212 213
 #endif // LANGUAGE_ES_H

+ 191
- 645
Marlin/language_tr.h View File

@@ -32,659 +32,205 @@
32 32
 
33 33
 #define DISPLAY_CHARSET_ISO10646_TR
34 34
 
35
-//#define SIMULATE_ROMFONT //Comment in to see what is seen on the character based displays
36
-//#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) && DISABLED(DISPLAY_CHARSET_ISO10646_TR)
37
-//  #define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
38
-//#endif
35
+#define WELCOME_MSG                         MACHINE_NAME " haz\xfdr."
36
+#define MSG_SD_INSERTED                     "SD Yerle\xfeti."
37
+#define MSG_SD_REMOVED                      "SD \xc7\xfdkar\xfdld\xfd."
38
+#define MSG_LCD_ENDSTOPS                    "Endstops" // Max length 8 characters
39
+#define MSG_MAIN                            "Ana"
40
+#define MSG_AUTOSTART                       "Otoba\xfelat"
41
+#define MSG_DISABLE_STEPPERS                "Motorlar\xfd Durdur"
42
+#define MSG_AUTO_HOME                       "Eksenleri S\xfd\x66\xfdrla"
43
+#define MSG_AUTO_HOME_X                     "X S\xfd\x66\xfdrla"
44
+#define MSG_AUTO_HOME_Y                     "Y S\xfd\x66\xfdrla"
45
+#define MSG_AUTO_HOME_Z                     "Z S\xfd\x66\xfdrla"
46
+#define MSG_LEVEL_BED_HOMING                "XYZ S\xfd\x66\xfdrlan\xfdyor"
47
+#define MSG_LEVEL_BED_WAITING               "Ba\xfelatmak i\xe7in t\xfdkla"
48
+#define MSG_LEVEL_BED_NEXT_POINT            "S\xfdradaki Nokta"
49
+#define MSG_LEVEL_BED_DONE                  "Seviyeleme Tamam!"
50
+#define MSG_LEVEL_BED_CANCEL                "\xddptal"
51
+#define MSG_SET_HOME_OFFSETS                "Offset Ayarla"
52
+#define MSG_HOME_OFFSETS_APPLIED            "Offset tamam"
53
+#define MSG_SET_ORIGIN                      "S\xfd\x66\xfdr Belirle"
54
+#define MSG_PREHEAT_1                       "\xd6n Is\xfdnma PLA"
55
+#define MSG_PREHEAT_1_N                     MSG_PREHEAT_1 " "
56
+#define MSG_PREHEAT_1_ALL                   MSG_PREHEAT_1 " T\xfcm"
57
+#define MSG_PREHEAT_1_BEDONLY               MSG_PREHEAT_1 " Tabla"
58
+#define MSG_PREHEAT_1_SETTINGS              MSG_PREHEAT_1 " Ayar"
59
+#define MSG_PREHEAT_2                       "\xd6n Is\xfdnma ABS"
60
+#define MSG_PREHEAT_2_N                     MSG_PREHEAT_2 " "
61
+#define MSG_PREHEAT_2_ALL                   MSG_PREHEAT_2 " T\xfcm"
62
+#define MSG_PREHEAT_2_BEDONLY               MSG_PREHEAT_2 " Tabla"
63
+#define MSG_PREHEAT_2_SETTINGS              MSG_PREHEAT_2 " Ayar"
64
+#define MSG_COOLDOWN                        "So\xf0ut"
65
+#define MSG_SWITCH_PS_ON                    "G\xfcc\xfc A\xe7"
66
+#define MSG_SWITCH_PS_OFF                   "G\xfcc\xfc Kapat"
67
+#define MSG_EXTRUDE                         "Extrude"
68
+#define MSG_RETRACT                         "Geri \xc7ek"
69
+#define MSG_MOVE_AXIS                       "Eksen Y\xf6net"
70
+#define MSG_LEVEL_BED                       "Tabla Seviyele"
71
+#define MSG_MOVE_X                          "X"
72
+#define MSG_MOVE_Y                          "Y"
73
+#define MSG_MOVE_Z                          "Z"
74
+#define MSG_MOVE_E                          "Ekstruder"
75
+#define MSG_MOVE_01MM                       "0.1mm"
76
+#define MSG_MOVE_1MM                        "1mm"
77
+#define MSG_MOVE_10MM                       "10mm"
78
+#define MSG_SPEED                           "H\xfdz"
79
+#define MSG_BED_Z                           "Tabla Z"
80
+#define MSG_NOZZLE                          "Noz\xfcl"
81
+#define MSG_BED                             "Tabla"
82
+#define MSG_FAN_SPEED                       "Fan H\xfdz\xfd"
83
+#define MSG_FLOW                            "Ak\xfd\xfe"
84
+#define MSG_CONTROL                         "Kontrol"
85
+#define MSG_MIN                             " " LCD_STR_THERMOMETER " Min"
86
+#define MSG_MAX                             " " LCD_STR_THERMOMETER " Max"
87
+#define MSG_FACTOR                          " " LCD_STR_THERMOMETER " \xc7\x61rpan"
88
+#define MSG_AUTOTEMP                        "Autotemp"
89
+#define MSG_ON                              "On "
90
+#define MSG_OFF                             "Off"
91
+#define MSG_PID_P                           "PID-P"
92
+#define MSG_PID_I                           "PID-I"
93
+#define MSG_PID_D                           "PID-D"
94
+#define MSG_PID_C                           "PID-C"
95
+#define MSG_SELECT                          "Se\xe7"
96
+#define MSG_ACC                             "\xddvme"
97
+#define MSG_VX_JERK                         "Vx-Jerk"
98
+#define MSG_VY_JERK                         "Vy-Jerk"
99
+#define MSG_VZ_JERK                         "Vz-jerk"
100
+#define MSG_VE_JERK                         "Ve-jerk"
101
+#define MSG_VMAX                            "Vmax "
102
+#define MSG_VMIN                            "Vmin"
103
+#define MSG_VTRAV_MIN                       "VTrav min"
104
+#define MSG_AMAX                            "Amax "
105
+#define MSG_A_RETRACT                       "A-retract"
106
+#define MSG_A_TRAVEL                        "A-travel"
107
+#define MSG_XSTEPS                          "Xsteps/mm"
108
+#define MSG_YSTEPS                          "Ysteps/mm"
109
+#define MSG_ZSTEPS                          "Zsteps/mm"
110
+#define MSG_ESTEPS                          "Esteps/mm"
111
+#define MSG_TEMPERATURE                     "S\xfd\x63\x61kl\xfdk"
112
+#define MSG_MOTION                          "Hareket"
113
+#define MSG_VOLUMETRIC                      "Filaman"
114
+#define MSG_VOLUMETRIC_ENABLED              "E in mm3"
115
+#define MSG_FILAMENT_DIAM                   "Fil. \xc7\x61p"
116
+#define MSG_CONTRAST                        "LCD Kontrast"
117
+#define MSG_STORE_EPROM                     "Haf\xfdzaya Al"
118
+#define MSG_LOAD_EPROM                      "Haf\xfdzadan Y\xfckle"
119
+#define MSG_RESTORE_FAILSAFE                "Fabrika Ayarlar\xfd"
120
+#define MSG_REFRESH                         "Yenile"
121
+#define MSG_WATCH                           "Bilgi Ekran\xfd"
122
+#define MSG_PREPARE                         "Haz\xfdrl\xfdk"
123
+#define MSG_TUNE                            "Ayar"
124
+#define MSG_PAUSE_PRINT                     "Duraklat"
125
+#define MSG_RESUME_PRINT                    "S\xfcrd\xfcr"
126
+#define MSG_STOP_PRINT                      "Durdur"
127
+#define MSG_CARD_MENU                       "SD den Yazd\xfdr"
128
+#define MSG_NO_CARD                         "SD Kart Yok"
129
+#define MSG_DWELL                           "Uyku..."
130
+#define MSG_USERWAIT                        "Operat\xf6r bekleniyor..."
131
+#define MSG_RESUMING                        "Bask\xfd S\xfcrd\xfcr\xfcl\xfcyor"
132
+#define MSG_PRINT_ABORTED                   "Bask\xfd Duruduruldu"
133
+#define MSG_NO_MOVE                         "\xdd\xfelem yok."
134
+#define MSG_KILLED                          "Kilitlendi. " //maybe a better turkish term needed
135
+#define MSG_STOPPED                         "Durdu. "
136
+#define MSG_CONTROL_RETRACT                 "Geri \xc7ek mm"
137
+#define MSG_CONTROL_RETRACT_SWAP            "Swap Re.mm"
138
+#define MSG_CONTROL_RETRACTF                "Geri \xc7ekme  V"
139
+#define MSG_CONTROL_RETRACT_ZLIFT           "Hop mm"
140
+#define MSG_CONTROL_RETRACT_RECOVER         "UnRet +mm"
141
+#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "S UnRet+mm"
142
+#define MSG_CONTROL_RETRACT_RECOVERF        "UnRet  V"
143
+#define MSG_AUTORETRACT                     "AutoRetr."
144
+#define MSG_FILAMENTCHANGE                  "Filaman De\xf0i\xfetir"
145
+#define MSG_INIT_SDCARD                     "Init. SD"
146
+#define MSG_CNG_SDCARD                      "SD De\xf0i\xfetir"
147
+#define MSG_ZPROBE_OUT                      "Z Prob A\xe7\xfdk. Tabla"
148
+#define MSG_HOME                            "S\xfd\x66\xfdrla"  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
149
+#define MSG_FIRST                           "\xf6nce"
150
+#define MSG_ZPROBE_ZOFFSET                  "Z Offset"
151
+#define MSG_BABYSTEP_X                      "Miniad\xfdm X"
152
+#define MSG_BABYSTEP_Y                      "Miniad\xfdm Y"
153
+#define MSG_BABYSTEP_Z                      "Miniad\xfdm Z"
154
+#define MSG_ENDSTOP_ABORT                   "Endstop iptal"
155
+#define MSG_HEATING_FAILED_LCD              "Is\xfdnma ba\xfe\x61\x72\xfds\xfdz"
156
+#define MSG_ERR_REDUNDANT_TEMP              "Err: Ge\xe7ersiz S\xfd\x63akl\xfdk"
157
+#define MSG_THERMAL_RUNAWAY                 "TERMAL PROBLEM"
158
+#define MSG_ERR_MAXTEMP                     "Err: MAXSICAKLIK"
159
+#define MSG_ERR_MINTEMP                     "Err: MINSICAKLIK"
160
+#define MSG_ERR_MAXTEMP_BED                 "Err: MAXSIC. TABLA"
161
+#define MSG_ERR_MINTEMP_BED                 "Err: MINSIC. TABLA"
162
+#define MSG_HALTED                          "YAZICI DURDURULDU"
163
+#define MSG_PLEASE_RESET                    "L\xfctfen resetleyin"
164
+#define MSG_SHORT_DAY                       "s" // One character only
165
+#define MSG_SHORT_HOUR                      "S" // One character only
166
+#define MSG_SHORT_MINUTE                    "d" // One character only
167
+#define MSG_HEATING                         "Is\xfdn\xfdyor..."
168
+#define MSG_HEATING_COMPLETE                "Is\xfdnma tamam."
169
+#define MSG_BED_HEATING                     "Tabla Is\xfdn\xfdyor."
170
+#define MSG_BED_DONE                        "Tabla haz\xfdr."
171
+#define MSG_DELTA_CALIBRATE                 "Delta Kalibrasyonu"
172
+#define MSG_DELTA_CALIBRATE_X               "Ayarla X"
173
+#define MSG_DELTA_CALIBRATE_Y               "Ayarla Y"
174
+#define MSG_DELTA_CALIBRATE_Z               "Ayarla Z"
175
+#define MSG_DELTA_CALIBRATE_CENTER          "Ayarla Merkez"
39 176
 
40
-#ifndef WELCOME_MSG
41
-  #define WELCOME_MSG                         MACHINE_NAME " haz\xfdr."
42
-#endif
43
-#ifndef MSG_SD_INSERTED
44
-  #define MSG_SD_INSERTED                     "SD Yerle\xfeti."
45
-#endif
46
-#ifndef MSG_SD_REMOVED
47
-  #define MSG_SD_REMOVED                      "SD \xc7\xfdkar\xfdld\xfd."
48
-#endif
49
-#ifndef MSG_LCD_ENDSTOPS
50
-  #define MSG_LCD_ENDSTOPS                    "Endstops" // Max length 8 characters
51
-#endif
52
-#ifndef MSG_MAIN
53
-  #define MSG_MAIN                            "Ana"
54
-#endif
55
-#ifndef MSG_AUTOSTART
56
-  #define MSG_AUTOSTART                       "Otoba\xfelat"
57
-#endif
58
-#ifndef MSG_DISABLE_STEPPERS
59
-  #define MSG_DISABLE_STEPPERS                "Motorlar\xfd Durdur"
60
-#endif
61
-#ifndef MSG_AUTO_HOME
62
-  #define MSG_AUTO_HOME                       "Eksenleri S\xfd\x66\xfdrla"
63
-#endif
64
-#ifndef MSG_AUTO_HOME_X
65
-  #define MSG_AUTO_HOME_X                     "X S\xfd\x66\xfdrla"
66
-#endif
67
-#ifndef MSG_AUTO_HOME_Y
68
-  #define MSG_AUTO_HOME_Y                     "Y S\xfd\x66\xfdrla"
69
-#endif
70
-#ifndef MSG_AUTO_HOME_Z
71
-  #define MSG_AUTO_HOME_Z                     "Z S\xfd\x66\xfdrla"
72
-#endif
73
-#ifndef MSG_LEVEL_BED_HOMING
74
-  #define MSG_LEVEL_BED_HOMING                "XYZ S\xfd\x66\xfdrlan\xfdyor"
75
-#endif
76
-#ifndef MSG_LEVEL_BED_WAITING
77
-  #define MSG_LEVEL_BED_WAITING               "Ba\xfelatmak i\xe7in t\xfdkla"
78
-#endif
79
-#ifndef MSG_LEVEL_BED_NEXT_POINT
80
-  #define MSG_LEVEL_BED_NEXT_POINT            "S\xfdradaki Nokta"
81
-#endif
82
-#ifndef MSG_LEVEL_BED_DONE
83
-  #define MSG_LEVEL_BED_DONE                  "Seviyeleme Tamam!"
84
-#endif
85
-#ifndef MSG_LEVEL_BED_CANCEL
86
-  #define MSG_LEVEL_BED_CANCEL                "\xddptal"
87
-#endif
88
-#ifndef MSG_SET_HOME_OFFSETS
89
-  #define MSG_SET_HOME_OFFSETS                "Offset Ayarla"
90
-#endif
91
-#ifndef MSG_HOME_OFFSETS_APPLIED
92
-  #define MSG_HOME_OFFSETS_APPLIED            "Offset tamam"
93
-#endif
94
-#ifndef MSG_SET_ORIGIN
95
-  #define MSG_SET_ORIGIN                      "S\xfd\x66\xfdr Belirle"
96
-#endif
97
-#ifndef MSG_PREHEAT_1
98
-  #define MSG_PREHEAT_1                       "\xd6n Is\xfdnma PLA"
99
-#endif
100
-#ifndef MSG_PREHEAT_1_N
101
-  #define MSG_PREHEAT_1_N                     MSG_PREHEAT_1 " "
102
-#endif
103
-#ifndef MSG_PREHEAT_1_ALL
104
-  #define MSG_PREHEAT_1_ALL                   MSG_PREHEAT_1 " T\xfcm"
105
-#endif
106
-#ifndef MSG_PREHEAT_1_BEDONLY
107
-  #define MSG_PREHEAT_1_BEDONLY               MSG_PREHEAT_1 " Tabla"
108
-#endif
109
-#ifndef MSG_PREHEAT_1_SETTINGS
110
-  #define MSG_PREHEAT_1_SETTINGS              MSG_PREHEAT_1 " Ayar"
111
-#endif
112
-#ifndef MSG_PREHEAT_2
113
-  #define MSG_PREHEAT_2                       "\xd6n Is\xfdnma ABS"
114
-#endif
115
-#ifndef MSG_PREHEAT_2_N
116
-  #define MSG_PREHEAT_2_N                     MSG_PREHEAT_2 " "
117
-#endif
118
-#ifndef MSG_PREHEAT_2_ALL
119
-  #define MSG_PREHEAT_2_ALL                   MSG_PREHEAT_2 " T\xfcm"
120
-#endif
121
-#ifndef MSG_PREHEAT_2_BEDONLY
122
-  #define MSG_PREHEAT_2_BEDONLY               MSG_PREHEAT_2 " Tabla"
123
-#endif
124
-#ifndef MSG_PREHEAT_2_SETTINGS
125
-  #define MSG_PREHEAT_2_SETTINGS              MSG_PREHEAT_2 " Ayar"
126
-#endif
127
-#ifndef MSG_H1
128
-  #define MSG_H1                              "1"
129
-#endif
130
-#ifndef MSG_H2
131
-  #define MSG_H2                              "2"
132
-#endif
133
-#ifndef MSG_H3
134
-  #define MSG_H3                              "3"
135
-#endif
136
-#ifndef MSG_H4
137
-  #define MSG_H4                              "4"
138
-#endif
139
-#ifndef MSG_COOLDOWN
140
-  #define MSG_COOLDOWN                        "So\xf0ut"
141
-#endif
142
-#ifndef MSG_SWITCH_PS_ON
143
-  #define MSG_SWITCH_PS_ON                    "G\xfcc\xfc A\xe7"
144
-#endif
145
-#ifndef MSG_SWITCH_PS_OFF
146
-  #define MSG_SWITCH_PS_OFF                   "G\xfcc\xfc Kapat"
147
-#endif
148
-#ifndef MSG_EXTRUDE
149
-  #define MSG_EXTRUDE                         "Extrude"
150
-#endif
151
-#ifndef MSG_RETRACT
152
-  #define MSG_RETRACT                         "Geri \xc7ek"
153
-#endif
154
-#ifndef MSG_MOVE_AXIS
155
-  #define MSG_MOVE_AXIS                       "Eksen Y\xf6net"
156
-#endif
157
-#ifndef MSG_LEVEL_BED
158
-  #define MSG_LEVEL_BED                       "Tabla Seviyele"
159
-#endif
160
-#ifndef MSG_MOVE_X
161
-  #define MSG_MOVE_X                          "X"
162
-#endif
163
-#ifndef MSG_MOVE_Y
164
-  #define MSG_MOVE_Y                          "Y"
165
-#endif
166
-#ifndef MSG_MOVE_Z
167
-  #define MSG_MOVE_Z                          "Z"
168
-#endif
169
-#ifndef MSG_MOVE_E
170
-  #define MSG_MOVE_E                          "Ekstruder"
171
-#endif
172
-#ifndef MSG_MOVE_E1
173
-  #define MSG_MOVE_E1                         "1"
174
-#endif
175
-#ifndef MSG_MOVE_E2
176
-  #define MSG_MOVE_E2                         "2"
177
-#endif
178
-#ifndef MSG_MOVE_E3
179
-  #define MSG_MOVE_E3                         "3"
180
-#endif
181
-#ifndef MSG_MOVE_E4
182
-  #define MSG_MOVE_E4                         "4"
183
-#endif
184
-#ifndef MSG_MOVE_01MM
185
-  #define MSG_MOVE_01MM                       "0.1mm"
186
-#endif
187
-#ifndef MSG_MOVE_1MM
188
-  #define MSG_MOVE_1MM                        "1mm"
189
-#endif
190
-#ifndef MSG_MOVE_10MM
191
-  #define MSG_MOVE_10MM                       "10mm"
192
-#endif
193
-#ifndef MSG_SPEED
194
-  #define MSG_SPEED                           "H\xfdz"
195
-#endif
196
-#ifndef MSG_BED_Z
197
-  #define MSG_BED_Z                           "Tabla Z"
198
-#endif
199
-#ifndef MSG_NOZZLE
200
-  #define MSG_NOZZLE                          "Noz\xfcl"
201
-#endif
202
-#ifndef MSG_N1
203
-  #define MSG_N1                              " 1"
204
-#endif
205
-#ifndef MSG_N2
206
-  #define MSG_N2                              " 2"
207
-#endif
208
-#ifndef MSG_N3
209
-  #define MSG_N3                              " 3"
210
-#endif
211
-#ifndef MSG_N4
212
-  #define MSG_N4                              " 4"
213
-#endif
214
-#ifndef MSG_BED
215
-  #define MSG_BED                             "Tabla"
216
-#endif
217
-#ifndef MSG_FAN_SPEED
218
-  #define MSG_FAN_SPEED                       "Fan H\xfdz\xfd"
219
-#endif
220
-#ifndef MSG_FLOW
221
-  #define MSG_FLOW                            "Ak\xfd\xfe"
222
-#endif
223
-#ifndef MSG_CONTROL
224
-  #define MSG_CONTROL                         "Kontrol"
225
-#endif
226
-#ifndef MSG_MIN
227
-  #define MSG_MIN                             " " LCD_STR_THERMOMETER " Min"
228
-#endif
229
-#ifndef MSG_MAX
230
-  #define MSG_MAX                             " " LCD_STR_THERMOMETER " Max"
231
-#endif
232
-#ifndef MSG_FACTOR
233
-  #define MSG_FACTOR                          " " LCD_STR_THERMOMETER " \xc7\x61rpan"
234
-#endif
235
-#ifndef MSG_AUTOTEMP
236
-  #define MSG_AUTOTEMP                        "Autotemp"
237
-#endif
238
-#ifndef MSG_ON
239
-  #define MSG_ON                              "On "
240
-#endif
241
-#ifndef MSG_OFF
242
-  #define MSG_OFF                             "Off"
243
-#endif
244
-#ifndef MSG_PID_P
245
-  #define MSG_PID_P                           "PID-P"
246
-#endif
247
-#ifndef MSG_PID_I
248
-  #define MSG_PID_I                           "PID-I"
249
-#endif
250
-#ifndef MSG_PID_D
251
-  #define MSG_PID_D                           "PID-D"
252
-#endif
253
-#ifndef MSG_PID_C
254
-  #define MSG_PID_C                           "PID-C"
255
-#endif
256
-#ifndef MSG_SELECT
257
-  #define MSG_SELECT                          "Se\xe7"
258
-#endif
259
-#ifndef MSG_E1
260
-  #define MSG_E1                              " E1"
261
-#endif
262
-#ifndef MSG_E2
263
-  #define MSG_E2                              " E2"
264
-#endif
265
-#ifndef MSG_E3
266
-  #define MSG_E3                              " E3"
267
-#endif
268
-#ifndef MSG_E4
269
-  #define MSG_E4                              " E4"
270
-#endif
271
-#ifndef MSG_ACC
272
-  #define MSG_ACC                             "\xddvme"
273
-#endif
274
-#ifndef MSG_VXY_JERK
275
-  #define MSG_VXY_JERK                        "Vxy-jerk"
276
-#endif
277
-#ifndef MSG_VZ_JERK
278
-  #define MSG_VZ_JERK                         "Vz-jerk"
279
-#endif
280
-#ifndef MSG_VE_JERK
281
-  #define MSG_VE_JERK                         "Ve-jerk"
282
-#endif
283
-#ifndef MSG_VMAX
284
-  #define MSG_VMAX                            "Vmax "
285
-#endif
286
-#ifndef MSG_X
287
-  #define MSG_X                               "X"
288
-#endif
289
-#ifndef MSG_Y
290
-  #define MSG_Y                               "Y"
291
-#endif
292
-#ifndef MSG_Z
293
-  #define MSG_Z                               "Z"
294
-#endif
295
-#ifndef MSG_E
296
-  #define MSG_E                               "E"
297
-#endif
298
-#ifndef MSG_VMIN
299
-  #define MSG_VMIN                            "Vmin"
300
-#endif
301
-#ifndef MSG_VTRAV_MIN
302
-  #define MSG_VTRAV_MIN                       "VTrav min"
303
-#endif
304
-#ifndef MSG_AMAX
305
-  #define MSG_AMAX                            "Amax "
306
-#endif
307
-#ifndef MSG_A_RETRACT
308
-  #define MSG_A_RETRACT                       "A-retract"
309
-#endif
310
-#ifndef MSG_A_TRAVEL
311
-  #define MSG_A_TRAVEL                        "A-travel"
312
-#endif
313
-#ifndef MSG_XSTEPS
314
-  #define MSG_XSTEPS                          "Xsteps/mm"
315
-#endif
316
-#ifndef MSG_YSTEPS
317
-  #define MSG_YSTEPS                          "Ysteps/mm"
318
-#endif
319
-#ifndef MSG_ZSTEPS
320
-  #define MSG_ZSTEPS                          "Zsteps/mm"
321
-#endif
322
-#ifndef MSG_ESTEPS
323
-  #define MSG_ESTEPS                          "Esteps/mm"
324
-#endif
325
-#ifndef MSG_TEMPERATURE
326
-  #define MSG_TEMPERATURE                     "S\xfd\x63\x61kl\xfdk"
327
-#endif
328
-#ifndef MSG_MOTION
329
-  #define MSG_MOTION                          "Hareket"
330
-#endif
331
-#ifndef MSG_VOLUMETRIC
332
-  #define MSG_VOLUMETRIC                      "Filaman"
333
-#endif
334
-#ifndef MSG_VOLUMETRIC_ENABLED
335
-  #define MSG_VOLUMETRIC_ENABLED              "E in mm3"
336
-#endif
337
-#ifndef MSG_FILAMENT_DIAM
338
-  #define MSG_FILAMENT_DIAM                   "Fil. \xc7\x61p"
339
-#endif
340
-#ifndef MSG_DIAM_E1
341
-  #define MSG_DIAM_E1                         " 1"
342
-#endif
343
-#ifndef MSG_DIAM_E2
344
-  #define MSG_DIAM_E2                         " 2"
345
-#endif
346
-#ifndef MSG_DIAM_E3
347
-  #define MSG_DIAM_E3                         " 3"
348
-#endif
349
-#ifndef MSG_DIAM_E4
350
-  #define MSG_DIAM_E4                         " 4"
351
-#endif
352
-#ifndef MSG_CONTRAST
353
-  #define MSG_CONTRAST                        "LCD Kontrast"
354
-#endif
355
-#ifndef MSG_STORE_EPROM
356
-  #define MSG_STORE_EPROM                     "Haf\xfdzaya Al"
357
-#endif
358
-#ifndef MSG_LOAD_EPROM
359
-  #define MSG_LOAD_EPROM                      "Haf\xfdzadan Y\xfckle"
360
-#endif
361
-#ifndef MSG_RESTORE_FAILSAFE
362
-  #define MSG_RESTORE_FAILSAFE                "Fabrika Ayarlar\xfd"
363
-#endif
364
-#ifndef MSG_REFRESH
365
-  #define MSG_REFRESH                         "Yenile"
366
-#endif
367
-#ifndef MSG_WATCH
368
-  #define MSG_WATCH                           "Bilgi Ekran\xfd"
369
-#endif
370
-#ifndef MSG_PREPARE
371
-  #define MSG_PREPARE                         "Haz\xfdrl\xfdk"
372
-#endif
373
-#ifndef MSG_TUNE
374
-  #define MSG_TUNE                            "Ayar"
375
-#endif
376
-#ifndef MSG_PAUSE_PRINT
377
-  #define MSG_PAUSE_PRINT                     "Duraklat"
378
-#endif
379
-#ifndef MSG_RESUME_PRINT
380
-  #define MSG_RESUME_PRINT                    "S\xfcrd\xfcr"
381
-#endif
382
-#ifndef MSG_STOP_PRINT
383
-  #define MSG_STOP_PRINT                      "Durdur"
384
-#endif
385
-#ifndef MSG_CARD_MENU
386
-  #define MSG_CARD_MENU                       "SD den Yazd\xfdr"
387
-#endif
388
-#ifndef MSG_NO_CARD
389
-  #define MSG_NO_CARD                         "SD Kart Yok"
390
-#endif
391
-#ifndef MSG_DWELL
392
-  #define MSG_DWELL                           "Uyku..."
393
-#endif
394
-#ifndef MSG_USERWAIT
395
-  #define MSG_USERWAIT                        "Operat\xf6r bekleniyor..."
396
-#endif
397
-#ifndef MSG_RESUMING
398
-  #define MSG_RESUMING                        "Bask\xfd S\xfcrd\xfcr\xfcl\xfcyor"
399
-#endif
400
-#ifndef MSG_PRINT_ABORTED
401
-  #define MSG_PRINT_ABORTED                   "Bask\xfd Duruduruldu"
402
-#endif
403
-#ifndef MSG_NO_MOVE
404
-  #define MSG_NO_MOVE                         "\xdd\xfelem yok."
405
-#endif
406
-#ifndef MSG_KILLED
407
-  #define MSG_KILLED                          "Kilitlendi. " //maybe a better turkish term needed
408
-#endif
409
-#ifndef MSG_STOPPED
410
-  #define MSG_STOPPED                         "Durdu. "
411
-#endif
412
-#ifndef MSG_CONTROL_RETRACT
413
-  #define MSG_CONTROL_RETRACT                 "Geri \xc7ek mm"
414
-#endif
415
-#ifndef MSG_CONTROL_RETRACT_SWAP
416
-  #define MSG_CONTROL_RETRACT_SWAP            "Swap Re.mm"
417
-#endif
418
-#ifndef MSG_CONTROL_RETRACTF
419
-  #define MSG_CONTROL_RETRACTF                "Geri \xc7ekme  V"
420
-#endif
421
-#ifndef MSG_CONTROL_RETRACT_ZLIFT
422
-  #define MSG_CONTROL_RETRACT_ZLIFT           "Hop mm"
423
-#endif
424
-#ifndef MSG_CONTROL_RETRACT_RECOVER
425
-  #define MSG_CONTROL_RETRACT_RECOVER         "UnRet +mm"
426
-#endif
427
-#ifndef MSG_CONTROL_RETRACT_RECOVER_SWAP
428
-  #define MSG_CONTROL_RETRACT_RECOVER_SWAP    "S UnRet+mm"
429
-#endif
430
-#ifndef MSG_CONTROL_RETRACT_RECOVERF
431
-  #define MSG_CONTROL_RETRACT_RECOVERF        "UnRet  V"
432
-#endif
433
-#ifndef MSG_AUTORETRACT
434
-  #define MSG_AUTORETRACT                     "AutoRetr."
435
-#endif
436
-#ifndef MSG_FILAMENTCHANGE
437
-  #define MSG_FILAMENTCHANGE                  "Filaman De\xf0i\xfetir"
438
-#endif
439
-#ifndef MSG_INIT_SDCARD
440
-  #define MSG_INIT_SDCARD                     "Init. SD"
441
-#endif
442
-#ifndef MSG_CNG_SDCARD
443
-  #define MSG_CNG_SDCARD                      "SD De\xf0i\xfetir"
444
-#endif
445
-#ifndef MSG_ZPROBE_OUT
446
-  #define MSG_ZPROBE_OUT                      "Z Prob A\xe7\xfdk. Tabla"
447
-#endif
448
-#ifndef MSG_HOME
449
-  #define MSG_HOME                            "S\xfd\x66\xfdrla"  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
450
-#endif
451
-#ifndef MSG_FIRST
452
-  #define MSG_FIRST                           "\xf6nce"
453
-#endif
454
-#ifndef MSG_ZPROBE_ZOFFSET
455
-  #define MSG_ZPROBE_ZOFFSET                  "Z Offset"
456
-#endif
457
-#ifndef MSG_BABYSTEP_X
458
-  #define MSG_BABYSTEP_X                      "Miniad\xfdm X"
459
-#endif
460
-#ifndef MSG_BABYSTEP_Y
461
-  #define MSG_BABYSTEP_Y                      "Miniad\xfdm Y"
462
-#endif
463
-#ifndef MSG_BABYSTEP_Z
464
-  #define MSG_BABYSTEP_Z                      "Miniad\xfdm Z"
465
-#endif
466
-#ifndef MSG_ENDSTOP_ABORT
467
-  #define MSG_ENDSTOP_ABORT                   "Endstop iptal"
468
-#endif
469
-#ifndef MSG_HEATING_FAILED_LCD
470
-  #define MSG_HEATING_FAILED_LCD              "Is\xfdnma ba\xfe\x61\x72\xfds\xfdz"
471
-#endif
472
-#ifndef MSG_ERR_REDUNDANT_TEMP
473
-  #define MSG_ERR_REDUNDANT_TEMP              "Err: Ge\xe7ersiz S\xfd\x63akl\xfdk"
474
-#endif
475
-#ifndef MSG_THERMAL_RUNAWAY
476
-  #define MSG_THERMAL_RUNAWAY                 "TERMAL PROBLEM"
477
-#endif
478
-#ifndef MSG_ERR_MAXTEMP
479
-  #define MSG_ERR_MAXTEMP                     "Err: MAXSICAKLIK"
480
-#endif
481
-#ifndef MSG_ERR_MINTEMP
482
-  #define MSG_ERR_MINTEMP                     "Err: MINSICAKLIK"
483
-#endif
484
-#ifndef MSG_ERR_MAXTEMP_BED
485
-  #define MSG_ERR_MAXTEMP_BED                 "Err: MAXSIC. TABLA"
486
-#endif
487
-#ifndef MSG_ERR_MINTEMP_BED
488
-  #define MSG_ERR_MINTEMP_BED                 "Err: MINSIC. TABLA"
489
-#endif
490
-#ifndef MSG_HALTED
491
-  #define MSG_HALTED                          "YAZICI DURDURULDU"
492
-#endif
493
-#ifndef MSG_PLEASE_RESET
494
-  #define MSG_PLEASE_RESET                    "L\xfctfen resetleyin"
495
-#endif
496
-#ifndef MSG_SHORT_DAY
497
-  #define MSG_SHORT_DAY                       "s" // One character only
498
-#endif
499
-#ifndef MSG_SHORT_HOUR
500
-  #define MSG_SHORT_HOUR                      "S" // One character only
501
-#endif
502
-#ifndef MSG_SHORT_MINUTE
503
-  #define MSG_SHORT_MINUTE                    "d" // One character only
504
-#endif
505
-#ifndef MSG_HEATING
506
-  #define MSG_HEATING                         "Is\xfdn\xfdyor..."
507
-#endif
508
-#ifndef MSG_HEATING_COMPLETE
509
-  #define MSG_HEATING_COMPLETE                "Is\xfdnma tamam."
510
-#endif
511
-#ifndef MSG_BED_HEATING
512
-  #define MSG_BED_HEATING                     "Tabla Is\xfdn\xfdyor."
513
-#endif
514
-#ifndef MSG_BED_DONE
515
-  #define MSG_BED_DONE                        "Tabla haz\xfdr."
516
-#endif
517
-#ifndef MSG_DELTA_CALIBRATE
518
-  #define MSG_DELTA_CALIBRATE                 "Delta Kalibrasyonu"
519
-#endif
520
-#ifndef MSG_DELTA_CALIBRATE_X
521
-  #define MSG_DELTA_CALIBRATE_X               "Ayarla X"
522
-#endif
523
-#ifndef MSG_DELTA_CALIBRATE_Y
524
-  #define MSG_DELTA_CALIBRATE_Y               "Ayarla Y"
525
-#endif
526
-#ifndef MSG_DELTA_CALIBRATE_Z
527
-  #define MSG_DELTA_CALIBRATE_Z               "Ayarla Z"
528
-#endif
529
-#ifndef MSG_DELTA_CALIBRATE_CENTER
530
-  #define MSG_DELTA_CALIBRATE_CENTER          "Ayarla Merkez"
531
-#endif
532
-
533
-#ifndef MSG_INFO_MENU
534
-  #define MSG_INFO_MENU                       "Yaz\xfd\x63\xfd Hakk\xfdnda"
535
-#endif
536
-#ifndef MSG_INFO_PRINTER_MENU
537
-  #define MSG_INFO_PRINTER_MENU               "Yaz\xfd\x63\xfd Bilgisi"
538
-#endif
539
-#ifndef MSG_INFO_STATS_MENU
540
-  #define MSG_INFO_STATS_MENU                 "\xddstatistikler"
541
-#endif
542
-#ifndef MSG_INFO_BOARD_MENU
543
-  #define MSG_INFO_BOARD_MENU                 "Kontrol\xf6r Bilgisi"
544
-#endif
545
-#ifndef MSG_INFO_THERMISTOR_MENU
546
-  #define MSG_INFO_THERMISTOR_MENU            "Termist\xf6rler"
547
-#endif
548
-#ifndef MSG_INFO_EXTRUDERS
549
-  #define MSG_INFO_EXTRUDERS                  "Ekstruderler"
550
-#endif
551
-#ifndef MSG_INFO_BAUDRATE
552
-  #define MSG_INFO_BAUDRATE                   "\xddleti\xfeim H\xfdz\xfd"
553
-#endif
554
-#ifndef MSG_INFO_PROTOCOL
555
-  #define MSG_INFO_PROTOCOL                   "Protokol"
556
-#endif
177
+#define MSG_INFO_MENU                       "Yaz\xfd\x63\xfd Hakk\xfdnda"
178
+#define MSG_INFO_PRINTER_MENU               "Yaz\xfd\x63\xfd Bilgisi"
179
+#define MSG_INFO_STATS_MENU                 "\xddstatistikler"
180
+#define MSG_INFO_BOARD_MENU                 "Kontrol\xf6r Bilgisi"
181
+#define MSG_INFO_THERMISTOR_MENU            "Termist\xf6rler"
182
+#define MSG_INFO_EXTRUDERS                  "Ekstruderler"
183
+#define MSG_INFO_BAUDRATE                   "\xddleti\xfeim H\xfdz\xfd"
184
+#define MSG_INFO_PROTOCOL                   "Protokol"
557 185
 
558 186
 #if LCD_WIDTH > 19
559
-  #ifndef MSG_INFO_PRINT_COUNT
560
-    #define MSG_INFO_PRINT_COUNT              "Bask\xfd Say\xfds\xfd"
561
-  #endif
562
-  #ifndef MSG_INFO_COMPLETED_PRINTS
563
-    #define MSG_INFO_COMPLETED_PRINTS         "Tamamlanan"
564
-  #endif
565
-  #ifndef MSG_INFO_PRINT_TIME
566
-    #define MSG_INFO_PRINT_TIME               "Toplam Bask\xfd S\xfcresi"
567
-  #endif
568
-  #ifndef MSG_INFO_PRINT_LONGEST
569
-    #define MSG_INFO_PRINT_LONGEST            "En Uzun Bask\xfd S\xfcresi"
570
-  #endif
571
-  #ifndef MSG_INFO_PRINT_FILAMENT
572
-    #define MSG_INFO_PRINT_FILAMENT           "Toplam Filaman"
573
-  #endif
187
+  #define MSG_INFO_PRINT_COUNT              "Bask\xfd Say\xfds\xfd"
188
+  #define MSG_INFO_COMPLETED_PRINTS         "Tamamlanan"
189
+  #define MSG_INFO_PRINT_TIME               "Toplam Bask\xfd S\xfcresi"
190
+  #define MSG_INFO_PRINT_LONGEST            "En Uzun Bask\xfd S\xfcresi"
191
+  #define MSG_INFO_PRINT_FILAMENT           "Toplam Filaman"
574 192
 #else
575
-  #ifndef MSG_INFO_PRINT_COUNT
576
-    #define MSG_INFO_PRINT_COUNT              "Bask\xfd"
577
-  #endif
578
-  #ifndef MSG_INFO_COMPLETED_PRINTS
579
-    #define MSG_INFO_COMPLETED_PRINTS         "Tamamlanan"
580
-  #endif
581
-  #ifndef MSG_INFO_PRINT_TIME
582
-    #define MSG_INFO_PRINT_TIME               "S\xfcre"
583
-  #endif
584
-  #ifndef MSG_INFO_PRINT_LONGEST
585
-    #define MSG_INFO_PRINT_LONGEST            "En Uzun"
586
-  #endif
587
-  #ifndef MSG_INFO_PRINT_FILAMENT
588
-    #define MSG_INFO_PRINT_FILAMENT           "Filaman"
589
-  #endif
193
+  #define MSG_INFO_PRINT_COUNT              "Bask\xfd"
194
+  #define MSG_INFO_COMPLETED_PRINTS         "Tamamlanan"
195
+  #define MSG_INFO_PRINT_TIME               "S\xfcre"
196
+  #define MSG_INFO_PRINT_LONGEST            "En Uzun"
197
+  #define MSG_INFO_PRINT_FILAMENT           "Filaman"
590 198
 #endif
591 199
 
592
-#ifndef MSG_INFO_MIN_TEMP
593
-  #define MSG_INFO_MIN_TEMP                   "Min S\xfd\x63."
594
-#endif
595
-#ifndef MSG_INFO_MAX_TEMP
596
-  #define MSG_INFO_MAX_TEMP                   "Max S\xfd\x63."
597
-#endif
598
-#ifndef MSG_INFO_PSU
599
-  #define MSG_INFO_PSU                        "G\xfc\xe7 Kayna\xf0\xfd"
600
-#endif
200
+#define MSG_INFO_MIN_TEMP                   "Min S\xfd\x63."
201
+#define MSG_INFO_MAX_TEMP                   "Max S\xfd\x63."
202
+#define MSG_INFO_PSU                        "G\xfc\xe7 Kayna\xf0\xfd"
601 203
 
602
-#ifndef MSG_FILAMENT_CHANGE_HEADER
603
-  #define MSG_FILAMENT_CHANGE_HEADER          "Filaman De\xf0i\xfetir"
604
-#endif
605
-#ifndef MSG_FILAMENT_CHANGE_OPTION_HEADER
606
-  #define MSG_FILAMENT_CHANGE_OPTION_HEADER   "Se\xe7enekler:"
607
-#endif
608
-#ifndef MSG_FILAMENT_CHANGE_OPTION_EXTRUDE
609
-  #define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  "Extrude more"
610
-#endif
611
-#ifndef MSG_FILAMENT_CHANGE_OPTION_RESUME
612
-  #define MSG_FILAMENT_CHANGE_OPTION_RESUME   "Bask\xfdy\xfd s\xfcrd\xfcr"
613
-#endif
204
+#define MSG_FILAMENT_CHANGE_HEADER          "Filaman De\xf0i\xfetir"
205
+#define MSG_FILAMENT_CHANGE_OPTION_HEADER   "Se\xe7enekler:"
206
+#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE  "Extrude more"
207
+#define MSG_FILAMENT_CHANGE_OPTION_RESUME   "Bask\xfdy\xfd s\xfcrd\xfcr"
614 208
 #if LCD_HEIGHT >= 4
615
-  #ifndef MSG_FILAMENT_CHANGE_INIT_1
616
-    #define MSG_FILAMENT_CHANGE_INIT_1          "Ba\xfelama bekleniyor"
617
-  #endif
618
-  #ifndef MSG_FILAMENT_CHANGE_INIT_2
619
-    #define MSG_FILAMENT_CHANGE_INIT_2          "filaman\xfdn"
620
-  #endif
621
-  #ifndef MSG_FILAMENT_CHANGE_INIT_3
622
-    #define MSG_FILAMENT_CHANGE_INIT_3          "de\xf0i\xfeimi"
623
-  #endif
624
-  #ifndef MSG_FILAMENT_CHANGE_UNLOAD_1
625
-    #define MSG_FILAMENT_CHANGE_UNLOAD_1        "Bekleniyor"
626
-  #endif
627
-  #ifndef MSG_FILAMENT_CHANGE_UNLOAD_2
628
-    #define MSG_FILAMENT_CHANGE_UNLOAD_2        "filaman\xfdn \xe7\xfdkmas\xfd"
629
-  #endif
630
-  #ifndef MSG_FILAMENT_CHANGE_UNLOAD_3
631
-    #define MSG_FILAMENT_CHANGE_UNLOAD_3        ""
632
-  #endif
633
-  #ifndef MSG_FILAMENT_CHANGE_INSERT_1
634
-    #define MSG_FILAMENT_CHANGE_INSERT_1        "Filaman\xfd y\xfckle"
635
-  #endif
636
-  #ifndef MSG_FILAMENT_CHANGE_INSERT_2
637
-    #define MSG_FILAMENT_CHANGE_INSERT_2        "ve devam i\xe7in"
638
-  #endif
639
-  #ifndef MSG_FILAMENT_CHANGE_INSERT_3
640
-    #define MSG_FILAMENT_CHANGE_INSERT_3        "tu\xfea bas..."
641
-  #endif
642
-  #ifndef MSG_FILAMENT_CHANGE_LOAD_1
643
-    #define MSG_FILAMENT_CHANGE_LOAD_1          "Bekleniyor"
644
-  #endif
645
-  #ifndef MSG_FILAMENT_CHANGE_LOAD_2
646
-    #define MSG_FILAMENT_CHANGE_LOAD_2          "filaman\xfdn y\xfcklenmesi"
647
-  #endif
648
-  #ifndef MSG_FILAMENT_CHANGE_LOAD_3
649
-    #define MSG_FILAMENT_CHANGE_LOAD_3          ""
650
-  #endif
651
-  #ifndef MSG_FILAMENT_CHANGE_EXTRUDE_1
652
-    #define MSG_FILAMENT_CHANGE_EXTRUDE_1       "Bekleniyor"
653
-  #endif
654
-  #ifndef MSG_FILAMENT_CHANGE_EXTRUDE_2
655
-    #define MSG_FILAMENT_CHANGE_EXTRUDE_2       "filaman akmas\xfd"
656
-  #endif
657
-  #ifndef MSG_FILAMENT_CHANGE_EXTRUDE_3
658
-    #define MSG_FILAMENT_CHANGE_EXTRUDE_3       ""
659
-  #endif
660
-  #ifndef MSG_FILAMENT_CHANGE_RESUME_1
661
-    #define MSG_FILAMENT_CHANGE_RESUME_1        "Bask\xfdn\xfdn s\xfcrd\xfcr\xfclmesini"
662
-  #endif
663
-  #ifndef MSG_FILAMENT_CHANGE_RESUME_2
664
-    #define MSG_FILAMENT_CHANGE_RESUME_2        "bekle"
665
-  #endif
666
-  #ifndef MSG_FILAMENT_CHANGE_RESUME_3
667
-    #define MSG_FILAMENT_CHANGE_RESUME_3        ""
668
-  #endif
209
+  #define MSG_FILAMENT_CHANGE_INIT_1          "Ba\xfelama bekleniyor"
210
+  #define MSG_FILAMENT_CHANGE_INIT_2          "filaman\xfdn"
211
+  #define MSG_FILAMENT_CHANGE_INIT_3          "de\xf0i\xfeimi"
212
+  #define MSG_FILAMENT_CHANGE_UNLOAD_1        "Bekleniyor"
213
+  #define MSG_FILAMENT_CHANGE_UNLOAD_2        "filaman\xfdn \xe7\xfdkmas\xfd"
214
+  #define MSG_FILAMENT_CHANGE_UNLOAD_3        ""
215
+  #define MSG_FILAMENT_CHANGE_INSERT_1        "Filaman\xfd y\xfckle"
216
+  #define MSG_FILAMENT_CHANGE_INSERT_2        "ve devam i\xe7in"
217
+  #define MSG_FILAMENT_CHANGE_INSERT_3        "tu\xfea bas..."
218
+  #define MSG_FILAMENT_CHANGE_LOAD_1          "Bekleniyor"
219
+  #define MSG_FILAMENT_CHANGE_LOAD_2          "filaman\xfdn y\xfcklenmesi"
220
+  #define MSG_FILAMENT_CHANGE_LOAD_3          ""
221
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_1       "Bekleniyor"
222
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_2       "filaman akmas\xfd"
223
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_3       ""
224
+  #define MSG_FILAMENT_CHANGE_RESUME_1        "Bask\xfdn\xfdn s\xfcrd\xfcr\xfclmesini"
225
+  #define MSG_FILAMENT_CHANGE_RESUME_2        "bekle"
226
+  #define MSG_FILAMENT_CHANGE_RESUME_3        ""
669 227
 #else // LCD_HEIGHT < 4
670
-  #ifndef MSG_FILAMENT_CHANGE_INIT_1
671
-    #define MSG_FILAMENT_CHANGE_INIT_1          "L\xfctfen bekleyiniz..."
672
-  #endif
673
-  #ifndef MSG_FILAMENT_CHANGE_UNLOAD_1
674
-    #define MSG_FILAMENT_CHANGE_UNLOAD_1        "\xc7\xfdkart\xfdl\xfdyor..."
675
-  #endif
676
-  #ifndef MSG_FILAMENT_CHANGE_INSERT_1
677
-    #define MSG_FILAMENT_CHANGE_INSERT_1        "Y\xfckle ve bas"
678
-  #endif
679
-  #ifndef MSG_FILAMENT_CHANGE_LOAD_1
680
-    #define MSG_FILAMENT_CHANGE_LOAD_1          "Y\xfckl\xfcyor..."
681
-  #endif
682
-  #ifndef MSG_FILAMENT_CHANGE_EXTRUDE_1
683
-    #define MSG_FILAMENT_CHANGE_EXTRUDE_1       "Ak\xfdt\xfdl\xfdyor..."
684
-  #endif
685
-  #ifndef MSG_FILAMENT_CHANGE_RESUME_1
686
-    #define MSG_FILAMENT_CHANGE_RESUME_1        "S\xfcrd\xfcr\xfcl\xfcyor..."
687
-  #endif
228
+  #define MSG_FILAMENT_CHANGE_INIT_1          "L\xfctfen bekleyiniz..."
229
+  #define MSG_FILAMENT_CHANGE_UNLOAD_1        "\xc7\xfdkart\xfdl\xfdyor..."
230
+  #define MSG_FILAMENT_CHANGE_INSERT_1        "Y\xfckle ve bas"
231
+  #define MSG_FILAMENT_CHANGE_LOAD_1          "Y\xfckl\xfcyor..."
232
+  #define MSG_FILAMENT_CHANGE_EXTRUDE_1       "Ak\xfdt\xfdl\xfdyor..."
233
+  #define MSG_FILAMENT_CHANGE_RESUME_1        "S\xfcrd\xfcr\xfcl\xfcyor..."
688 234
 #endif // LCD_HEIGHT < 4
689 235
 
690
-#endif // LANGUAGE_EN_H
236
+#endif // LANGUAGE_TR_H

Loading…
Cancel
Save