language_pl_utf8.h 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105
  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. * Polish
  24. * UTF-8 for Graphical Display
  25. *
  26. * LCD Menu Messages
  27. * See also http://marlinfw.org/docs/development/lcd_language.html
  28. *
  29. */
  30. #ifndef LANGUAGE_PL_UTF_H
  31. #define LANGUAGE_PL_UTF_H
  32. #define MAPPER_C3C4C5_PL
  33. #define pl 1234
  34. #if LCD_LANGUAGE == pl
  35. #define DISPLAY_CHARSET_ISO10646_PL
  36. #endif
  37. #undef pl
  38. #ifndef CHARSIZE
  39. #define CHARSIZE 2
  40. #endif
  41. #ifndef WELCOME_MSG
  42. #define WELCOME_MSG MACHINE_NAME _UxGT(" gotowy.")
  43. #endif
  44. #ifndef MSG_BACK
  45. #define MSG_BACK _UxGT("Wróć")
  46. #endif
  47. #ifndef MSG_SD_INSERTED
  48. #define MSG_SD_INSERTED _UxGT("Karta włożona")
  49. #endif
  50. #ifndef MSG_SD_REMOVED
  51. #define MSG_SD_REMOVED _UxGT("Karta usunięta")
  52. #endif
  53. #ifndef MSG_LCD_ENDSTOPS
  54. #define MSG_LCD_ENDSTOPS _UxGT("Kranców.") // Max length 8 characters
  55. #endif
  56. #ifndef MSG_LCD_SOFT_ENDSTOPS
  57. #define MSG_LCD_SOFT_ENDSTOPS _UxGT("Soft Endstops")
  58. #endif
  59. #ifndef MSG_MAIN
  60. #define MSG_MAIN _UxGT("Menu główne")
  61. #endif
  62. #ifndef MSG_AUTOSTART
  63. #define MSG_AUTOSTART _UxGT("Autostart")
  64. #endif
  65. #ifndef MSG_DISABLE_STEPPERS
  66. #define MSG_DISABLE_STEPPERS _UxGT("Wyłącz silniki")
  67. #endif
  68. #ifndef MSG_DEBUG_MENU
  69. #define MSG_DEBUG_MENU _UxGT("Debug Menu")
  70. #endif
  71. #ifndef MSG_PROGRESS_BAR_TEST
  72. #define MSG_PROGRESS_BAR_TEST _UxGT("Progress Bar Test")
  73. #endif
  74. #ifndef MSG_AUTO_HOME
  75. #define MSG_AUTO_HOME _UxGT("Pozycja zerowa")
  76. #endif
  77. #ifndef MSG_AUTO_HOME_X
  78. #define MSG_AUTO_HOME_X _UxGT("Zeruj X")
  79. #endif
  80. #ifndef MSG_AUTO_HOME_Y
  81. #define MSG_AUTO_HOME_Y _UxGT("Zeruj Y")
  82. #endif
  83. #ifndef MSG_AUTO_HOME_Z
  84. #define MSG_AUTO_HOME_Z _UxGT("Zeruj Z")
  85. #endif
  86. #ifndef MSG_TMC_Z_CALIBRATION
  87. #define MSG_TMC_Z_CALIBRATION _UxGT("Kalibruj Z")
  88. #endif
  89. #ifndef MSG_LEVEL_BED_HOMING
  90. #define MSG_LEVEL_BED_HOMING _UxGT("Pozycja zerowa")
  91. #endif
  92. #ifndef MSG_LEVEL_BED_WAITING
  93. #define MSG_LEVEL_BED_WAITING _UxGT("Kliknij by rozp.")
  94. #endif
  95. #ifndef MSG_LEVEL_BED_NEXT_POINT
  96. #define MSG_LEVEL_BED_NEXT_POINT _UxGT("Następny punkt")
  97. #endif
  98. #ifndef MSG_LEVEL_BED_DONE
  99. #define MSG_LEVEL_BED_DONE _UxGT("Wypoziomowano!")
  100. #endif
  101. #ifndef MSG_Z_FADE_HEIGHT
  102. #define MSG_Z_FADE_HEIGHT _UxGT("Fade Height")
  103. #endif
  104. #ifndef MSG_SET_HOME_OFFSETS
  105. #define MSG_SET_HOME_OFFSETS _UxGT("Ust. poz. zer.")
  106. #endif
  107. #ifndef MSG_HOME_OFFSETS_APPLIED
  108. #define MSG_HOME_OFFSETS_APPLIED _UxGT("Poz. zerowa ust.")
  109. #endif
  110. #ifndef MSG_SET_ORIGIN
  111. #define MSG_SET_ORIGIN _UxGT("Ustaw punkt zero")
  112. #endif
  113. #ifndef MSG_PREHEAT_1
  114. #define MSG_PREHEAT_1 _UxGT("Rozgrzej PLA")
  115. #endif
  116. #ifndef MSG_PREHEAT_1_N
  117. #define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
  118. #endif
  119. #ifndef MSG_PREHEAT_1_ALL
  120. #define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" wsz.")
  121. #endif
  122. #ifndef MSG_PREHEAT_1_END
  123. #define MSG_PREHEAT_1_END MSG_PREHEAT_1 _UxGT(" głowicę")
  124. #endif
  125. #ifndef MSG_PREHEAT_1_BEDONLY
  126. #define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" stół")
  127. #endif
  128. #ifndef MSG_PREHEAT_1_SETTINGS
  129. #define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" ustaw.")
  130. #endif
  131. #ifndef MSG_PREHEAT_2
  132. #define MSG_PREHEAT_2 _UxGT("Rozgrzej ABS")
  133. #endif
  134. #ifndef MSG_PREHEAT_2_N
  135. #define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
  136. #endif
  137. #ifndef MSG_PREHEAT_2_ALL
  138. #define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" wsz.")
  139. #endif
  140. #ifndef MSG_PREHEAT_2_END
  141. #define MSG_PREHEAT_2_END MSG_PREHEAT_2 _UxGT(" głowicę")
  142. #endif
  143. #ifndef MSG_PREHEAT_2_BEDONLY
  144. #define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" stół")
  145. #endif
  146. #ifndef MSG_PREHEAT_2_SETTINGS
  147. #define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" ustaw.")
  148. #endif
  149. #ifndef MSG_COOLDOWN
  150. #define MSG_COOLDOWN _UxGT("Chłodzenie")
  151. #endif
  152. #ifndef MSG_SWITCH_PS_ON
  153. #define MSG_SWITCH_PS_ON _UxGT("Włącz zasilacz")
  154. #endif
  155. #ifndef MSG_SWITCH_PS_OFF
  156. #define MSG_SWITCH_PS_OFF _UxGT("Wyłącz zasilacz")
  157. #endif
  158. #ifndef MSG_EXTRUDE
  159. #define MSG_EXTRUDE _UxGT("Ekstruzja")
  160. #endif
  161. #ifndef MSG_RETRACT
  162. #define MSG_RETRACT _UxGT("Wycofanie")
  163. #endif
  164. #ifndef MSG_MOVE_AXIS
  165. #define MSG_MOVE_AXIS _UxGT("Ruch osi")
  166. #endif
  167. #ifndef MSG_BED_LEVELING
  168. #define MSG_BED_LEVELING _UxGT("Poziom. stołu")
  169. #endif
  170. #ifndef MSG_LEVEL_BED
  171. #define MSG_LEVEL_BED _UxGT("Poziom. stołu")
  172. #endif
  173. #ifndef MSG_LEVEL_CORNERS
  174. #define MSG_LEVEL_CORNERS _UxGT("Level corners")
  175. #endif
  176. #ifndef MSG_NEXT_CORNER
  177. #define MSG_NEXT_CORNER _UxGT("Next corner")
  178. #endif
  179. #ifndef MSG_EDITING_STOPPED
  180. #define MSG_EDITING_STOPPED _UxGT("Mesh Editing Stopped")
  181. #endif
  182. #ifndef MSG_USER_MENU
  183. #define MSG_USER_MENU _UxGT("Własne polecenia")
  184. #endif
  185. #ifndef MSG_UBL_DOING_G29
  186. #define MSG_UBL_DOING_G29 _UxGT("Doing G29")
  187. #endif
  188. #ifndef MSG_UBL_UNHOMED
  189. #define MSG_UBL_UNHOMED _UxGT("Home XYZ first")
  190. #endif
  191. #ifndef MSG_UBL_TOOLS
  192. #define MSG_UBL_TOOLS _UxGT("UBL Tools")
  193. #endif
  194. #ifndef MSG_UBL_LEVEL_BED
  195. #define MSG_UBL_LEVEL_BED _UxGT("Unified Bed Leveling")
  196. #endif
  197. #ifndef MSG_UBL_MANUAL_MESH
  198. #define MSG_UBL_MANUAL_MESH _UxGT("Manually Build Mesh")
  199. #endif
  200. #ifndef MSG_UBL_BC_INSERT
  201. #define MSG_UBL_BC_INSERT _UxGT("Place shim & measure")
  202. #endif
  203. #ifndef MSG_UBL_BC_INSERT2
  204. #define MSG_UBL_BC_INSERT2 _UxGT("Measure")
  205. #endif
  206. #ifndef MSG_UBL_BC_REMOVE
  207. #define MSG_UBL_BC_REMOVE _UxGT("Remove & measure bed")
  208. #endif
  209. #ifndef MSG_UBL_MOVING_TO_NEXT
  210. #define MSG_UBL_MOVING_TO_NEXT _UxGT("Moving to next")
  211. #endif
  212. #ifndef MSG_UBL_ACTIVATE_MESH
  213. #define MSG_UBL_ACTIVATE_MESH _UxGT("Activate UBL")
  214. #endif
  215. #ifndef MSG_UBL_DEACTIVATE_MESH
  216. #define MSG_UBL_DEACTIVATE_MESH _UxGT("Deactivate UBL")
  217. #endif
  218. #ifndef MSG_UBL_SET_BED_TEMP
  219. #define MSG_UBL_SET_BED_TEMP _UxGT("Bed Temp")
  220. #endif
  221. #ifndef MSG_UBL_CUSTOM_BED_TEMP
  222. #define MSG_UBL_CUSTOM_BED_TEMP MSG_UBL_SET_BED_TEMP
  223. #endif
  224. #ifndef MSG_UBL_SET_HOTEND_TEMP
  225. #define MSG_UBL_SET_HOTEND_TEMP _UxGT("Hotend Temp")
  226. #endif
  227. #ifndef MSG_UBL_CUSTOM_HOTEND_TEMP
  228. #define MSG_UBL_CUSTOM_HOTEND_TEMP MSG_UBL_SET_HOTEND_TEMP
  229. #endif
  230. #ifndef MSG_UBL_MESH_EDIT
  231. #define MSG_UBL_MESH_EDIT _UxGT("Mesh Edit")
  232. #endif
  233. #ifndef MSG_UBL_EDIT_CUSTOM_MESH
  234. #define MSG_UBL_EDIT_CUSTOM_MESH _UxGT("Edit Custom Mesh")
  235. #endif
  236. #ifndef MSG_UBL_FINE_TUNE_MESH
  237. #define MSG_UBL_FINE_TUNE_MESH _UxGT("Fine Tuning Mesh")
  238. #endif
  239. #ifndef MSG_UBL_DONE_EDITING_MESH
  240. #define MSG_UBL_DONE_EDITING_MESH _UxGT("Done Editing Mesh")
  241. #endif
  242. #ifndef MSG_UBL_BUILD_CUSTOM_MESH
  243. #define MSG_UBL_BUILD_CUSTOM_MESH _UxGT("Build Custom Mesh")
  244. #endif
  245. #ifndef MSG_UBL_BUILD_MESH_MENU
  246. #define MSG_UBL_BUILD_MESH_MENU _UxGT("Build Mesh")
  247. #endif
  248. #ifndef MSG_UBL_BUILD_PLA_MESH
  249. #define MSG_UBL_BUILD_PLA_MESH _UxGT("Build PLA Mesh")
  250. #endif
  251. #ifndef MSG_UBL_BUILD_ABS_MESH
  252. #define MSG_UBL_BUILD_ABS_MESH _UxGT("Build ABS Mesh")
  253. #endif
  254. #ifndef MSG_UBL_BUILD_COLD_MESH
  255. #define MSG_UBL_BUILD_COLD_MESH _UxGT("Build Cold Mesh")
  256. #endif
  257. #ifndef MSG_UBL_MESH_HEIGHT_ADJUST
  258. #define MSG_UBL_MESH_HEIGHT_ADJUST _UxGT("Adjust Mesh Height")
  259. #endif
  260. #ifndef MSG_UBL_MESH_HEIGHT_AMOUNT
  261. #define MSG_UBL_MESH_HEIGHT_AMOUNT _UxGT("Height Amount")
  262. #endif
  263. #ifndef MSG_UBL_VALIDATE_MESH_MENU
  264. #define MSG_UBL_VALIDATE_MESH_MENU _UxGT("Validate Mesh")
  265. #endif
  266. #ifndef MSG_UBL_VALIDATE_PLA_MESH
  267. #define MSG_UBL_VALIDATE_PLA_MESH _UxGT("Validate PLA Mesh")
  268. #endif
  269. #ifndef MSG_UBL_VALIDATE_ABS_MESH
  270. #define MSG_UBL_VALIDATE_ABS_MESH _UxGT("Validate ABS Mesh")
  271. #endif
  272. #ifndef MSG_UBL_VALIDATE_CUSTOM_MESH
  273. #define MSG_UBL_VALIDATE_CUSTOM_MESH _UxGT("Validate Custom Mesh")
  274. #endif
  275. #ifndef MSG_UBL_CONTINUE_MESH
  276. #define MSG_UBL_CONTINUE_MESH _UxGT("Continue Bed Mesh")
  277. #endif
  278. #ifndef MSG_UBL_MESH_LEVELING
  279. #define MSG_UBL_MESH_LEVELING _UxGT("Mesh Leveling")
  280. #endif
  281. #ifndef MSG_UBL_3POINT_MESH_LEVELING
  282. #define MSG_UBL_3POINT_MESH_LEVELING _UxGT("3-Point Leveling")
  283. #endif
  284. #ifndef MSG_UBL_GRID_MESH_LEVELING
  285. #define MSG_UBL_GRID_MESH_LEVELING _UxGT("Grid Mesh Leveling")
  286. #endif
  287. #ifndef MSG_UBL_MESH_LEVEL
  288. #define MSG_UBL_MESH_LEVEL _UxGT("Level Mesh")
  289. #endif
  290. #ifndef MSG_UBL_SIDE_POINTS
  291. #define MSG_UBL_SIDE_POINTS _UxGT("Side Points")
  292. #endif
  293. #ifndef MSG_UBL_MAP_TYPE
  294. #define MSG_UBL_MAP_TYPE _UxGT("Map Type")
  295. #endif
  296. #ifndef MSG_UBL_OUTPUT_MAP
  297. #define MSG_UBL_OUTPUT_MAP _UxGT("Output Mesh Map")
  298. #endif
  299. #ifndef MSG_UBL_OUTPUT_MAP_HOST
  300. #define MSG_UBL_OUTPUT_MAP_HOST _UxGT("Output for Host")
  301. #endif
  302. #ifndef MSG_UBL_OUTPUT_MAP_CSV
  303. #define MSG_UBL_OUTPUT_MAP_CSV _UxGT("Output for CSV")
  304. #endif
  305. #ifndef MSG_UBL_OUTPUT_MAP_BACKUP
  306. #define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Off Printer Backup")
  307. #endif
  308. #ifndef MSG_UBL_INFO_UBL
  309. #define MSG_UBL_INFO_UBL _UxGT("Output UBL Info")
  310. #endif
  311. #ifndef MSG_UBL_EDIT_MESH_MENU
  312. #define MSG_UBL_EDIT_MESH_MENU _UxGT("Edit Mesh")
  313. #endif
  314. #ifndef MSG_UBL_FILLIN_AMOUNT
  315. #define MSG_UBL_FILLIN_AMOUNT _UxGT("Fill-in Amount")
  316. #endif
  317. #ifndef MSG_UBL_MANUAL_FILLIN
  318. #define MSG_UBL_MANUAL_FILLIN _UxGT("Manual Fill-in")
  319. #endif
  320. #ifndef MSG_UBL_SMART_FILLIN
  321. #define MSG_UBL_SMART_FILLIN _UxGT("Smart Fill-in")
  322. #endif
  323. #ifndef MSG_UBL_FILLIN_MESH
  324. #define MSG_UBL_FILLIN_MESH _UxGT("Fill-in Mesh")
  325. #endif
  326. #ifndef MSG_UBL_INVALIDATE_ALL
  327. #define MSG_UBL_INVALIDATE_ALL _UxGT("Invalidate All")
  328. #endif
  329. #ifndef MSG_UBL_INVALIDATE_CLOSEST
  330. #define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Invalidate Closest")
  331. #endif
  332. #ifndef MSG_UBL_FINE_TUNE_ALL
  333. #define MSG_UBL_FINE_TUNE_ALL _UxGT("Fine Tune All")
  334. #endif
  335. #ifndef MSG_UBL_FINE_TUNE_CLOSEST
  336. #define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Fine Tune Closest")
  337. #endif
  338. #ifndef MSG_UBL_STORAGE_MESH_MENU
  339. #define MSG_UBL_STORAGE_MESH_MENU _UxGT("Mesh Storage")
  340. #endif
  341. #ifndef MSG_UBL_STORAGE_SLOT
  342. #define MSG_UBL_STORAGE_SLOT _UxGT("Memory Slot")
  343. #endif
  344. #ifndef MSG_UBL_LOAD_MESH
  345. #define MSG_UBL_LOAD_MESH _UxGT("Load Bed Mesh")
  346. #endif
  347. #ifndef MSG_UBL_SAVE_MESH
  348. #define MSG_UBL_SAVE_MESH _UxGT("Save Bed Mesh")
  349. #endif
  350. #ifndef MSG_MESH_LOADED
  351. #define MSG_MESH_LOADED _UxGT("Mesh %i loaded")
  352. #endif
  353. #ifndef MSG_MESH_SAVED
  354. #define MSG_MESH_SAVED _UxGT("Mesh %i saved")
  355. #endif
  356. #ifndef MSG_NO_STORAGE
  357. #define MSG_NO_STORAGE _UxGT("No storage")
  358. #endif
  359. #ifndef MSG_UBL_SAVE_ERROR
  360. #define MSG_UBL_SAVE_ERROR _UxGT("Błąd: UBL Save")
  361. #endif
  362. #ifndef MSG_UBL_RESTORE_ERROR
  363. #define MSG_UBL_RESTORE_ERROR _UxGT("Błąd: UBL Restore")
  364. #endif
  365. #ifndef MSG_UBL_Z_OFFSET_STOPPED
  366. #define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Offset Stopped")
  367. #endif
  368. #ifndef MSG_UBL_STEP_BY_STEP_MENU
  369. #define MSG_UBL_STEP_BY_STEP_MENU _UxGT("Step-By-Step UBL")
  370. #endif
  371. #ifndef MSG_LED_CONTROL
  372. #define MSG_LED_CONTROL _UxGT("Ustawienia ośw.")
  373. #endif
  374. #ifndef MSG_LEDS
  375. #define MSG_LEDS _UxGT("Oświetlenie")
  376. #endif
  377. #ifndef MSG_LED_PRESETS
  378. #define MSG_LED_PRESETS _UxGT("Light Presets")
  379. #endif
  380. #ifndef MSG_SET_LEDS_RED
  381. #define MSG_SET_LEDS_RED _UxGT("Czerwony")
  382. #endif
  383. #ifndef MSG_SET_LEDS_ORANGE
  384. #define MSG_SET_LEDS_ORANGE _UxGT("Pomarańczowy")
  385. #endif
  386. #ifndef MSG_SET_LEDS_YELLOW
  387. #define MSG_SET_LEDS_YELLOW _UxGT("Żółty")
  388. #endif
  389. #ifndef MSG_SET_LEDS_GREEN
  390. #define MSG_SET_LEDS_GREEN _UxGT("Zielony")
  391. #endif
  392. #ifndef MSG_SET_LEDS_BLUE
  393. #define MSG_SET_LEDS_BLUE _UxGT("Niebieski")
  394. #endif
  395. #ifndef MSG_SET_LEDS_INDIGO
  396. #define MSG_SET_LEDS_INDIGO _UxGT("Indygo")
  397. #endif
  398. #ifndef MSG_SET_LEDS_VIOLET
  399. #define MSG_SET_LEDS_VIOLET _UxGT("Fioletowy")
  400. #endif
  401. #ifndef MSG_SET_LEDS_WHITE
  402. #define MSG_SET_LEDS_WHITE _UxGT("Biały")
  403. #endif
  404. #ifndef MSG_SET_LEDS_DEFAULT
  405. #define MSG_SET_LEDS_DEFAULT _UxGT("Domyślny")
  406. #endif
  407. #ifndef MSG_CUSTOM_LEDS
  408. #define MSG_CUSTOM_LEDS _UxGT("Własne ośw.")
  409. #endif
  410. #ifndef MSG_INTENSITY_R
  411. #define MSG_INTENSITY_R _UxGT("Czerwony intens.")
  412. #endif
  413. #ifndef MSG_INTENSITY_G
  414. #define MSG_INTENSITY_G _UxGT("Zielony intens.")
  415. #endif
  416. #ifndef MSG_INTENSITY_B
  417. #define MSG_INTENSITY_B _UxGT("Niebieski intens.")
  418. #endif
  419. #ifndef MSG_INTENSITY_W
  420. #define MSG_INTENSITY_W _UxGT("Biały intens.")
  421. #endif
  422. #ifndef MSG_LED_BRIGHTNESS
  423. #define MSG_LED_BRIGHTNESS _UxGT("Jasność")
  424. #endif
  425. #ifndef MSG_MOVING
  426. #define MSG_MOVING _UxGT("Moving...")
  427. #endif
  428. #ifndef MSG_FREE_XY
  429. #define MSG_FREE_XY _UxGT("Free XY")
  430. #endif
  431. #ifndef MSG_MOVE_X
  432. #define MSG_MOVE_X _UxGT("Przesuń w X")
  433. #endif
  434. #ifndef MSG_MOVE_Y
  435. #define MSG_MOVE_Y _UxGT("Przesuń w Y")
  436. #endif
  437. #ifndef MSG_MOVE_Z
  438. #define MSG_MOVE_Z _UxGT("Przesuń w Z")
  439. #endif
  440. #ifndef MSG_MOVE_E
  441. #define MSG_MOVE_E _UxGT("Ekstruder")
  442. #endif
  443. #ifndef MSG_MOVE_01MM
  444. #define MSG_MOVE_01MM _UxGT("+- 0.1mm")
  445. #endif
  446. #ifndef MSG_MOVE_1MM
  447. #define MSG_MOVE_1MM _UxGT("+- 1mm")
  448. #endif
  449. #ifndef MSG_MOVE_10MM
  450. #define MSG_MOVE_10MM _UxGT("+- 10mm")
  451. #endif
  452. #ifndef MSG_SPEED
  453. #define MSG_SPEED _UxGT("Prędkość")
  454. #endif
  455. #ifndef MSG_BED_Z
  456. #define MSG_BED_Z _UxGT("Stół Z")
  457. #endif
  458. #ifndef MSG_NOZZLE
  459. #define MSG_NOZZLE _UxGT("Głowica")
  460. #endif
  461. #ifndef MSG_BED
  462. #define MSG_BED _UxGT("Stół")
  463. #endif
  464. #ifndef MSG_FAN_SPEED
  465. #define MSG_FAN_SPEED _UxGT("Obroty went.")
  466. #endif
  467. #ifndef MSG_EXTRA_FAN_SPEED
  468. #define MSG_EXTRA_FAN_SPEED _UxGT("Prędkość dod. went.")
  469. #endif
  470. #ifndef MSG_FLOW
  471. #define MSG_FLOW _UxGT("Przepływ")
  472. #endif
  473. #ifndef MSG_CONTROL
  474. #define MSG_CONTROL _UxGT("Ustawienia")
  475. #endif
  476. #ifndef MSG_MIN
  477. #define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Min")
  478. #endif
  479. #ifndef MSG_MAX
  480. #define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Max")
  481. #endif
  482. #ifndef MSG_FACTOR
  483. #define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Fact")
  484. #endif
  485. #ifndef MSG_AUTOTEMP
  486. #define MSG_AUTOTEMP _UxGT("Auto. temperatura")
  487. #endif
  488. #ifndef MSG_ON
  489. #define MSG_ON _UxGT("Wł. ")
  490. #endif
  491. #ifndef MSG_OFF
  492. #define MSG_OFF _UxGT("Wył.")
  493. #endif
  494. #ifndef MSG_PID_P
  495. #define MSG_PID_P _UxGT("PID-P")
  496. #endif
  497. #ifndef MSG_PID_I
  498. #define MSG_PID_I _UxGT("PID-I")
  499. #endif
  500. #ifndef MSG_PID_D
  501. #define MSG_PID_D _UxGT("PID-D")
  502. #endif
  503. #ifndef MSG_PID_C
  504. #define MSG_PID_C _UxGT("PID-C")
  505. #endif
  506. #ifndef MSG_SELECT
  507. #define MSG_SELECT _UxGT("Wybierz")
  508. #endif
  509. #ifndef MSG_ACC
  510. #define MSG_ACC _UxGT("Przyśpieszenie")
  511. #endif
  512. #ifndef MSG_JERK
  513. #define MSG_JERK _UxGT("Zryw")
  514. #endif
  515. #if IS_KINEMATIC
  516. #ifndef MSG_VA_JERK
  517. #define MSG_VA_JERK _UxGT("Zryw Va")
  518. #endif
  519. #ifndef MSG_VB_JERK
  520. #define MSG_VB_JERK _UxGT("Zryw Vb")
  521. #endif
  522. #ifndef MSG_VC_JERK
  523. #define MSG_VC_JERK _UxGT("Zryw Vc")
  524. #endif
  525. #else
  526. #ifndef MSG_VA_JERK
  527. #define MSG_VA_JERK _UxGT("Zryw Vx")
  528. #endif
  529. #ifndef MSG_VB_JERK
  530. #define MSG_VB_JERK _UxGT("Zryw Vy")
  531. #endif
  532. #ifndef MSG_VC_JERK
  533. #define MSG_VC_JERK _UxGT("Zryw Vz")
  534. #endif
  535. #endif
  536. #ifndef MSG_VE_JERK
  537. #define MSG_VE_JERK _UxGT("Zryw Ve")
  538. #endif
  539. #ifndef MSG_JUNCTION_DEVIATION
  540. #define MSG_JUNCTION_DEVIATION _UxGT("Junction Dev")
  541. #endif
  542. #ifndef MSG_VELOCITY
  543. #define MSG_VELOCITY _UxGT("Prędkość")
  544. #endif
  545. #ifndef MSG_VMAX
  546. #define MSG_VMAX _UxGT("Vmax ")
  547. #endif
  548. #ifndef MSG_VMIN
  549. #define MSG_VMIN _UxGT("Vmin")
  550. #endif
  551. #ifndef MSG_VTRAV_MIN
  552. #define MSG_VTRAV_MIN _UxGT("VTrav min")
  553. #endif
  554. #ifndef MSG_ACCELERATION
  555. #define MSG_ACCELERATION _UxGT("Przyspieszenie")
  556. #endif
  557. #ifndef MSG_AMAX
  558. #define MSG_AMAX _UxGT("Amax ")
  559. #endif
  560. #ifndef MSG_A_RETRACT
  561. #define MSG_A_RETRACT _UxGT("A-wycofanie")
  562. #endif
  563. #ifndef MSG_A_TRAVEL
  564. #define MSG_A_TRAVEL _UxGT("A-przesuń.")
  565. #endif
  566. #ifndef MSG_STEPS_PER_MM
  567. #define MSG_STEPS_PER_MM _UxGT("kroki/mm")
  568. #endif
  569. #if IS_KINEMATIC
  570. #ifndef MSG_ASTEPS
  571. #define MSG_ASTEPS _UxGT("krokiA/mm")
  572. #endif
  573. #ifndef MSG_BSTEPS
  574. #define MSG_BSTEPS _UxGT("krokiB/mm")
  575. #endif
  576. #ifndef MSG_CSTEPS
  577. #define MSG_CSTEPS _UxGT("krokiC/mm")
  578. #endif
  579. #else
  580. #ifndef MSG_ASTEPS
  581. #define MSG_ASTEPS _UxGT("krokiX/mm")
  582. #endif
  583. #ifndef MSG_BSTEPS
  584. #define MSG_BSTEPS _UxGT("krokiY/mm")
  585. #endif
  586. #ifndef MSG_CSTEPS
  587. #define MSG_CSTEPS _UxGT("krokiZ/mm")
  588. #endif
  589. #endif
  590. #ifndef MSG_ESTEPS
  591. #define MSG_ESTEPS _UxGT("krokiE/mm")
  592. #endif
  593. #ifndef MSG_E1STEPS
  594. #define MSG_E1STEPS _UxGT("krokiE1/mm")
  595. #endif
  596. #ifndef MSG_E2STEPS
  597. #define MSG_E2STEPS _UxGT("krokiE2/mm")
  598. #endif
  599. #ifndef MSG_E3STEPS
  600. #define MSG_E3STEPS _UxGT("krokiE3/mm")
  601. #endif
  602. #ifndef MSG_E4STEPS
  603. #define MSG_E4STEPS _UxGT("krokiE4/mm")
  604. #endif
  605. #ifndef MSG_E5STEPS
  606. #define MSG_E5STEPS _UxGT("krokiE5/mm")
  607. #endif
  608. #ifndef MSG_TEMPERATURE
  609. #define MSG_TEMPERATURE _UxGT("Temperatura")
  610. #endif
  611. #ifndef MSG_MOTION
  612. #define MSG_MOTION _UxGT("Ruch")
  613. #endif
  614. #ifndef MSG_FILAMENT
  615. #define MSG_FILAMENT _UxGT("Filament")
  616. #endif
  617. #ifndef MSG_VOLUMETRIC_ENABLED
  618. #define MSG_VOLUMETRIC_ENABLED _UxGT("E w mm3")
  619. #endif
  620. #ifndef MSG_FILAMENT_DIAM
  621. #define MSG_FILAMENT_DIAM _UxGT("Śred. Fila.")
  622. #endif
  623. #ifndef MSG_FILAMENT_UNLOAD
  624. #define MSG_FILAMENT_UNLOAD _UxGT("Unload mm")
  625. #endif
  626. #ifndef MSG_FILAMENT_LOAD
  627. #define MSG_FILAMENT_LOAD _UxGT("Load mm")
  628. #endif
  629. #ifndef MSG_ADVANCE_K
  630. #define MSG_ADVANCE_K _UxGT("Advance K")
  631. #endif
  632. #ifndef MSG_CONTRAST
  633. #define MSG_CONTRAST _UxGT("Kontrast LCD")
  634. #endif
  635. #ifndef MSG_STORE_EEPROM
  636. #define MSG_STORE_EEPROM _UxGT("Zapisz w pamięci")
  637. #endif
  638. #ifndef MSG_LOAD_EEPROM
  639. #define MSG_LOAD_EEPROM _UxGT("Wczytaj z pamięci")
  640. #endif
  641. #ifndef MSG_RESTORE_FAILSAFE
  642. #define MSG_RESTORE_FAILSAFE _UxGT("Ustaw. fabryczne")
  643. #endif
  644. #ifndef MSG_INIT_EEPROM
  645. #define MSG_INIT_EEPROM _UxGT("Inicjalizuj EEPROM")
  646. #endif
  647. #ifndef MSG_REFRESH
  648. #define MSG_REFRESH _UxGT("Odswież")
  649. #endif
  650. #ifndef MSG_WATCH
  651. #define MSG_WATCH _UxGT("Ekran główny")
  652. #endif
  653. #ifndef MSG_PREPARE
  654. #define MSG_PREPARE _UxGT("Przygotuj")
  655. #endif
  656. #ifndef MSG_TUNE
  657. #define MSG_TUNE _UxGT("Strojenie")
  658. #endif
  659. #ifndef MSG_PAUSE_PRINT
  660. #define MSG_PAUSE_PRINT _UxGT("Wstrzymaj wydruk")
  661. #endif
  662. #ifndef MSG_RESUME_PRINT
  663. #define MSG_RESUME_PRINT _UxGT("Wznów wydruk")
  664. #endif
  665. #ifndef MSG_STOP_PRINT
  666. #define MSG_STOP_PRINT _UxGT("Zatrzymaj wydruk")
  667. #endif
  668. #ifndef MSG_POWER_LOSS_RECOVERY
  669. #define MSG_POWER_LOSS_RECOVERY _UxGT("Power-Loss Recovery")
  670. #endif
  671. #ifndef MSG_CARD_MENU
  672. #define MSG_CARD_MENU _UxGT("Drukuj z karty SD")
  673. #endif
  674. #ifndef MSG_NO_CARD
  675. #define MSG_NO_CARD _UxGT("Brak karty SD")
  676. #endif
  677. #ifndef MSG_DWELL
  678. #define MSG_DWELL _UxGT("Uśpienie...")
  679. #endif
  680. #ifndef MSG_USERWAIT
  681. #define MSG_USERWAIT _UxGT("Click to resume...")
  682. #endif
  683. #ifndef MSG_PRINT_PAUSED
  684. #define MSG_PRINT_PAUSED _UxGT("Druk wstrzymany")
  685. #endif
  686. #ifndef MSG_PRINTING
  687. #define MSG_PRINTING _UxGT("Drukowanie...")
  688. #endif
  689. #ifndef MSG_PRINT_ABORTED
  690. #define MSG_PRINT_ABORTED _UxGT("Druk przerwany")
  691. #endif
  692. #ifndef MSG_NO_MOVE
  693. #define MSG_NO_MOVE _UxGT("Brak ruchu.")
  694. #endif
  695. #ifndef MSG_KILLED
  696. #define MSG_KILLED _UxGT("ZABITY. ")
  697. #endif
  698. #ifndef MSG_STOPPED
  699. #define MSG_STOPPED _UxGT("ZATRZYMANY. ")
  700. #endif
  701. #ifndef MSG_CONTROL_RETRACT
  702. #define MSG_CONTROL_RETRACT _UxGT("Wycofaj mm")
  703. #endif
  704. #ifndef MSG_CONTROL_RETRACT_SWAP
  705. #define MSG_CONTROL_RETRACT_SWAP _UxGT("Swap Re.mm")
  706. #endif
  707. #ifndef MSG_CONTROL_RETRACTF
  708. #define MSG_CONTROL_RETRACTF _UxGT("Retract V")
  709. #endif
  710. #ifndef MSG_CONTROL_RETRACT_ZLIFT
  711. #define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Hop mm")
  712. #endif
  713. #ifndef MSG_CONTROL_RETRACT_RECOVER
  714. #define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet mm")
  715. #endif
  716. #ifndef MSG_CONTROL_RETRACT_RECOVER_SWAP
  717. #define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("S UnRet mm")
  718. #endif
  719. #ifndef MSG_CONTROL_RETRACT_RECOVERF
  720. #define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V")
  721. #endif
  722. #ifndef MSG_CONTROL_RETRACT_RECOVER_SWAPF
  723. #define MSG_CONTROL_RETRACT_RECOVER_SWAPF _UxGT("S UnRet V")
  724. #endif
  725. #ifndef MSG_AUTORETRACT
  726. #define MSG_AUTORETRACT _UxGT("AutoRetr.")
  727. #endif
  728. #ifndef MSG_FILAMENTCHANGE
  729. #define MSG_FILAMENTCHANGE _UxGT("Zmień filament")
  730. #endif
  731. #ifndef MSG_FILAMENTLOAD
  732. #define MSG_FILAMENTLOAD _UxGT("Load filament")
  733. #endif
  734. #ifndef MSG_FILAMENTUNLOAD
  735. #define MSG_FILAMENTUNLOAD _UxGT("Unload filament")
  736. #endif
  737. #ifndef MSG_FILAMENTUNLOAD_ALL
  738. #define MSG_FILAMENTUNLOAD_ALL _UxGT("Unload All")
  739. #endif
  740. #ifndef MSG_INIT_SDCARD
  741. #define MSG_INIT_SDCARD _UxGT("Inicjal. karty SD")
  742. #endif
  743. #ifndef MSG_CNG_SDCARD
  744. #define MSG_CNG_SDCARD _UxGT("Zmiana karty SD")
  745. #endif
  746. #ifndef MSG_ZPROBE_OUT
  747. #define MSG_ZPROBE_OUT _UxGT("Z Probe past bed")
  748. #endif
  749. #ifndef MSG_SKEW_FACTOR
  750. #define MSG_SKEW_FACTOR _UxGT("Skew Factor")
  751. #endif
  752. #ifndef MSG_BLTOUCH
  753. #define MSG_BLTOUCH _UxGT("BLTouch")
  754. #endif
  755. #ifndef MSG_BLTOUCH_SELFTEST
  756. #define MSG_BLTOUCH_SELFTEST _UxGT("Cmd: Self-Test")
  757. #endif
  758. #ifndef MSG_BLTOUCH_RESET
  759. #define MSG_BLTOUCH_RESET _UxGT("Cmd: Reset")
  760. #endif
  761. #ifndef MSG_BLTOUCH_STOW
  762. #define MSG_BLTOUCH_STOW _UxGT("Cmd: Stow")
  763. #endif
  764. #ifndef MSG_BLTOUCH_DEPLOY
  765. #define MSG_BLTOUCH_DEPLOY _UxGT("Cmd: Deploy")
  766. #endif
  767. #ifndef MSG_BLTOUCH_SW_MODE
  768. #define MSG_BLTOUCH_SW_MODE _UxGT("Cmd: SW-Mode")
  769. #endif
  770. #ifndef MSG_BLTOUCH_5V_MODE
  771. #define MSG_BLTOUCH_5V_MODE _UxGT("Cmd: 5V-Mode")
  772. #endif
  773. #ifndef MSG_BLTOUCH_OD_MODE
  774. #define MSG_BLTOUCH_OD_MODE _UxGT("Cmd: OD-Mode")
  775. #endif
  776. #ifndef MSG_BLTOUCH_MODE_STORE
  777. #define MSG_BLTOUCH_MODE_STORE _UxGT("Cmd: Mode-Store")
  778. #endif
  779. #ifndef MSG_BLTOUCH_MODE_STORE_5V
  780. #define MSG_BLTOUCH_MODE_STORE_5V _UxGT("Set BLTouch to 5V")
  781. #endif
  782. #ifndef MSG_BLTOUCH_MODE_STORE_OD
  783. #define MSG_BLTOUCH_MODE_STORE_OD _UxGT("Set BLTouch to OD")
  784. #endif
  785. #ifndef MSG_BLTOUCH_MODE_ECHO
  786. #define MSG_BLTOUCH_MODE_ECHO _UxGT("Report Drain")
  787. #endif
  788. #ifndef MSG_BLTOUCH_MODE_CHANGE
  789. #define MSG_BLTOUCH_MODE_CHANGE _UxGT("DANGER: Bad settings can cause damage! Proceed anyway?")
  790. #endif
  791. #ifndef MSG_HOME
  792. #define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  793. #endif
  794. #ifndef MSG_FIRST
  795. #define MSG_FIRST _UxGT("first")
  796. #endif
  797. #ifndef MSG_ZPROBE_ZOFFSET
  798. #define MSG_ZPROBE_ZOFFSET _UxGT("Probe Z Offset")
  799. #endif
  800. #ifndef MSG_BABYSTEP_X
  801. #define MSG_BABYSTEP_X _UxGT("Babystep X")
  802. #endif
  803. #ifndef MSG_BABYSTEP_Y
  804. #define MSG_BABYSTEP_Y _UxGT("Babystep Y")
  805. #endif
  806. #ifndef MSG_BABYSTEP_Z
  807. #define MSG_BABYSTEP_Z _UxGT("Babystep Z")
  808. #endif
  809. #ifndef MSG_ENDSTOP_ABORT
  810. #define MSG_ENDSTOP_ABORT _UxGT("Endstop abort")
  811. #endif
  812. #ifndef MSG_HEATING_FAILED_LCD
  813. #define MSG_HEATING_FAILED_LCD _UxGT("Heating failed")
  814. #endif
  815. #ifndef MSG_HEATING_FAILED_LCD_BED
  816. #define MSG_HEATING_FAILED_LCD_BED _UxGT("Bed heating failed")
  817. #endif
  818. #ifndef MSG_ERR_REDUNDANT_TEMP
  819. #define MSG_ERR_REDUNDANT_TEMP _UxGT("Błąd: REDUNDANT TEMP")
  820. #endif
  821. #ifndef MSG_THERMAL_RUNAWAY
  822. #define MSG_THERMAL_RUNAWAY _UxGT("THERMAL RUNAWAY")
  823. #endif
  824. #ifndef MSG_THERMAL_RUNAWAY_BED
  825. #define MSG_THERMAL_RUNAWAY_BED _UxGT("BED THERMAL RUNAWAY")
  826. #endif
  827. #ifndef MSG_ERR_MAXTEMP
  828. #define MSG_ERR_MAXTEMP _UxGT("Błąd: MAXTEMP")
  829. #endif
  830. #ifndef MSG_ERR_MINTEMP
  831. #define MSG_ERR_MINTEMP _UxGT("Błąd: MINTEMP")
  832. #endif
  833. #ifndef MSG_ERR_MAXTEMP_BED
  834. #define MSG_ERR_MAXTEMP_BED _UxGT("Błąd: MAXTEMP BED")
  835. #endif
  836. #ifndef MSG_ERR_MINTEMP_BED
  837. #define MSG_ERR_MINTEMP_BED _UxGT("Błąd: MINTEMP BED")
  838. #endif
  839. #ifndef MSG_ERR_Z_HOMING
  840. #define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
  841. #endif
  842. #ifndef MSG_HALTED
  843. #define MSG_HALTED _UxGT("PRINTER HALTED")
  844. #endif
  845. #ifndef MSG_PLEASE_RESET
  846. #define MSG_PLEASE_RESET _UxGT("Please reset")
  847. #endif
  848. #ifndef MSG_SHORT_DAY
  849. #define MSG_SHORT_DAY _UxGT("d") // One character only
  850. #endif
  851. #ifndef MSG_SHORT_HOUR
  852. #define MSG_SHORT_HOUR _UxGT("g") // One character only
  853. #endif
  854. #ifndef MSG_SHORT_MINUTE
  855. #define MSG_SHORT_MINUTE _UxGT("m") // One character only
  856. #endif
  857. #ifndef MSG_HEATING
  858. #define MSG_HEATING _UxGT("Rozgrzewanie...")
  859. #endif
  860. #ifndef MSG_COOLING
  861. #define MSG_COOLING _UxGT("Chłodzenie...")
  862. #endif
  863. #ifndef MSG_BED_HEATING
  864. #define MSG_BED_HEATING _UxGT("Rozgrzewanie stołu...")
  865. #endif
  866. #ifndef MSG_BED_COOLING
  867. #define MSG_BED_COOLING _UxGT("Chłodzenie stołu...")
  868. #endif
  869. #ifndef MSG_DELTA_CALIBRATE
  870. #define MSG_DELTA_CALIBRATE _UxGT("Kalibrowanie delty")
  871. #endif
  872. #ifndef MSG_DELTA_CALIBRATE_X
  873. #define MSG_DELTA_CALIBRATE_X _UxGT("Kalibruj X")
  874. #endif
  875. #ifndef MSG_DELTA_CALIBRATE_Y
  876. #define MSG_DELTA_CALIBRATE_Y _UxGT("Kalibruj Y")
  877. #endif
  878. #ifndef MSG_DELTA_CALIBRATE_Z
  879. #define MSG_DELTA_CALIBRATE_Z _UxGT("Kalibruj Z")
  880. #endif
  881. #ifndef MSG_DELTA_CALIBRATE_CENTER
  882. #define MSG_DELTA_CALIBRATE_CENTER _UxGT("Kalibruj środek")
  883. #endif
  884. #ifndef MSG_DELTA_SETTINGS
  885. #define MSG_DELTA_SETTINGS _UxGT("Delta Settings")
  886. #endif
  887. #ifndef MSG_DELTA_AUTO_CALIBRATE
  888. #define MSG_DELTA_AUTO_CALIBRATE _UxGT("Auto kalibracja")
  889. #endif
  890. #ifndef MSG_DELTA_HEIGHT_CALIBRATE
  891. #define MSG_DELTA_HEIGHT_CALIBRATE _UxGT("Set Delta Height")
  892. #endif
  893. #ifndef MSG_DELTA_Z_OFFSET_CALIBRATE
  894. #define MSG_DELTA_Z_OFFSET_CALIBRATE _UxGT("Probe Z-offset")
  895. #endif
  896. #ifndef MSG_DELTA_DIAG_ROD
  897. #define MSG_DELTA_DIAG_ROD _UxGT("Diag Rod")
  898. #endif
  899. #ifndef MSG_DELTA_HEIGHT
  900. #define MSG_DELTA_HEIGHT _UxGT("Height")
  901. #endif
  902. #ifndef MSG_DELTA_RADIUS
  903. #define MSG_DELTA_RADIUS _UxGT("Radius")
  904. #endif
  905. #ifndef MSG_INFO_MENU
  906. #define MSG_INFO_MENU _UxGT("O drukarce")
  907. #endif
  908. #ifndef MSG_INFO_PRINTER_MENU
  909. #define MSG_INFO_PRINTER_MENU _UxGT("Oprogramowanie")
  910. #endif
  911. #ifndef MSG_3POINT_LEVELING
  912. #define MSG_3POINT_LEVELING _UxGT("3-Point Leveling")
  913. #endif
  914. #ifndef MSG_LINEAR_LEVELING
  915. #define MSG_LINEAR_LEVELING _UxGT("Linear Leveling")
  916. #endif
  917. #ifndef MSG_BILINEAR_LEVELING
  918. #define MSG_BILINEAR_LEVELING _UxGT("Bilinear Leveling")
  919. #endif
  920. #ifndef MSG_UBL_LEVELING
  921. #define MSG_UBL_LEVELING _UxGT("Unified Bed Leveling")
  922. #endif
  923. #ifndef MSG_MESH_LEVELING
  924. #define MSG_MESH_LEVELING _UxGT("Mesh Leveling")
  925. #endif
  926. #ifndef MSG_INFO_STATS_MENU
  927. #define MSG_INFO_STATS_MENU _UxGT("Statystyki")
  928. #endif
  929. #ifndef MSG_INFO_BOARD_MENU
  930. #define MSG_INFO_BOARD_MENU _UxGT("Płyta główna")
  931. #endif
  932. #ifndef MSG_INFO_THERMISTOR_MENU
  933. #define MSG_INFO_THERMISTOR_MENU _UxGT("Termistory")
  934. #endif
  935. #ifndef MSG_INFO_EXTRUDERS
  936. #define MSG_INFO_EXTRUDERS _UxGT("Ekstrudery")
  937. #endif
  938. #ifndef MSG_INFO_BAUDRATE
  939. #define MSG_INFO_BAUDRATE _UxGT("Prędkość")
  940. #endif
  941. #ifndef MSG_INFO_PROTOCOL
  942. #define MSG_INFO_PROTOCOL _UxGT("Protokół")
  943. #endif
  944. #ifndef MSG_CASE_LIGHT
  945. #define MSG_CASE_LIGHT _UxGT("Oświetlenie")
  946. #endif
  947. #ifndef MSG_CASE_LIGHT_BRIGHTNESS
  948. #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Jasność")
  949. #endif
  950. #if LCD_WIDTH >= 20
  951. #ifndef MSG_INFO_PRINT_COUNT
  952. #define MSG_INFO_PRINT_COUNT _UxGT("Wydrukowano")
  953. #endif
  954. #ifndef MSG_INFO_COMPLETED_PRINTS
  955. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Ukończono")
  956. #endif
  957. #ifndef MSG_INFO_PRINT_TIME
  958. #define MSG_INFO_PRINT_TIME _UxGT("Razem")
  959. #endif
  960. #ifndef MSG_INFO_PRINT_LONGEST
  961. #define MSG_INFO_PRINT_LONGEST _UxGT("Najdł. druk")
  962. #endif
  963. #ifndef MSG_INFO_PRINT_FILAMENT
  964. #define MSG_INFO_PRINT_FILAMENT _UxGT("Użyty fil.")
  965. #endif
  966. #else
  967. #ifndef MSG_INFO_PRINT_COUNT
  968. #define MSG_INFO_PRINT_COUNT _UxGT("Wydrukowano")
  969. #endif
  970. #ifndef MSG_INFO_COMPLETED_PRINTS
  971. #define MSG_INFO_COMPLETED_PRINTS _UxGT("Ukończono")
  972. #endif
  973. #ifndef MSG_INFO_PRINT_TIME
  974. #define MSG_INFO_PRINT_TIME _UxGT("Razem")
  975. #endif
  976. #ifndef MSG_INFO_PRINT_LONGEST
  977. #define MSG_INFO_PRINT_LONGEST _UxGT("Najdł. druk")
  978. #endif
  979. #ifndef MSG_INFO_PRINT_FILAMENT
  980. #define MSG_INFO_PRINT_FILAMENT _UxGT("Użyty fil.")
  981. #endif
  982. #endif
  983. #ifndef MSG_INFO_MIN_TEMP
  984. #define MSG_INFO_MIN_TEMP _UxGT("Min Temp")
  985. #endif
  986. #ifndef MSG_INFO_MAX_TEMP
  987. #define MSG_INFO_MAX_TEMP _UxGT("Max Temp")
  988. #endif
  989. #ifndef MSG_INFO_PSU
  990. #define MSG_INFO_PSU _UxGT("Zasilacz")
  991. #endif
  992. #ifndef MSG_DRIVE_STRENGTH
  993. #define MSG_DRIVE_STRENGTH _UxGT("Siła silnika")
  994. #endif
  995. #ifndef MSG_DAC_PERCENT
  996. #define MSG_DAC_PERCENT _UxGT("Siła %")
  997. #endif
  998. #ifndef MSG_DAC_EEPROM_WRITE
  999. #define MSG_DAC_EEPROM_WRITE _UxGT("Zapisz DAC EEPROM")
  1000. #endif
  1001. #ifndef MSG_FILAMENT_CHANGE_HEADER_PAUSE
  1002. #define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("DRUK WSTRZYMANY")
  1003. #endif
  1004. #ifndef MSG_FILAMENT_CHANGE_HEADER_LOAD
  1005. #define MSG_FILAMENT_CHANGE_HEADER_LOAD _UxGT("LOAD FILAMENT")
  1006. #endif
  1007. #ifndef MSG_FILAMENT_CHANGE_HEADER_UNLOAD
  1008. #define MSG_FILAMENT_CHANGE_HEADER_UNLOAD _UxGT("UNLOAD FILAMENT")
  1009. #endif
  1010. #ifndef MSG_FILAMENT_CHANGE_OPTION_HEADER
  1011. #define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("OPCJE WZNOWIENIA:")
  1012. #endif
  1013. #ifndef MSG_FILAMENT_CHANGE_OPTION_PURGE
  1014. #define MSG_FILAMENT_CHANGE_OPTION_PURGE _UxGT("Purge more")
  1015. #endif
  1016. #ifndef MSG_FILAMENT_CHANGE_OPTION_RESUME
  1017. #define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Kontynuuj")
  1018. #endif
  1019. #ifndef MSG_FILAMENT_CHANGE_NOZZLE
  1020. #define MSG_FILAMENT_CHANGE_NOZZLE _UxGT(" Głowica: ")
  1021. #endif
  1022. #ifndef MSG_ERR_HOMING_FAILED
  1023. #define MSG_ERR_HOMING_FAILED _UxGT("Homing failed")
  1024. #endif
  1025. #ifndef MSG_ERR_PROBING_FAILED
  1026. #define MSG_ERR_PROBING_FAILED _UxGT("Probing failed")
  1027. #endif
  1028. #ifndef MSG_M600_TOO_COLD
  1029. #define MSG_M600_TOO_COLD _UxGT("M600: Za niska temp.")
  1030. #endif
  1031. //
  1032. // Filament Change screens show up to 3 lines on a 4-line display
  1033. // ...or up to 2 lines on a 3-line display
  1034. //
  1035. #if LCD_HEIGHT >= 4
  1036. #ifndef MSG_FILAMENT_CHANGE_INIT_1
  1037. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Czekam na ")
  1038. #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("zmianę filamentu")
  1039. #define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("")
  1040. #endif
  1041. #ifndef MSG_FILAMENT_CHANGE_UNLOAD_1
  1042. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Czekam na ")
  1043. #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("wyjęcie filamentu")
  1044. #endif
  1045. #ifndef MSG_FILAMENT_CHANGE_INSERT_1
  1046. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Włóż filament")
  1047. #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("i naciśnij przycisk")
  1048. #define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("aby kontynuować...")
  1049. #endif
  1050. #ifndef MSG_FILAMENT_CHANGE_HEAT_1
  1051. #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Press button to")
  1052. #define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("heat nozzle.")
  1053. #endif
  1054. #ifndef MSG_FILAMENT_CHANGE_HEATING_1
  1055. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Heating nozzle")
  1056. #define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Please wait...")
  1057. #endif
  1058. #ifndef MSG_FILAMENT_CHANGE_LOAD_1
  1059. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Czekam na ")
  1060. #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("filament load")
  1061. #endif
  1062. #ifndef MSG_FILAMENT_CHANGE_PURGE_1
  1063. #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Czekam na ")
  1064. #define MSG_FILAMENT_CHANGE_PURGE_2 _UxGT("filament purge")
  1065. #endif
  1066. #ifndef MSG_FILAMENT_CHANGE_RESUME_1
  1067. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wait for print")
  1068. #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("to resume")
  1069. #endif
  1070. #else // LCD_HEIGHT < 4
  1071. #ifndef MSG_FILAMENT_CHANGE_INIT_1
  1072. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Please wait...")
  1073. #endif
  1074. #ifndef MSG_FILAMENT_CHANGE_UNLOAD_1
  1075. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Ejecting...")
  1076. #endif
  1077. #ifndef MSG_FILAMENT_CHANGE_INSERT_1
  1078. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insert and Click")
  1079. #endif
  1080. #ifndef MSG_FILAMENT_CHANGE_HEAT_1
  1081. #define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Click to heat")
  1082. #endif
  1083. #ifndef MSG_FILAMENT_CHANGE_HEATING_1
  1084. #define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Rozgrzewanie...")
  1085. #endif
  1086. #ifndef MSG_FILAMENT_CHANGE_LOAD_1
  1087. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Loading...")
  1088. #endif
  1089. #ifndef MSG_FILAMENT_CHANGE_PURGE_1
  1090. #define MSG_FILAMENT_CHANGE_PURGE_1 _UxGT("Purging...")
  1091. #endif
  1092. #ifndef MSG_FILAMENT_CHANGE_RESUME_1
  1093. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Wznawianie...")
  1094. #endif
  1095. #endif // LCD_HEIGHT < 4
  1096. #endif // LANGUAGE_PL_UTF8_H