My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

language_tr.h 22KB

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