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_pl.h 8.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  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. *
  25. * LCD Menu Messages
  26. * See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
  27. *
  28. */
  29. #ifndef LANGUAGE_PL_H
  30. #define LANGUAGE_PL_H
  31. #define DISPLAY_CHARSET_ISO10646_1
  32. #define WELCOME_MSG MACHINE_NAME " gotowy."
  33. #define MSG_SD_INSERTED "Karta wlozona"
  34. #define MSG_SD_REMOVED "Karta usunieta"
  35. #define MSG_LCD_ENDSTOPS "Krancow." // Max length 8 characters
  36. #define MSG_MAIN "Menu glowne"
  37. #define MSG_AUTOSTART "Autostart"
  38. #define MSG_DISABLE_STEPPERS "Wylacz silniki"
  39. #define MSG_AUTO_HOME "Auto. poz. zerowa"
  40. #define MSG_LEVEL_BED_HOMING "Pozycja zerowa"
  41. #define MSG_LEVEL_BED_WAITING "Kliknij by rozp."
  42. #define MSG_LEVEL_BED_NEXT_POINT "Nastepny punkt"
  43. #define MSG_LEVEL_BED_DONE "Wypoziomowano!"
  44. #define MSG_LEVEL_BED_CANCEL "Anuluj"
  45. #define MSG_SET_HOME_OFFSETS "Ust. poz. zer."
  46. #define MSG_HOME_OFFSETS_APPLIED "Poz. zerowa ust."
  47. #define MSG_SET_ORIGIN "Ustaw punkt zero"
  48. #define MSG_PREHEAT_1 "Rozgrzej PLA"
  49. #define MSG_PREHEAT_1_N "Rozgrzej PLA "
  50. #define MSG_PREHEAT_1_ALL "Roz. PLA Wszystko"
  51. #define MSG_PREHEAT_1_BEDONLY "Rozgrzej PLA Loze"
  52. #define MSG_PREHEAT_1_SETTINGS "Ustaw. rozg. PLA"
  53. #define MSG_PREHEAT_2 "Rozgrzej ABS"
  54. #define MSG_PREHEAT_2_N "Rozgrzej ABS "
  55. #define MSG_PREHEAT_2_ALL "Roz. ABS Wszystko"
  56. #define MSG_PREHEAT_2_BEDONLY "Rozgrzej ABS Loze"
  57. #define MSG_PREHEAT_2_SETTINGS "Ustaw. rozg. ABS"
  58. #define MSG_COOLDOWN "Chlodzenie"
  59. #define MSG_SWITCH_PS_ON "Wlacz zasilacz"
  60. #define MSG_SWITCH_PS_OFF "Wylacz zasilacz"
  61. #define MSG_EXTRUDE "Ekstruzja"
  62. #define MSG_RETRACT "Wycofanie"
  63. #define MSG_MOVE_AXIS "Ruch osi"
  64. #define MSG_LEVEL_BED "Poziom. loza"
  65. #define MSG_MOVE_X "Przesun w X"
  66. #define MSG_MOVE_Y "Przesun w Y"
  67. #define MSG_MOVE_Z "Przesun w Z"
  68. #define MSG_MOVE_E "Ekstruzja (os E)"
  69. #define MSG_MOVE_01MM "Przesuwaj co .1mm"
  70. #define MSG_MOVE_1MM "Przesuwaj co 1mm"
  71. #define MSG_MOVE_10MM "Przesuwaj co 10mm"
  72. #define MSG_SPEED "Predkosc"
  73. #define MSG_BED_Z "Loze Z"
  74. #define MSG_NOZZLE "Dysza"
  75. #define MSG_BED "Loze"
  76. #define MSG_FAN_SPEED "Obroty wiatraka"
  77. #define MSG_FLOW "Przeplyw"
  78. #define MSG_CONTROL "Ustawienia"
  79. #define MSG_MIN LCD_STR_THERMOMETER " Min"
  80. #define MSG_MAX LCD_STR_THERMOMETER " Max"
  81. #define MSG_FACTOR LCD_STR_THERMOMETER " Mnoznik"
  82. #define MSG_AUTOTEMP "Auto. temperatura"
  83. #define MSG_ON "Wl. "
  84. #define MSG_OFF "Wyl."
  85. #define MSG_PID_P "PID-P"
  86. #define MSG_PID_I "PID-I"
  87. #define MSG_PID_D "PID-D"
  88. #define MSG_PID_C "PID-C"
  89. #define MSG_ACC "Przyspieszenie"
  90. #define MSG_VX_JERK "Zryw Vx"
  91. #define MSG_VY_JERK "Zryw Vy"
  92. #define MSG_VZ_JERK "Zryw Vz"
  93. #define MSG_VE_JERK "Zryw Ve"
  94. #define MSG_VMAX "Vmax "
  95. #define MSG_VMIN "Vmin"
  96. #define MSG_VTRAV_MIN "Vskok min"
  97. #define MSG_AMAX "Amax"
  98. #define MSG_A_RETRACT "A-wycofanie"
  99. #define MSG_A_TRAVEL "A-przesun."
  100. #define MSG_XSTEPS "krokiX/mm"
  101. #define MSG_YSTEPS "krokiY/mm"
  102. #define MSG_ZSTEPS "krokiZ/mm"
  103. #define MSG_ESTEPS "krokiE/mm"
  104. #define MSG_TEMPERATURE "Temperatura"
  105. #define MSG_MOTION "Ruch"
  106. #define MSG_VOLUMETRIC "Filament"
  107. #define MSG_VOLUMETRIC_ENABLED "E w mm3"
  108. #define MSG_FILAMENT_DIAM "Śr. fil."
  109. #define MSG_CONTRAST "Kontrast LCD"
  110. #define MSG_STORE_EPROM "Zapisz w pamieci"
  111. #define MSG_LOAD_EPROM "Wczytaj z pamieci"
  112. #define MSG_RESTORE_FAILSAFE "Ustaw. fabryczne"
  113. #define MSG_REFRESH "Odswiez"
  114. #define MSG_WATCH "Ekran glowny"
  115. #define MSG_PREPARE "Przygotuj"
  116. #define MSG_TUNE "Strojenie"
  117. #define MSG_PAUSE_PRINT "Pauza"
  118. #define MSG_RESUME_PRINT "Wznowienie"
  119. #define MSG_STOP_PRINT "Stop"
  120. #define MSG_CARD_MENU "Menu karty SD"
  121. #define MSG_NO_CARD "Brak karty"
  122. #define MSG_DWELL "Uspij..."
  123. #define MSG_USERWAIT "Oczekiwanie..."
  124. #define MSG_RESUMING "Wznawianie druku"
  125. #define MSG_PRINT_ABORTED "Druk przerwany"
  126. #define MSG_NO_MOVE "Brak ruchu"
  127. #define MSG_KILLED "Ubity. "
  128. #define MSG_STOPPED "Zatrzymany. "
  129. #define MSG_CONTROL_RETRACT "Wycofaj mm"
  130. #define MSG_CONTROL_RETRACT_SWAP "Z Wycof. mm"
  131. #define MSG_CONTROL_RETRACTF "Wycofaj V"
  132. #define MSG_CONTROL_RETRACT_ZLIFT "Skok Z mm"
  133. #define MSG_CONTROL_RETRACT_RECOVER "Cof. wycof. +mm"
  134. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Z Cof. wyc. +mm"
  135. #define MSG_CONTROL_RETRACT_RECOVERF "Cof. wycof. V"
  136. #define MSG_AUTORETRACT "Auto. wycofanie"
  137. #define MSG_FILAMENTCHANGE "Zmien filament"
  138. #define MSG_INIT_SDCARD "Inicjal. karty SD"
  139. #define MSG_CNG_SDCARD "Zmiana karty SD"
  140. #define MSG_ZPROBE_OUT "Sonda Z za lozem"
  141. #define MSG_HOME "Home" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  142. #define MSG_FIRST "first"
  143. #define MSG_ZPROBE_ZOFFSET "Offset Z"
  144. #define MSG_BABYSTEP_X "Babystep X"
  145. #define MSG_BABYSTEP_Y "Babystep Y"
  146. #define MSG_BABYSTEP_Z "Babystep Z"
  147. #define MSG_ENDSTOP_ABORT "Blad krancowki"
  148. #define MSG_HEATING_FAILED_LCD "Rozgrz. nieudane"
  149. #define MSG_ERR_REDUNDANT_TEMP "Błąd temperatury"
  150. #define MSG_THERMAL_RUNAWAY "Zanik temp."
  151. #define MSG_ERR_MAXTEMP "Err: max. temp."
  152. #define MSG_ERR_MINTEMP "Err: min. temp."
  153. #define MSG_ERR_MAXTEMP_BED "Err: max. temp. loza"
  154. #define MSG_ERR_MINTEMP_BED "Err: min. temp. loza"
  155. #define MSG_HEATING "Rozgrzewanie..."
  156. #define MSG_HEATING_COMPLETE "Rozgrzano"
  157. #define MSG_BED_HEATING "Rozgrzewanie loza..."
  158. #define MSG_BED_DONE "Rozgrzano loze"
  159. #define MSG_DELTA_CALIBRATE "Kalibrowanie Delty"
  160. #define MSG_DELTA_CALIBRATE_X "Kalibruj X"
  161. #define MSG_DELTA_CALIBRATE_Y "Kalibruj Y"
  162. #define MSG_DELTA_CALIBRATE_Z "Kalibruj Z"
  163. #define MSG_DELTA_CALIBRATE_CENTER "Kalibruj środek"
  164. #endif // LANGUAGE_PL_H