Subversion Repositories MK-Marlin

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ron 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
/**
24
 * Basque-Euskera
25
 *
26
 * LCD Menu Messages
27
 * See also http://marlinfw.org/docs/development/lcd_language.html
28
 *
29
 */
30
#ifndef LANGUAGE_EU_H
31
#define LANGUAGE_EU_H
32
 
33
#define DISPLAY_CHARSET_ISO10646_1
34
#define NOT_EXTENDED_ISO10646_1_5X7
35
 
36
#define WELCOME_MSG                         MACHINE_NAME _UxGT(" prest.")
37
#define MSG_BACK                            _UxGT("Atzera")
38
#define MSG_SD_INSERTED                     _UxGT("Txartela sartuta")
39
#define MSG_SD_REMOVED                      _UxGT("Txartela kenduta")
40
#define MSG_LCD_ENDSTOPS                    _UxGT("Endstops") // Max length 8 characters
41
#define MSG_MAIN                            _UxGT("Menu nagusia")
42
#define MSG_AUTOSTART                       _UxGT("Auto hasiera")
43
#define MSG_DISABLE_STEPPERS                _UxGT("Itzali motoreak")
44
#define MSG_DEBUG_MENU                      _UxGT("Arazketa Menua")
45
#define MSG_PROGRESS_BAR_TEST               _UxGT("Prog. Barra Proba")
46
#define MSG_AUTO_HOME                       _UxGT("Hasierara joan")
47
#define MSG_AUTO_HOME_X                     _UxGT("X jatorrira")
48
#define MSG_AUTO_HOME_Y                     _UxGT("Y jatorrira")
49
#define MSG_AUTO_HOME_Z                     _UxGT("Z jatorrira")
50
#define MSG_TMC_Z_CALIBRATION               _UxGT("Kalibratu Z")
51
#define MSG_LEVEL_BED_HOMING                _UxGT("XYZ hasieraratzen")
52
#define MSG_LEVEL_BED_WAITING               _UxGT("Klik egin hasteko")
53
#define MSG_LEVEL_BED_NEXT_POINT            _UxGT("Hurrengo Puntua")
54
#define MSG_LEVEL_BED_DONE                  _UxGT("Berdintzea eginda")
55
//#define MSG_Z_FADE_HEIGHT                 _UxGT("Fade Height")
56
#define MSG_SET_HOME_OFFSETS                _UxGT("Etxe. offset eza.")
57
#define MSG_HOME_OFFSETS_APPLIED            _UxGT("Offsetak ezarrita")
58
#define MSG_SET_ORIGIN                      _UxGT("Hasiera ipini")
59
#define MSG_PREHEAT_1                       _UxGT("Berotu PLA")
60
#define MSG_PREHEAT_1_N                     MSG_PREHEAT_1 _UxGT(" ")
61
#define MSG_PREHEAT_1_ALL                   MSG_PREHEAT_1 _UxGT(" Guztia")
62
#define MSG_PREHEAT_1_END                   MSG_PREHEAT_1 _UxGT(" Amaia")
63
#define MSG_PREHEAT_1_BEDONLY               MSG_PREHEAT_1 _UxGT(" Ohea")
64
#define MSG_PREHEAT_1_SETTINGS              MSG_PREHEAT_1 _UxGT(" Ezarp.")
65
#define MSG_PREHEAT_2                       _UxGT("Berotu ABS")
66
#define MSG_PREHEAT_2_N                     MSG_PREHEAT_1 _UxGT(" ")
67
#define MSG_PREHEAT_2_ALL                   MSG_PREHEAT_1 _UxGT(" Guztia")
68
#define MSG_PREHEAT_2_END                   MSG_PREHEAT_2 _UxGT(" Amaia")
69
#define MSG_PREHEAT_2_BEDONLY               MSG_PREHEAT_1 _UxGT(" Ohea")
70
#define MSG_PREHEAT_2_SETTINGS              MSG_PREHEAT_1 _UxGT(" Ezarp.")
71
#define MSG_COOLDOWN                        _UxGT("Hoztu")
72
#define MSG_SWITCH_PS_ON                    _UxGT("Energia piztu")
73
#define MSG_SWITCH_PS_OFF                   _UxGT("Energia itzali")
74
#define MSG_EXTRUDE                         _UxGT("Estruitu")
75
#define MSG_RETRACT                         _UxGT("Atzera eragin")
76
#define MSG_MOVE_AXIS                       _UxGT("Ardatzak mugitu")
77
#define MSG_BED_LEVELING                    _UxGT("Ohe berdinketa")
78
#define MSG_LEVEL_BED                       _UxGT("Ohea berdindu")
79
#define MSG_LEVEL_CORNERS                   _UxGT("Ertzak berdindu")
80
#define MSG_NEXT_CORNER                     _UxGT("Hurrengo ertza")
81
//#define MSG_EDITING_STOPPED               _UxGT("Mesh Editing Stopped")
82
//#define MSG_USER_MENU                     _UxGT("Custom Commands")
83
#define MSG_UBL_DOING_G29                   _UxGT("G29 exekutatzen")
84
#define MSG_UBL_UNHOMED                     _UxGT("XYZ etxeratu lehenengo")
85
#define MSG_UBL_TOOLS                       _UxGT("UBL Tresnak")
86
#define MSG_UBL_LEVEL_BED                   _UxGT("Unified Bed Leveling")
87
#define MSG_UBL_MANUAL_MESH                 _UxGT("Sarea eskuz sortu")
88
//#define MSG_UBL_BC_INSERT                 _UxGT("Place shim & measure")
89
#define MSG_UBL_BC_INSERT2                  _UxGT("Neurtu")
90
//#define MSG_UBL_BC_REMOVE                 _UxGT("Remove & measure bed")
91
//#define MSG_UBL_MOVING_TO_NEXT            _UxGT("Moving to next")
92
#define MSG_UBL_ACTIVATE_MESH               _UxGT("UBL aktibatu")
93
#define MSG_UBL_DEACTIVATE_MESH             _UxGT("UBL desaktibatu")
94
#define MSG_UBL_SET_BED_TEMP                _UxGT("Ohearen tenperatura")
95
#define MSG_UBL_CUSTOM_BED_TEMP             MSG_UBL_SET_BED_TEMP
96
#define MSG_UBL_SET_HOTEND_TEMP             _UxGT("Mutur beroaren tenp.")
97
#define MSG_UBL_CUSTOM_HOTEND_TEMP          MSG_UBL_SET_HOTEND_TEMP
98
#define MSG_UBL_MESH_EDIT                   _UxGT("Sarea editatu")
99
//#define MSG_UBL_EDIT_CUSTOM_MESH          _UxGT("Edit Custom Mesh")
100
//#define MSG_UBL_FINE_TUNE_MESH            _UxGT("Fine Tuning Mesh")
101
#define MSG_UBL_DONE_EDITING_MESH           _UxGT("Sarea editatzea eginda")
102
//#define MSG_UBL_BUILD_CUSTOM_MESH         _UxGT("Build Custom Mesh")
103
#define MSG_UBL_BUILD_MESH_MENU             _UxGT("Sarea sortu")
104
#define MSG_UBL_BUILD_PLA_MESH              _UxGT("PLA sarea sortu")
105
#define MSG_UBL_BUILD_ABS_MESH              _UxGT("ABS sarea sortu")
106
#define MSG_UBL_BUILD_COLD_MESH             _UxGT("Sare hotza sortu")
107
#define MSG_UBL_MESH_HEIGHT_ADJUST          _UxGT("Sarearen altuera doitu")
108
//#define MSG_UBL_MESH_HEIGHT_AMOUNT        _UxGT("Height Amount")
109
#define MSG_UBL_VALIDATE_MESH_MENU          _UxGT("Sarea balioetsi")
110
#define MSG_UBL_VALIDATE_PLA_MESH           _UxGT("PLA sarea balioetsi")
111
#define MSG_UBL_VALIDATE_ABS_MESH           _UxGT("ABS sarea balioetsi")
112
//#define MSG_UBL_VALIDATE_CUSTOM_MESH      _UxGT("Validate Custom Mesh")
113
#define MSG_UBL_CONTINUE_MESH               _UxGT("Ohe sarea balioetsi")
114
#define MSG_UBL_MESH_LEVELING               _UxGT("Sare berdinketa")
115
#define MSG_UBL_3POINT_MESH_LEVELING        _UxGT("3 puntuko berdinketa")
116
#define MSG_UBL_GRID_MESH_LEVELING          _UxGT("Lauki-sare berdinketa")
117
#define MSG_UBL_MESH_LEVEL                  _UxGT("Sarea berdindu")
118
//#define MSG_UBL_SIDE_POINTS               _UxGT("Side Points")
119
#define MSG_UBL_MAP_TYPE                    _UxGT("Mapa mota")
120
//#define MSG_UBL_OUTPUT_MAP                _UxGT("Output Mesh Map")
121
//#define MSG_UBL_OUTPUT_MAP_HOST           _UxGT("Output for Host")
122
//#define MSG_UBL_OUTPUT_MAP_CSV            _UxGT("Output for CSV")
123
//#define MSG_UBL_OUTPUT_MAP_BACKUP         _UxGT("Off Printer Backup")
124
//#define MSG_UBL_INFO_UBL                  _UxGT("Output UBL Info")
125
#define MSG_UBL_EDIT_MESH_MENU              _UxGT("Sarea editatu")
126
//#define MSG_UBL_FILLIN_AMOUNT             _UxGT("Fill-in Amount")
127
//#define MSG_UBL_MANUAL_FILLIN             _UxGT("Manual Fill-in")
128
//#define MSG_UBL_SMART_FILLIN              _UxGT("Smart Fill-in")
129
//#define MSG_UBL_FILLIN_MESH               _UxGT("Fill-in Mesh")
130
//#define MSG_UBL_INVALIDATE_ALL            _UxGT("Invalidate All")
131
//#define MSG_UBL_INVALIDATE_CLOSEST        _UxGT("Invalidate Closest")
132
//#define MSG_UBL_FINE_TUNE_ALL             _UxGT("Fine Tune All")
133
//#define MSG_UBL_FINE_TUNE_CLOSEST         _UxGT("Fine Tune Closest")
134
//#define MSG_UBL_STORAGE_MESH_MENU         _UxGT("Mesh Storage")
135
//#define MSG_UBL_STORAGE_SLOT              _UxGT("Memory Slot")
136
//#define MSG_UBL_LOAD_MESH                 _UxGT("Load Bed Mesh")
137
//#define MSG_UBL_SAVE_MESH                 _UxGT("Save Bed Mesh")
138
//#define MSG_MESH_LOADED                   _UxGT("Mesh %i loaded")
139
//#define MSG_MESH_SAVED                    _UxGT("Mesh %i saved")
140
//#define MSG_NO_STORAGE                    _UxGT("No storage")
141
//#define MSG_UBL_SAVE_ERROR                _UxGT("Err: UBL Save")
142
//#define MSG_UBL_RESTORE_ERROR             _UxGT("Err: UBL Restore")
143
//#define MSG_UBL_Z_OFFSET_STOPPED          _UxGT("Z-Offset Stopped")
144
//#define MSG_UBL_STEP_BY_STEP_MENU         _UxGT("Step-By-Step UBL")
145
#define MSG_LED_CONTROL                     _UxGT("LED ezarpenak")
146
#define MSG_LEDS                            _UxGT("Argiak")
147
#define MSG_LED_PRESETS                     _UxGT("Argi aurrehautaketak")
148
#define MSG_SET_LEDS_RED                    _UxGT("Gorria")
149
#define MSG_SET_LEDS_ORANGE                 _UxGT("Laranja")
150
#define MSG_SET_LEDS_YELLOW                 _UxGT("Horia")
151
#define MSG_SET_LEDS_GREEN                  _UxGT("Berdea")
152
#define MSG_SET_LEDS_BLUE                   _UxGT("Urdina")
153
#define MSG_SET_LEDS_INDIGO                 _UxGT("Indigo")
154
#define MSG_SET_LEDS_VIOLET                 _UxGT("Bioleta")
155
#define MSG_SET_LEDS_WHITE                  _UxGT("Zuria")
156
#define MSG_SET_LEDS_DEFAULT                _UxGT("Lehenetsia")
157
#define MSG_CUSTOM_LEDS                     _UxGT("Argi pertsonalizatuak")
158
#define MSG_INTENSITY_R                     _UxGT("Intentsitate gorria")
159
#define MSG_INTENSITY_G                     _UxGT("Intentsitate berdea")
160
#define MSG_INTENSITY_B                     _UxGT("Intentsitate urdina")
161
#define MSG_INTENSITY_W                     _UxGT("Intentsitate zuria")
162
#define MSG_LED_BRIGHTNESS                  _UxGT("Distira")
163
#define MSG_MOVING                          _UxGT("Mugitzen...")
164
#define MSG_FREE_XY                         _UxGT("Askatu XY")
165
#define MSG_MOVE_X                          _UxGT("Mugitu X")
166
#define MSG_MOVE_Y                          _UxGT("Mugitu Y")
167
#define MSG_MOVE_Z                          _UxGT("Mugitu Z")
168
#define MSG_MOVE_E                          _UxGT("Estrusorea")
169
#define MSG_MOVE_01MM                       _UxGT("Mugitu 0.1mm")
170
#define MSG_MOVE_1MM                        _UxGT("Mugitu 1mm")
171
#define MSG_MOVE_10MM                       _UxGT("Mugitu 10mm")
172
#define MSG_SPEED                           _UxGT("Abiadura")
173
#define MSG_BED_Z                           _UxGT("Z Ohea")
174
#define MSG_NOZZLE                          _UxGT("Pita")
175
#define MSG_BED                             _UxGT("Ohea")
176
#define MSG_FAN_SPEED                       _UxGT("Haizagailu abiadura")
177
#define MSG_EXTRA_FAN_SPEED                 _UxGT("Haiz.gehig. abiadura")
178
#define MSG_FLOW                            _UxGT("Fluxua")
179
#define MSG_CONTROL                         _UxGT("Kontrola")
180
#define MSG_MIN                             _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Min")
181
#define MSG_MAX                             _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Max")
182
#define MSG_FACTOR                          _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Fakt")
183
#define MSG_AUTOTEMP                        _UxGT("Auto tenperatura")
184
#define MSG_ON                              _UxGT("On ")
185
#define MSG_OFF                             _UxGT("Off")
186
#define MSG_PID_P                           _UxGT("PID-P")
187
#define MSG_PID_I                           _UxGT("PID-I")
188
#define MSG_PID_D                           _UxGT("PID-D")
189
#define MSG_PID_C                           _UxGT("PID-C")
190
#define MSG_SELECT                          _UxGT("Aukeratu")
191
#define MSG_ACC                             _UxGT("Azelerazioa")
192
#define MSG_JERK                            _UxGT("Astindua")
193
#if IS_KINEMATIC
194
  #define MSG_VA_JERK                       _UxGT("Va-astindua")
195
  #define MSG_VB_JERK                       _UxGT("Vb-astindua")
196
  #define MSG_VC_JERK                       _UxGT("Vc-astindua")
197
#else
198
  #define MSG_VA_JERK                       _UxGT("Vx-astindua")
199
  #define MSG_VB_JERK                       _UxGT("Vy-astindua")
200
  #define MSG_VC_JERK                       _UxGT("Vz-astindua")
201
#endif
202
#define MSG_VE_JERK                         _UxGT("Ve-astindua")
203
//#define MSG_VELOCITY                      _UxGT("Velocity")
204
#define MSG_VMAX                            _UxGT("Vmax ")
205
#define MSG_VMIN                            _UxGT("Vmin")
206
#define MSG_VTRAV_MIN                       _UxGT("VBidaia min")
207
#define MSG_ACCELERATION                    MSG_ACC
208
#define MSG_AMAX                            _UxGT("Amax ")
209
#define MSG_A_RETRACT                       _UxGT("A-retrakt")
210
#define MSG_A_TRAVEL                        _UxGT("A-bidaia")
211
#define MSG_STEPS_PER_MM                    _UxGT("Pausoak/mm")
212
#if IS_KINEMATIC
213
  #define MSG_ASTEPS                        _UxGT("A pausoak/mm")
214
  #define MSG_BSTEPS                        _UxGT("B pausoak/mm")
215
  #define MSG_CSTEPS                        _UxGT("C pausoak/mm")
216
#else
217
  #define MSG_ASTEPS                        _UxGT("X pausoak/mm")
218
  #define MSG_BSTEPS                        _UxGT("Y pausoak/mm")
219
  #define MSG_CSTEPS                        _UxGT("Z pausoak/mm")
220
#endif
221
#define MSG_ESTEPS                          _UxGT("E pausoak/mm")
222
#define MSG_E1STEPS                         _UxGT("E1 pausoak/mm")
223
#define MSG_E2STEPS                         _UxGT("E2 pausoak/mm")
224
#define MSG_E3STEPS                         _UxGT("E3 pausoak/mm")
225
#define MSG_E4STEPS                         _UxGT("E4 pausoak/mm")
226
#define MSG_E5STEPS                         _UxGT("E5 pausoak/mm")
227
#define MSG_TEMPERATURE                     _UxGT("Tenperatura")
228
#define MSG_MOTION                          _UxGT("Mugimendua")
229
#define MSG_FILAMENT                        _UxGT("Harizpia")
230
#define MSG_VOLUMETRIC_ENABLED              _UxGT("E mm3-tan")
231
#define MSG_FILAMENT_DIAM                   _UxGT("Hariz. Dia.")
232
#define MSG_FILAMENT_UNLOAD                 _UxGT("Deskargatu mm")
233
#define MSG_FILAMENT_LOAD                   _UxGT("Kargatu mm")
234
#define MSG_ADVANCE_K                       _UxGT("K Aurrerapena")
235
#define MSG_CONTRAST                        _UxGT("LCD kontrastea")
236
#define MSG_STORE_EEPROM                    _UxGT("Gorde memoria")
237
#define MSG_LOAD_EEPROM                     _UxGT("Kargatu memoria")
238
#define MSG_RESTORE_FAILSAFE                _UxGT("Larri. berriz.")
239
#define MSG_INIT_EEPROM                     _UxGT("EEPROM-a hasieratu")
240
#define MSG_REFRESH                         _UxGT("Berriz kargatu")
241
#define MSG_WATCH                           _UxGT("Pantaila info")
242
#define MSG_PREPARE                         _UxGT("Prestatu")
243
#define MSG_TUNE                            _UxGT("Doitu")
244
#define MSG_PAUSE_PRINT                     _UxGT("Pausatu inprimak.")
245
#define MSG_RESUME_PRINT                    _UxGT("Jarraitu inprima.")
246
#define MSG_STOP_PRINT                      _UxGT("Gelditu inprima.")
247
#define MSG_CARD_MENU                       _UxGT("SD-tik inprimatu")
248
#define MSG_NO_CARD                         _UxGT("Ez dago SD-rik")
249
#define MSG_DWELL                           _UxGT("Lo egin...")
250
#define MSG_USERWAIT                        _UxGT("Aginduak zain...")
251
#define MSG_PRINT_PAUSED                    _UxGT("Inprim. geldi.")
252
#define MSG_PRINT_ABORTED                   _UxGT("Inprim. deusezta.")
253
#define MSG_NO_MOVE                         _UxGT("Mugimendu gabe.")
254
#define MSG_KILLED                          _UxGT("AKABATUTA. ")
255
#define MSG_STOPPED                         _UxGT("GELDITUTA. ")
256
#define MSG_CONTROL_RETRACT                 _UxGT("Atzera egin mm")
257
#define MSG_CONTROL_RETRACT_SWAP            _UxGT("Swap Atzera mm")
258
#define MSG_CONTROL_RETRACTF                _UxGT("Atzera egin V")
259
#define MSG_CONTROL_RETRACT_ZLIFT           _UxGT("Igo mm")
260
#define MSG_CONTROL_RETRACT_RECOVER         _UxGT("Atzera egin mm")
261
#define MSG_CONTROL_RETRACT_RECOVER_SWAP    _UxGT("Swap Atzera mm")
262
#define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("Atzera egin V")
263
//#define MSG_CONTROL_RETRACT_RECOVER_SWAPF _UxGT("S UnRet V")
264
#define MSG_AUTORETRACT                     _UxGT("Atzera egin")
265
#define MSG_FILAMENTCHANGE                  _UxGT("Aldatu harizpia")
266
#define MSG_FILAMENTLOAD                    _UxGT("Harizpia kargatu")
267
#define MSG_FILAMENTUNLOAD                  _UxGT("Harizpia deskargatu")
268
#define MSG_FILAMENTUNLOAD_ALL              _UxGT("Erabat deskargatu")
269
#define MSG_INIT_SDCARD                     _UxGT("Hasieratu SD-a")
270
#define MSG_CNG_SDCARD                      _UxGT("Aldatu txartela")
271
#define MSG_ZPROBE_OUT                      _UxGT("Z zunda kanpora")
272
#define MSG_SKEW_FACTOR                     _UxGT("Okertze faktorea")
273
#define MSG_BLTOUCH                         _UxGT("BLTouch")
274
#define MSG_BLTOUCH_SELFTEST                _UxGT("BLTouch AutoProba")
275
#define MSG_BLTOUCH_RESET                   _UxGT("BLTouch berrabia.")
276
#define MSG_BLTOUCH_DEPLOY                  _UxGT("BLTouch jaitsi/luzatu")
277
#define MSG_BLTOUCH_STOW                    _UxGT("BLTouch igo/jaso")
278
#define MSG_HOME                            _UxGT("Etxera")  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
279
#define MSG_FIRST                           _UxGT("lehenengo")
280
#define MSG_ZPROBE_ZOFFSET                  _UxGT("Z Konpentsatu")
281
#define MSG_BABYSTEP_X                      _UxGT("Mikro-urratsa X")
282
#define MSG_BABYSTEP_Y                      _UxGT("Mikro-urratsa Y")
283
#define MSG_BABYSTEP_Z                      _UxGT("Mikro-urratsa Z")
284
#define MSG_ENDSTOP_ABORT                   _UxGT("Endstop deusezta.")
285
#define MSG_HEATING_FAILED_LCD              _UxGT("Err: Beroketa")
286
#define MSG_ERR_REDUNDANT_TEMP              _UxGT("Err: Tenperatura")
287
#define MSG_THERMAL_RUNAWAY                 _UxGT("TENP. KONTROL EZA")
288
#define MSG_ERR_MAXTEMP                     _UxGT("Err: Tenp Maximoa")
289
#define MSG_ERR_MINTEMP                     _UxGT("Err: Tenp Minimoa")
290
#define MSG_ERR_MAXTEMP_BED                 _UxGT("Err: Ohe Tenp Max")
291
#define MSG_ERR_MINTEMP_BED                 _UxGT("Err: Ohe Tenp Min")
292
#define MSG_ERR_Z_HOMING                    MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
293
#define MSG_HALTED                          _UxGT("INPRIMA. GELDIRIK")
294
#define MSG_PLEASE_RESET                    _UxGT("Berrabia. Mesedez")
295
#define MSG_SHORT_DAY                       _UxGT("d") // One character only
296
#define MSG_SHORT_HOUR                      _UxGT("h") // One character only
297
#define MSG_SHORT_MINUTE                    _UxGT("m") // One character only
298
#define MSG_HEATING                         _UxGT("Berotzen...")
299
#define MSG_BED_HEATING                     _UxGT("Ohea Berotzen...")
300
#define MSG_DELTA_CALIBRATE                 _UxGT("Delta Kalibraketa")
301
#define MSG_DELTA_CALIBRATE_X               _UxGT("Kalibratu X")
302
#define MSG_DELTA_CALIBRATE_Y               _UxGT("Kalibratu Y")
303
#define MSG_DELTA_CALIBRATE_Z               _UxGT("Kalibratu Z")
304
#define MSG_DELTA_CALIBRATE_CENTER          _UxGT("Kalibratu Zentrua")
305
#define MSG_DELTA_SETTINGS                  _UxGT("Delta ezarpenak")
306
#define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Auto Kalibraketa")
307
#define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Delta Alt. Ezar.")
308
#define MSG_DELTA_DIAG_ROD                  _UxGT("Barra diagonala")
309
#define MSG_DELTA_HEIGHT                    _UxGT("Altuera")
310
#define MSG_DELTA_RADIUS                    _UxGT("Erradioa")
311
#define MSG_INFO_MENU                       _UxGT("Inprimagailu Inf.")
312
#define MSG_INFO_PRINTER_MENU               _UxGT("Inprimagailu Inf.")
313
#define MSG_3POINT_LEVELING                 _UxGT("3 puntuko berdinketa")
314
#define MSG_LINEAR_LEVELING                 _UxGT("Berdinketa lineala")
315
#define MSG_BILINEAR_LEVELING               _UxGT("Berdinketa bilinearra")
316
#define MSG_UBL_LEVELING                    _UxGT("Unified Bed Leveling")
317
#define MSG_MESH_LEVELING                   _UxGT("Sare berdinketa")
318
#define MSG_INFO_STATS_MENU                 _UxGT("Inprima. estatis.")
319
#define MSG_INFO_BOARD_MENU                 _UxGT("Txartelaren Info.")
320
#define MSG_INFO_THERMISTOR_MENU            _UxGT("Termistoreak")
321
#define MSG_INFO_EXTRUDERS                  _UxGT("Estrusoreak")
322
#define MSG_INFO_BAUDRATE                   _UxGT("Baudioak")
323
#define MSG_INFO_PROTOCOL                   _UxGT("Protokoloa")
324
#define MSG_CASE_LIGHT                      _UxGT("Kabina Argia")
325
//#define MSG_CASE_LIGHT_BRIGHTNESS
326
#if LCD_WIDTH >= 20
327
  #define MSG_INFO_PRINT_COUNT              _UxGT("Inprim. Zenbaketa")
328
  #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Burututa")
329
  #define MSG_INFO_PRINT_TIME               _UxGT("Inprim. denbora")
330
  #define MSG_INFO_PRINT_LONGEST            _UxGT("Imprimatze luzeena")
331
  #define MSG_INFO_PRINT_FILAMENT           _UxGT("Estruituta guztira")
332
#else
333
  #define MSG_INFO_PRINT_COUNT              _UxGT("Inprimatze")
334
  #define MSG_INFO_COMPLETED_PRINTS         _UxGT("Burututa")
335
  #define MSG_INFO_PRINT_TIME               _UxGT("Guztira")
336
  #define MSG_INFO_PRINT_LONGEST            _UxGT("Luzeena")
337
  #define MSG_INFO_PRINT_FILAMENT           _UxGT("Estrusio")
338
#endif
339
#define MSG_INFO_MIN_TEMP                   _UxGT("Tenp. Minimoa")
340
#define MSG_INFO_MAX_TEMP                   _UxGT("Tenp. Maximoa")
341
#define MSG_INFO_PSU                        _UxGT("Elikadura-iturria")
342
#define MSG_DRIVE_STRENGTH                  _UxGT("Driver-aren potentzia")
343
#define MSG_DAC_PERCENT                     _UxGT("Driver %")
344
#define MSG_DAC_EEPROM_WRITE                _UxGT("Idatzi DAC EEPROM")
345
#define MSG_FILAMENT_CHANGE_HEADER_PAUSE    _UxGT("HARIZPIA ALDATU")
346
#define MSG_FILAMENT_CHANGE_HEADER_LOAD     _UxGT("HARIZPIA KARGATU")
347
#define MSG_FILAMENT_CHANGE_HEADER_UNLOAD   _UxGT("HARIZPIA DESKARGATU")
348
#define MSG_FILAMENT_CHANGE_OPTION_HEADER   _UxGT("ALDAKETA AUKERAK:")
349
//#define MSG_FILAMENT_CHANGE_OPTION_PURGE  _UxGT("Purge more")
350
#define MSG_FILAMENT_CHANGE_OPTION_RESUME   _UxGT("Inprima. jarraitu")
351
#define MSG_FILAMENT_CHANGE_NOZZLE          _UxGT("  Pita: ")
352
#define MSG_ERR_HOMING_FAILED               _UxGT("Hasi. huts egin du")
353
#define MSG_ERR_PROBING_FAILED              _UxGT("Neurketak huts egin du")
354
#define MSG_M600_TOO_COLD                   _UxGT("M600: hotzegi")
355
//
356
// Filament Change screens show up to 3 lines on a 4-line display
357
//                        ...or up to 2 lines on a 3-line display
358
//
359
#if LCD_HEIGHT >= 4
360
//  #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Wait for start")
361
//  #define MSG_FILAMENT_CHANGE_INIT_2          _UxGT("of the filament")
362
//  #define MSG_FILAMENT_CHANGE_INIT_3          _UxGT("change")
363
//  #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Wait for")
364
//  #define MSG_FILAMENT_CHANGE_UNLOAD_2        _UxGT("filament unload")
365
//  #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Insert filament")
366
//  #define MSG_FILAMENT_CHANGE_INSERT_2        _UxGT("and press button")
367
//  #define MSG_FILAMENT_CHANGE_INSERT_3        _UxGT("to continue...")
368
//  #define MSG_FILAMENT_CHANGE_HEAT_1          _UxGT("Press button to")
369
//  #define MSG_FILAMENT_CHANGE_HEAT_2          _UxGT("heat nozzle.")
370
//  #define MSG_FILAMENT_CHANGE_HEATING_1       _UxGT("Heating nozzle")
371
//  #define MSG_FILAMENT_CHANGE_HEATING_2       _UxGT("Please wait...")
372
//  #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Wait for")
373
//  #define MSG_FILAMENT_CHANGE_LOAD_2          _UxGT("filament load")
374
//  #define MSG_FILAMENT_CHANGE_PURGE_1         _UxGT("Wait for")
375
//  #define MSG_FILAMENT_CHANGE_PURGE_2         _UxGT("filament purge")
376
//  #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Wait for print")
377
//  #define MSG_FILAMENT_CHANGE_RESUME_2        _UxGT("to resume")
378
#else // LCD_HEIGHT < 4
379
  #define MSG_FILAMENT_CHANGE_INIT_1          _UxGT("Mesedez, itxaron...")
380
  #define MSG_FILAMENT_CHANGE_UNLOAD_1        _UxGT("Deskargatzen...")
381
  #define MSG_FILAMENT_CHANGE_INSERT_1        _UxGT("Sartu eta click egin")
382
  #define MSG_FILAMENT_CHANGE_HEATING_1       _UxGT("Berotzen...")
383
  #define MSG_FILAMENT_CHANGE_LOAD_1          _UxGT("Kargatzen...")
384
//  #define MSG_FILAMENT_CHANGE_PURGE_1         _UxGT("Purging...")
385
//  #define MSG_FILAMENT_CHANGE_RESUME_1        _UxGT("Resuming...")
386
#endif // LCD_HEIGHT < 4
387
 
388
#endif // LANGUAGE_EU_H