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_en.h 9.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. /*****************
  2. * language_en.h *
  3. *****************/
  4. /****************************************************************************
  5. * Written By Marcio Teixeira 2019 - Aleph Objects, Inc. *
  6. * *
  7. * This program is free software: you can redistribute it and/or modify *
  8. * it under the terms of the GNU General Public License as published by *
  9. * the Free Software Foundation, either version 3 of the License, or *
  10. * (at your option) any later version. *
  11. * *
  12. * This program is distributed in the hope that it will be useful, *
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of *
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
  15. * GNU General Public License for more details. *
  16. * *
  17. * To view a copy of the GNU General Public License, go to the following *
  18. * location: <https://www.gnu.org/licenses/>. *
  19. ****************************************************************************/
  20. #pragma once
  21. #include "language.h"
  22. #if ENABLED(TOUCH_UI_UTF8_COPYRIGHT)
  23. #define COPYRIGHT_SIGN u8"©"
  24. #else
  25. #define COPYRIGHT_SIGN u8"(c)"
  26. #endif
  27. #if ENABLED(TOUCH_UI_UTF8_WESTERN_CHARSET)
  28. #define DEGREE_SIGN u8"°"
  29. #else
  30. #define DEGREE_SIGN u8" "
  31. #endif
  32. namespace Language_en {
  33. LSTR MSG_BUTTON_OKAY = u8"Okay";
  34. LSTR MSG_BUTTON_MENU = u8"Menu";
  35. LSTR MSG_BUTTON_MEDIA = u8"Media";
  36. LSTR MSG_BUTTON_OPEN = u8"Open";
  37. LSTR MSG_CLEAN_NOZZLE = u8"Clean Nozzle";
  38. LSTR MSG_VMAX_X = u8"Max X Speed";
  39. LSTR MSG_VMAX_Y = u8"Max Y Speed";
  40. LSTR MSG_VMAX_Z = u8"Max Z Speed";
  41. LSTR MSG_ACCEL_PRINTING = u8"Printing";
  42. LSTR MSG_ACCEL_TRAVEL = u8"Travel";
  43. LSTR MSG_ACCEL_RETRACT = u8"Retraction";
  44. LSTR MSG_AMAX_X = u8"Max X Accel.";
  45. LSTR MSG_AMAX_Y = u8"Max Y Accel.";
  46. LSTR MSG_AMAX_Z = u8"Max Z Accel.";
  47. LSTR MSG_AXIS_X = u8"X";
  48. LSTR MSG_AXIS_X2 = u8"X2";
  49. LSTR MSG_AXIS_Y = u8"Y";
  50. LSTR MSG_AXIS_Y2 = u8"Y2";
  51. LSTR MSG_AXIS_Z = u8"Z";
  52. LSTR MSG_AXIS_Z2 = u8"Z2";
  53. LSTR MSG_AXIS_E = u8"E";
  54. LSTR MSG_AXIS_E1 = u8"E1";
  55. LSTR MSG_AXIS_E2 = u8"E2";
  56. LSTR MSG_AXIS_E3 = u8"E3";
  57. LSTR MSG_AXIS_E4 = u8"E4";
  58. LSTR MSG_AXIS_ALL = u8"All";
  59. LSTR MSG_HOME = u8"Home";
  60. LSTR MSG_PRINT_STARTING = u8"Print starting";
  61. LSTR MSG_PRINT_FINISHED = u8"Print finished";
  62. LSTR MSG_PRINT_ERROR = u8"Print error";
  63. LSTR MSG_ABOUT_TOUCH_PANEL_1 = u8"Color Touch Panel";
  64. LSTR MSG_ABOUT_TOUCH_PANEL_2 = WEBSITE_URL;
  65. LSTR MSG_LICENSE = u8"This program is free software: you can redistribute it and/or modify it under the terms of "
  66. "the GNU General Public License as published by the Free Software Foundation, either version 3 "
  67. "of the License, or (at your option) any later version. To view a copy of the GNU General "
  68. "Public License, go to the following location: https://www.gnu.org/licenses.";
  69. LSTR MSG_RUNOUT_1 = u8"Runout 1";
  70. LSTR MSG_RUNOUT_2 = u8"Runout 2";
  71. LSTR MSG_DISPLAY_MENU = u8"Display";
  72. LSTR MSG_INTERFACE = u8"Interface";
  73. LSTR MSG_MEASURE_AUTOMATICALLY = u8"Measure automatically";
  74. LSTR MSG_H_OFFSET = u8"H Offset";
  75. LSTR MSG_V_OFFSET = u8"V Offset";
  76. LSTR MSG_TOUCH_SCREEN = u8"Touch Screen";
  77. LSTR MSG_CALIBRATE = u8"Calibrate";
  78. LSTR MSG_UNITS_MILLIAMP = u8"mA";
  79. LSTR MSG_UNITS_MM = u8"mm";
  80. LSTR MSG_UNITS_MM_S = u8"mm/s";
  81. LSTR MSG_UNITS_MM_S2 = u8"mm/s" SUPERSCRIPT_TWO;
  82. LSTR MSG_UNITS_STEP_MM = u8"st/mm";
  83. LSTR MSG_UNITS_PERCENT = u8"%";
  84. LSTR MSG_UNITS_C = DEGREE_SIGN u8"C";
  85. LSTR MSG_IDLE = u8"idle";
  86. LSTR MSG_SET_MAXIMUM = u8"Set Maximum";
  87. LSTR MSG_PRINT_SPEED = u8"Print Speed";
  88. LSTR MSG_LINEAR_ADVANCE = u8"Linear Advance";
  89. LSTR MSG_LINEAR_ADVANCE_K = u8"K";
  90. LSTR MSG_LINEAR_ADVANCE_K1 = u8"K E1";
  91. LSTR MSG_LINEAR_ADVANCE_K2 = u8"K E2";
  92. LSTR MSG_LINEAR_ADVANCE_K3 = u8"K E3";
  93. LSTR MSG_LINEAR_ADVANCE_K4 = u8"K E4";
  94. LSTR MSG_NUDGE_NOZZLE = u8"Nudge Nozzle";
  95. LSTR MSG_ADJUST_BOTH_NOZZLES = u8"Adjust Both Nozzles";
  96. LSTR MSG_SHOW_OFFSETS = u8"Show Offsets";
  97. LSTR MSG_INCREMENT = u8"Increment";
  98. LSTR MSG_ERASE_FLASH_WARNING = u8"Are you sure? SPI flash will be erased.";
  99. LSTR MSG_ERASING = u8"Erasing...";
  100. LSTR MSG_ERASED = u8"SPI flash erased";
  101. LSTR MSG_CALIBRATION_WARNING = u8"For best results, unload the filament and clean the hotend prior to starting calibration. Continue?";
  102. LSTR MSG_START_PRINT_CONFIRMATION = u8"Start printing %s?";
  103. LSTR MSG_ABORT_WARNING = u8"Are you sure you want to cancel the print?";
  104. LSTR MSG_EXTRUDER_SELECTION = u8"Extruder Selection";
  105. LSTR MSG_CURRENT_TEMPERATURE = u8"Current Temp";
  106. LSTR MSG_REMOVAL_TEMPERATURE = u8"Removal Temp";
  107. LSTR MSG_CAUTION = u8"Caution:";
  108. LSTR MSG_HOT = u8"Hot!";
  109. LSTR MSG_UNLOAD_FILAMENT = u8"Unload/Retract";
  110. LSTR MSG_LOAD_FILAMENT = u8"Load/Extrude";
  111. LSTR MSG_MOMENTARY = u8"Momentary";
  112. LSTR MSG_CONTINUOUS = u8"Continuous";
  113. LSTR MSG_PRINT_MENU = u8"Print Menu";
  114. LSTR MSG_FINE_MOTION = u8"Fine motion";
  115. LSTR MSG_ENABLE_MEDIA = u8"Enable Media";
  116. LSTR MSG_INSERT_MEDIA = u8"Insert Media...";
  117. LSTR MSG_LCD_BRIGHTNESS = u8"LCD brightness";
  118. LSTR MSG_SOUND_VOLUME = u8"Sound volume";
  119. LSTR MSG_SCREEN_LOCK = u8"Screen lock";
  120. LSTR MSG_BOOT_SCREEN = u8"Boot screen";
  121. LSTR MSG_SOUNDS = u8"Sounds";
  122. LSTR MSG_CLICK_SOUNDS = u8"Click sounds";
  123. LSTR MSG_EEPROM_RESTORED = u8"Settings restored from backup";
  124. LSTR MSG_EEPROM_RESET = u8"Settings restored to default";
  125. LSTR MSG_EEPROM_SAVED = u8"Settings saved!";
  126. LSTR MSG_EEPROM_SAVE_PROMPT = u8"Settings applied. Save these settings for next power-on?";
  127. LSTR MSG_EEPROM_RESET_WARNING = u8"Are you sure? Customizations will be lost.";
  128. LSTR MSG_PASSCODE_REJECTED = u8"Wrong passcode!";
  129. LSTR MSG_PASSCODE_ACCEPTED = u8"Passcode accepted!";
  130. LSTR MSG_PASSCODE_SELECT = u8"Select Passcode:";
  131. LSTR MSG_PASSCODE_REQUEST = u8"Enter Passcode:";
  132. LSTR MSG_TOUCH_CALIBRATION_START = u8"Release to begin screen calibration";
  133. LSTR MSG_TOUCH_CALIBRATION_PROMPT = u8"Touch the dots to calibrate";
  134. LSTR MSG_BED_MAPPING_DONE = u8"Bed mapping finished";
  135. LSTR MSG_BED_MAPPING_INCOMPLETE = u8"Not all points probed";
  136. LSTR MSG_LEVELING = u8"Leveling";
  137. LSTR MSG_AXIS_LEVELING = u8"Axis Leveling";
  138. LSTR MSG_PROBE_BED = u8"Probe Mesh";
  139. LSTR MSG_PRINT_TEST = u8"Print Test (PLA)";
  140. LSTR MSG_MOVE_Z_TO_TOP = u8"Raise Z to Top";
  141. #if ENABLED(TOUCH_UI_LULZBOT_BIO)
  142. LSTR MSG_MOVE_TO_HOME = u8"Move to Home";
  143. LSTR MSG_RAISE_PLUNGER = u8"Raise Plunger";
  144. LSTR MSG_RELEASE_XY_AXIS = u8"Release X and Y Axis";
  145. LSTR MSG_BED_TEMPERATURE = u8"Bed Temperature";
  146. LSTR MSG_HOME_XYZ_WARNING = u8"About to move to home position. Ensure the top and the bed of the printer are clear.\n\nContinue?";
  147. LSTR MSG_HOME_E_WARNING = u8"About to re-home plunger and auto-level. Remove syringe prior to proceeding.\n\nContinue?";
  148. #endif
  149. #ifdef TOUCH_UI_COCOA_PRESS
  150. LSTR MSG_BODY = u8"Body";
  151. LSTR MSG_SELECT_CHOCOLATE_TYPE = u8"Select Chocolate Type";
  152. LSTR MSG_EXTERNAL = u8"External";
  153. LSTR MSG_CHOCOLATE = u8"Chocolate";
  154. LSTR MSG_UNLOAD_CARTRIDGE = u8"Unload Cartridge";
  155. LSTR MSG_LOAD_UNLOAD = u8"Load/Unload";
  156. LSTR MSG_FULL_LOAD = u8"Full Load";
  157. LSTR MSG_FULL_UNLOAD = u8"Full Unload";
  158. LSTR MSG_PREHEAT_CHOCOLATE = u8"Preheat Chocolate";
  159. LSTR MSG_PREHEAT_FINISHED = u8"Preheat finished";
  160. LSTR MSG_PREHEAT = u8"Preheat";
  161. LSTR MSG_BUTTON_PAUSE = u8"Pause";
  162. LSTR MSG_BUTTON_RESUME = u8"Resume";
  163. LSTR MSG_ELAPSED_PRINT = u8"Elapsed Print";
  164. LSTR MSG_XYZ_MOVE = u8"XYZ Move";
  165. LSTR MSG_E_MOVE = u8"Extrusion Move";
  166. #endif
  167. }; // namespace Language_en