language_pl.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. /**
  2. * Polish
  3. *
  4. * LCD Menu Messages
  5. * Please note these are limited to 17 characters!
  6. *
  7. */
  8. #ifndef LANGUAGE_PL_H
  9. #define LANGUAGE_PL_H
  10. #define WELCOME_MSG MACHINE_NAME " gotowa"
  11. #define MSG_SD_INSERTED "Karta wlozona"
  12. #define MSG_SD_REMOVED "Karta wyjeta"
  13. #define MSG_MAIN "Menu glowne"
  14. #define MSG_DISABLE_STEPPERS "Wylaczyc silniki"
  15. #define MSG_AUTO_HOME "Auto home"
  16. #define MSG_COOLDOWN "Wychlodzic"
  17. #define MSG_MOVE_AXIS "Ruch osi"
  18. #define MSG_MOVE_X "Przesunac X"
  19. #define MSG_MOVE_Y "Przesunac Y"
  20. #define MSG_MOVE_Z "Przesunac Z"
  21. #define MSG_MOVE_E "Extruder"
  22. #define MSG_SPEED "Predkosc"
  23. #define MSG_NOZZLE "Dysza"
  24. #define MSG_BED "Stolik"
  25. #define MSG_FAN_SPEED "Predkosc went."
  26. #define MSG_FLOW "Przeplyw"
  27. #define MSG_TEMPERATURE "Temperatura"
  28. #define MSG_WATCH "Informacje"
  29. #define MSG_TUNE "Nastroic"
  30. #define MSG_PAUSE_PRINT "Przerwac druk"
  31. #define MSG_RESUME_PRINT "Kontynuowac"
  32. #define MSG_STOP_PRINT "Zatrzymac druk"
  33. #define MSG_CARD_MENU "Druk z SD"
  34. #define MSG_NO_CARD "Brak karty SD"
  35. #define MSG_DWELL "Sleep..."
  36. #define MSG_USERWAIT "Wait for user..."
  37. #define MSG_RESUMING "Wznowienie druku"
  38. #define MSG_PRINT_ABORTED "Druk przerwany"
  39. #define MSG_NO_MOVE "No move."
  40. #define MSG_KILLED "KILLED. "
  41. #define MSG_STOPPED "STOPPED. "
  42. #define MSG_FILAMENTCHANGE "Wymienic filament"
  43. #define MSG_BABYSTEP_Z "Dostrojenie osy Z"
  44. #define MSG_ADJUSTZ "Autodostroic Z?"
  45. #define MSG_HOMEYZ "Kalibrowac Z"
  46. #define MSG_SETTINGS "Ustawienia"
  47. #define MSG_PREHEAT "Grzanie"
  48. #define MSG_UNLOAD_FILAMENT "Wyjac filament"
  49. #define MSG_LOAD_FILAMENT "Wprowadz filament"
  50. #define MSG_ERROR "BLAD:"
  51. #define MSG_PREHEAT_NOZZLE "Nagrzej dysze!"
  52. #define MSG_SUPPORT "Pomoc"
  53. #define MSG_CORRECTLY "Wymiana ok?"
  54. #define MSG_YES "Tak"
  55. #define MSG_NO "Nie"
  56. #define MSG_NOT_LOADED "Brak filamentu"
  57. #define MSG_NOT_COLOR "Kolor zanieczysz."
  58. #define MSG_LOADING_FILAMENT "Wprow. filamentu"
  59. #define MSG_PLEASE_WAIT "Prosze czekac"
  60. #define MSG_LOADING_COLOR "Czyszcz. koloru"
  61. #define MSG_CHANGE_SUCCESS "Wymiana ok!"
  62. #define MSG_PRESS "Nacisnij przycisk"
  63. #define MSG_INSERT_FILAMENT "Wprowadz filament"
  64. #define MSG_CHANGING_FILAMENT "Wymiana filamentu"
  65. #define MSG_SILENT_MODE_ON "Mod [cichy]"
  66. #define MSG_SILENT_MODE_OFF "Mod [w wydajnosc]"
  67. #define MSG_REBOOT "Restart drukarki"
  68. #define MSG_TAKE_EFFECT "wprow. zmian"
  69. #define MSG_HEATING "Grzanie..."
  70. #define MSG_HEATING_COMPLETE "Grzanie OK."
  71. #define MSG_BED_HEATING "Grzanie stolika.."
  72. #define MSG_BED_DONE "Stolik OK."
  73. #define MSG_LANGUAGE_NAME "Polski"
  74. #define MSG_LANGUAGE_SELECT "Wybor jezyka "
  75. #define MSG_PRUSA3D "prusa3d.cz"
  76. #define MSG_PRUSA3D_FORUM "forum.prusa3d.cz"
  77. #define MSG_PRUSA3D_HOWTO "howto.prusa3d.cz"
  78. // Do not translate those!
  79. #define MSG_Enqueing "enqueing \""
  80. #define MSG_POWERUP "PowerUp"
  81. #define MSG_EXTERNAL_RESET " External Reset"
  82. #define MSG_BROWNOUT_RESET " Brown out Reset"
  83. #define MSG_WATCHDOG_RESET " Watchdog Reset"
  84. #define MSG_SOFTWARE_RESET " Software Reset"
  85. #define MSG_AUTHOR " | Author: "
  86. #define MSG_CONFIGURATION_VER " Last Updated: "
  87. #define MSG_FREE_MEMORY " Free Memory: "
  88. #define MSG_PLANNER_BUFFER_BYTES " PlannerBufferBytes: "
  89. #define MSG_OK "ok"
  90. #define MSG_FILE_SAVED "Done saving file."
  91. #define MSG_ERR_LINE_NO "Line Number is not Last Line Number+1, Last Line: "
  92. #define MSG_ERR_CHECKSUM_MISMATCH "checksum mismatch, Last Line: "
  93. #define MSG_ERR_NO_CHECKSUM "No Checksum with line number, Last Line: "
  94. #define MSG_ERR_NO_LINENUMBER_WITH_CHECKSUM "No Line Number with checksum, Last Line: "
  95. #define MSG_FILE_PRINTED "Done printing file"
  96. #define MSG_BEGIN_FILE_LIST "Begin file list"
  97. #define MSG_END_FILE_LIST "End file list"
  98. #define MSG_M104_INVALID_EXTRUDER "M104 Invalid extruder "
  99. #define MSG_M105_INVALID_EXTRUDER "M105 Invalid extruder "
  100. #define MSG_M200_INVALID_EXTRUDER "M200 Invalid extruder "
  101. #define MSG_M218_INVALID_EXTRUDER "M218 Invalid extruder "
  102. #define MSG_M221_INVALID_EXTRUDER "M221 Invalid extruder "
  103. #define MSG_ERR_NO_THERMISTORS "No thermistors - no temperature"
  104. #define MSG_M109_INVALID_EXTRUDER "M109 Invalid extruder "
  105. #define MSG_M115_REPORT "FIRMWARE_NAME:Marlin V1.0.2; Sprinter/grbl mashup for gen6 FIRMWARE_URL:" FIRMWARE_URL " PROTOCOL_VERSION:" PROTOCOL_VERSION " MACHINE_TYPE:" MACHINE_NAME " EXTRUDER_COUNT:" STRINGIFY(EXTRUDERS) " UUID:" MACHINE_UUID "\n"
  106. #define MSG_COUNT_X " Count X: "
  107. #define MSG_ERR_KILLED "Printer halted. kill() called!"
  108. #define MSG_ERR_STOPPED "Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)"
  109. #define MSG_RESEND "Resend: "
  110. #define MSG_UNKNOWN_COMMAND "Unknown command: \""
  111. #define MSG_ACTIVE_EXTRUDER "Active Extruder: "
  112. #define MSG_INVALID_EXTRUDER "Invalid extruder"
  113. #define MSG_X_MIN "x_min: "
  114. #define MSG_X_MAX "x_max: "
  115. #define MSG_Y_MIN "y_min: "
  116. #define MSG_Y_MAX "y_max: "
  117. #define MSG_Z_MIN "z_min: "
  118. #define MSG_Z_MAX "z_max: "
  119. #define MSG_M119_REPORT "Reporting endstop status"
  120. #define MSG_ENDSTOP_HIT "TRIGGERED"
  121. #define MSG_ENDSTOP_OPEN "open"
  122. #define MSG_HOTEND_OFFSET "Hotend offsets:"
  123. #define MSG_SD_CANT_OPEN_SUBDIR "Cannot open subdir"
  124. #define MSG_SD_INIT_FAIL "SD init fail"
  125. #define MSG_SD_VOL_INIT_FAIL "volume.init failed"
  126. #define MSG_SD_OPENROOT_FAIL "openRoot failed"
  127. #define MSG_SD_CARD_OK "SD card ok"
  128. #define MSG_SD_WORKDIR_FAIL "workDir open failed"
  129. #define MSG_SD_OPEN_FILE_FAIL "open failed, File: "
  130. #define MSG_SD_FILE_OPENED "File opened: "
  131. #define MSG_SD_SIZE " Size: "
  132. #define MSG_SD_FILE_SELECTED "File selected"
  133. #define MSG_SD_WRITE_TO_FILE "Writing to file: "
  134. #define MSG_SD_PRINTING_BYTE "SD printing byte "
  135. #define MSG_SD_NOT_PRINTING "Not SD printing"
  136. #define MSG_SD_ERR_WRITE_TO_FILE "error writing to file"
  137. #define MSG_SD_CANT_ENTER_SUBDIR "Cannot enter subdir: "
  138. #define MSG_STEPPER_TOO_HIGH "Steprate too high: "
  139. #define MSG_ENDSTOPS_HIT "endstops hit: "
  140. #define MSG_ERR_COLD_EXTRUDE_STOP " cold extrusion prevented"
  141. #define MSG_ERR_LONG_EXTRUDE_STOP " too long extrusion prevented"
  142. #define MSG_BABYSTEPPING_X "Babystepping X"
  143. #define MSG_BABYSTEPPING_Y "Babystepping Y"
  144. #define MSG_BABYSTEPPING_Z "Dostavovani Z"
  145. #define MSG_SERIAL_ERROR_MENU_STRUCTURE "Error in menu structure"
  146. #define MSG_SET_HOME_OFFSETS "Nastav pocatek home"
  147. #define MSG_SET_ORIGIN "Nastav pocatek"
  148. #define MSG_PREHEAT_PLA "Predehrev PLA"
  149. #define MSG_PREHEAT_PLA0 "Predehrev PLA 1"
  150. #define MSG_PREHEAT_PLA1 "Predehrev PLA 2"
  151. #define MSG_PREHEAT_PLA2 "Predehrev PLA 3"
  152. #define MSG_PREHEAT_PLA012 "Predehrev PLA All"
  153. #define MSG_PREHEAT_PLA_BEDONLY "Predehrev PLA Bed"
  154. #define MSG_PREHEAT_PLA_SETTINGS "Predehrev PLA conf"
  155. #define MSG_PREHEAT_ABS "Predehrev ABS"
  156. #define MSG_PREHEAT_ABS0 "Predehrev ABS 1"
  157. #define MSG_PREHEAT_ABS1 "Predehrev ABS 2"
  158. #define MSG_PREHEAT_ABS2 "Predehrev ABS 3"
  159. #define MSG_PREHEAT_ABS012 "Predehrev ABS All"
  160. #define MSG_PREHEAT_ABS_BEDONLY "Predehrev ABS Bed"
  161. #define MSG_PREHEAT_ABS_SETTINGS "Predehrev ABS conf"
  162. #define MSG_SWITCH_PS_ON "Vypnout zdroj"
  163. #define MSG_SWITCH_PS_OFF "Zapnout zdroj"
  164. #define MSG_AUTOTEMP "Autotemp"
  165. #define MSG_ON "On "
  166. #define MSG_OFF "Off"
  167. #define MSG_PID_P "PID-P"
  168. #define MSG_PID_I "PID-I"
  169. #define MSG_PID_D "PID-D"
  170. #define MSG_PID_C "PID-C"
  171. #define MSG_ACC "Accel"
  172. #define MSG_VXY_JERK "Vxy-jerk"
  173. #define MSG_VZ_JERK "Vz-jerk"
  174. #define MSG_VE_JERK "Ve-jerk"
  175. #define MSG_VMAX "Vmax "
  176. #define MSG_X "x"
  177. #define MSG_Y "y"
  178. #define MSG_Z "z"
  179. #define MSG_E "e"
  180. #define MSG_VMIN "Vmin"
  181. #define MSG_VTRAV_MIN "VTrav min"
  182. #define MSG_AMAX "Amax "
  183. #define MSG_A_RETRACT "A-retract"
  184. #define MSG_XSTEPS "Xsteps/mm"
  185. #define MSG_YSTEPS "Ysteps/mm"
  186. #define MSG_ZSTEPS "Zsteps/mm"
  187. #define MSG_ESTEPS "Esteps/mm"
  188. #define MSG_RETRACT "Retract"
  189. #define MSG_EXTRUDE "Extrudovat"
  190. #define MSG_AUTOSTART "Autostart"
  191. #define MSG_MOVE_E1 "Extruder2"
  192. #define MSG_MOVE_E2 "Extruder3"
  193. #define MSG_MOVE_01MM "Posunout o 0.1mm"
  194. #define MSG_MOVE_1MM "Posunout o 1mm"
  195. #define MSG_MOVE_10MM "Posunout o 10mm"
  196. #define MSG_NOZZLE1 "Tryska2"
  197. #define MSG_NOZZLE2 "Tryska3"
  198. #define MSG_FLOW0 "Prutok 0"
  199. #define MSG_FLOW1 "Prutok 1"
  200. #define MSG_FLOW2 "Prutok 2"
  201. #define MSG_CONTROL "Kontrola"
  202. #define MSG_MIN " \002 Min"
  203. #define MSG_MAX " \002 Max"
  204. #define MSG_FACTOR " \002 Fact"
  205. #define MSG_MOTION "Pohyb"
  206. #define MSG_VOLUMETRIC "Filament"
  207. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  208. #define MSG_FILAMENT_SIZE_EXTRUDER_0 "Fil. Dia. 1"
  209. #define MSG_FILAMENT_SIZE_EXTRUDER_1 "Fil. Dia. 2"
  210. #define MSG_FILAMENT_SIZE_EXTRUDER_2 "Fil. Dia. 3"
  211. #define MSG_CONTRAST "LCD contrast"
  212. #define MSG_STORE_EPROM "Store memory"
  213. #define MSG_LOAD_EPROM "Ulozit pamet"
  214. #define MSG_RESTORE_FAILSAFE "Obnovit vychozi"
  215. #define MSG_REFRESH "Obnovit"
  216. #define MSG_PREPARE "Priprava"
  217. #define MSG_CONTROL_RETRACT "Retract mm"
  218. #define MSG_CONTROL_RETRACT_SWAP "Swap Re.mm"
  219. #define MSG_CONTROL_RETRACTF "Retract V"
  220. #define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
  221. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  222. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm"
  223. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  224. #define MSG_AUTORETRACT "AutoRetr."
  225. #define MSG_INIT_SDCARD "Inic. SD"
  226. #define MSG_CNG_SDCARD "Vymenit SD"
  227. #define MSG_ZPROBE_OUT "Z probe out. bed"
  228. #define MSG_POSITION_UNKNOWN "Home X/Y before Z"
  229. #define MSG_ZPROBE_ZOFFSET "Z Offset"
  230. #define MSG_BABYSTEP_X "Babystep X"
  231. #define MSG_BABYSTEP_Y "Babystep Y"
  232. #define MSG_ENDSTOP_ABORT "Endstop abort"
  233. #define MSG_RECTRACT "Rectract"
  234. #endif // LANGUAGE_EN_H