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_fi.h 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /**
  2. * Finnish
  3. *
  4. * LCD Menu Messages
  5. * Please note these are limited to 17 characters!
  6. *
  7. */
  8. #ifndef LANGUAGE_FI_H
  9. #define LANGUAGE_FI_H
  10. #define WELCOME_MSG MACHINE_NAME " valmis."
  11. #define MSG_SD_INSERTED "Kortti asetettu"
  12. #define MSG_SD_REMOVED "Kortti poistettu"
  13. #define MSG_MAIN "Palaa"
  14. #define MSG_AUTOSTART "Automaatti"
  15. #define MSG_DISABLE_STEPPERS "Vapauta moottorit"
  16. #define MSG_AUTO_HOME "Aja referenssiin"
  17. #define MSG_SET_HOME_OFFSETS "Set home offsets"
  18. #define MSG_SET_ORIGIN "Aseta origo"
  19. #define MSG_PREHEAT_PLA "Esil" STR_ae "mmit" STR_ae " PLA"
  20. #define MSG_PREHEAT_PLA_N "Esil" STR_ae "mmit" STR_ae " PLA "
  21. #define MSG_PREHEAT_PLA_ALL "Esil" STR_ae ". PLA Kaikki"
  22. #define MSG_PREHEAT_PLA_BEDONLY "Esil" STR_ae ". PLA Alusta"
  23. #define MSG_PREHEAT_PLA_SETTINGS "Esil" STR_ae "mm. PLA konf"
  24. #define MSG_PREHEAT_ABS "Esil" STR_ae "mmit" STR_ae " ABS"
  25. #define MSG_PREHEAT_ABS_N "Esil" STR_ae "mmit" STR_ae " ABS "
  26. #define MSG_PREHEAT_ABS_ALL "Esil" STR_ae ". ABS Kaikki"
  27. #define MSG_PREHEAT_ABS_BEDONLY "Esil" STR_ae ". ABS Alusta"
  28. #define MSG_PREHEAT_ABS_SETTINGS "Esil" STR_ae "mm. ABS konf"
  29. #define MSG_COOLDOWN "J" STR_ae "" STR_ae "hdyt" STR_ae ""
  30. #define MSG_SWITCH_PS_ON "Virta p" STR_ae "" STR_ae "lle"
  31. #define MSG_SWITCH_PS_OFF "Virta pois"
  32. #define MSG_EXTRUDE "Pursota"
  33. #define MSG_RETRACT "Ved" STR_ae " takaisin"
  34. #define MSG_MOVE_AXIS "Liikuta akseleita"
  35. #define MSG_MOVE_X "Liikuta X"
  36. #define MSG_MOVE_Y "Liikuta Y"
  37. #define MSG_MOVE_Z "Liikuta Z"
  38. #define MSG_MOVE_E "Extruder"
  39. #define MSG_MOVE_01MM "Liikuta 0.1mm"
  40. #define MSG_MOVE_1MM "Liikuta 1mm"
  41. #define MSG_MOVE_10MM "Liikuta 10mm"
  42. #define MSG_SPEED "Nopeus"
  43. #define MSG_NOZZLE "Suutin"
  44. #define MSG_BED "Alusta"
  45. #define MSG_FAN_SPEED "Tuul. nopeus"
  46. #define MSG_FLOW "Virtaus"
  47. #define MSG_CONTROL "Kontrolli"
  48. #define MSG_MIN STR_THERMOMETER " Min"
  49. #define MSG_MAX STR_THERMOMETER " Max"
  50. #define MSG_FACTOR STR_THERMOMETER " Kerr"
  51. #define MSG_AUTOTEMP "Autotemp"
  52. #define MSG_ON "On "
  53. #define MSG_OFF "Off"
  54. #define MSG_PID_P "PID-P"
  55. #define MSG_PID_I "PID-I"
  56. #define MSG_PID_D "PID-D"
  57. #define MSG_PID_C "PID-C"
  58. #define MSG_ACC "Kiihtyv"
  59. #define MSG_VXY_JERK "Vxy-jerk"
  60. #define MSG_VZ_JERK "Vz-jerk"
  61. #define MSG_VE_JERK "Ve-jerk"
  62. #define MSG_VMAX "Vmax "
  63. #define MSG_X "x"
  64. #define MSG_Y "y"
  65. #define MSG_Z "z"
  66. #define MSG_E "e"
  67. #define MSG_VMIN "Vmin"
  68. #define MSG_VTRAV_MIN "VLiike min"
  69. #define MSG_AMAX "Amax "
  70. #define MSG_A_RETRACT "A-peruuta"
  71. #define MSG_XSTEPS "Xsteps/mm"
  72. #define MSG_YSTEPS "Ysteps/mm"
  73. #define MSG_ZSTEPS "Zsteps/mm"
  74. #define MSG_ESTEPS "Esteps/mm"
  75. #define MSG_TEMPERATURE "L" STR_ae "mp" STR_oe "tila"
  76. #define MSG_MOTION "Liike"
  77. #define MSG_VOLUMETRIC "Filament"
  78. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  79. #define MSG_FILAMENT_SIZE_EXTRUDER_0 "Fil. Dia. 1"
  80. #define MSG_FILAMENT_SIZE_EXTRUDER_1 "Fil. Dia. 2"
  81. #define MSG_FILAMENT_SIZE_EXTRUDER_2 "Fil. Dia. 3"
  82. #define MSG_CONTRAST "LCD kontrasti"
  83. #define MSG_STORE_EPROM "Tallenna muistiin"
  84. #define MSG_LOAD_EPROM "Lataa muistista"
  85. #define MSG_RESTORE_FAILSAFE "Palauta oletus"
  86. #define MSG_REFRESH "P" STR_ae "ivit" STR_ae ""
  87. #define MSG_WATCH "Seuraa"
  88. #define MSG_PREPARE "Valmistele"
  89. #define MSG_TUNE "S" STR_ae "" STR_ae "d" STR_ae ""
  90. #define MSG_PAUSE_PRINT "Keskeyt" STR_ae " tulostus"
  91. #define MSG_RESUME_PRINT "Jatka tulostusta"
  92. #define MSG_STOP_PRINT "Pys" STR_ae "yt" STR_ae " tulostus"
  93. #define MSG_CARD_MENU "Korttivalikko"
  94. #define MSG_NO_CARD "Ei korttia"
  95. #define MSG_DWELL "Nukkumassa..."
  96. #define MSG_USERWAIT "Odotet. valintaa"
  97. #define MSG_RESUMING "Jatke. tulostusta"
  98. #define MSG_PRINT_ABORTED "Print aborted"
  99. #define MSG_NO_MOVE "Ei liiketta."
  100. #define MSG_KILLED "KILLED. "
  101. #define MSG_STOPPED "STOPPED. "
  102. #define MSG_CONTROL_RETRACT "Ved" STR_ae " mm"
  103. #define MSG_CONTROL_RETRACT_SWAP "Va. Ved" STR_ae " mm"
  104. #define MSG_CONTROL_RETRACTF "Ved" STR_ae " V"
  105. #define MSG_CONTROL_RETRACT_ZLIFT "Z mm"
  106. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  107. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "Va. UnRet +mm"
  108. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  109. #define MSG_AUTORETRACT "AutoVeto."
  110. #define MSG_FILAMENTCHANGE "Change filament"
  111. #define MSG_INIT_SDCARD "Init. SD-Card"
  112. #define MSG_CNG_SDCARD "Change SD-Card"
  113. #define MSG_ZPROBE_OUT "Z probe out. bed"
  114. #define MSG_POSITION_UNKNOWN "Home X/Y before Z"
  115. #define MSG_ZPROBE_ZOFFSET "Z Offset"
  116. #define MSG_BABYSTEP_X "Babystep X"
  117. #define MSG_BABYSTEP_Y "Babystep Y"
  118. #define MSG_BABYSTEP_Z "Babystep Z"
  119. #define MSG_ENDSTOP_ABORT "Endstop abort"
  120. #ifdef DELTA_CALIBRATION_MENU
  121. #define MSG_DELTA_CALIBRATE "Delta Kalibrointi"
  122. #define MSG_DELTA_CALIBRATE_X "Kalibroi X"
  123. #define MSG_DELTA_CALIBRATE_Y "Kalibroi Y"
  124. #define MSG_DELTA_CALIBRATE_Z "Kalibroi Z"
  125. #define MSG_DELTA_CALIBRATE_CENTER "Kalibroi Center"
  126. #endif // DELTA_CALIBRATION_MENU
  127. #endif // LANGUAGE_FI_H