・Remove MSG_END_HOUR and MSG_END_MINUTE from all the language files ・Change from MSG_INFO_TOTAL_PRINTS to MSG_INFO_PRINT_COUNT in German file
		
			
				
	
	
		
			158 lines
		
	
	
		
			8.1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			158 lines
		
	
	
		
			8.1 KiB
		
	
	
	
		
			C
		
	
	
	
	
	
/**
 | 
						|
 * Marlin 3D Printer Firmware
 | 
						|
 * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
 | 
						|
 *
 | 
						|
 * Based on Sprinter and grbl.
 | 
						|
 * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
 | 
						|
 *
 | 
						|
 * This program is free software: you can redistribute it and/or modify
 | 
						|
 * it under the terms of the GNU General Public License as published by
 | 
						|
 * the Free Software Foundation, either version 3 of the License, or
 | 
						|
 * (at your option) any later version.
 | 
						|
 *
 | 
						|
 * This program is distributed in the hope that it will be useful,
 | 
						|
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
						|
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
						|
 * GNU General Public License for more details.
 | 
						|
 *
 | 
						|
 * You should have received a copy of the GNU General Public License
 | 
						|
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
						|
 *
 | 
						|
 */
 | 
						|
 | 
						|
/**
 | 
						|
 * Basque-Euskera
 | 
						|
 *
 | 
						|
 * LCD Menu Messages
 | 
						|
 * See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
 | 
						|
 *
 | 
						|
 */
 | 
						|
#ifndef LANGUAGE_EU_H
 | 
						|
#define LANGUAGE_EU_H
 | 
						|
 | 
						|
// Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
 | 
						|
//#define SIMULATE_ROMFONT
 | 
						|
#define DISPLAY_CHARSET_ISO10646_1
 | 
						|
 | 
						|
#define WELCOME_MSG                         MACHINE_NAME " prest."
 | 
						|
#define MSG_SD_INSERTED                     "Txartela sartuta"
 | 
						|
#define MSG_SD_REMOVED                      "Txartela kenduta"
 | 
						|
#define MSG_MAIN                            "Menu nagusia"
 | 
						|
#define MSG_AUTOSTART                       "Auto hasiera"
 | 
						|
#define MSG_DISABLE_STEPPERS                "Itzali motoreak"
 | 
						|
#define MSG_AUTO_HOME                       "Hasierara joan"
 | 
						|
#define MSG_LEVEL_BED_HOMING                "Homing XYZ"
 | 
						|
#define MSG_LEVEL_BED_WAITING               "Click to Begin"
 | 
						|
#define MSG_LEVEL_BED_DONE                  "Leveling Done!"
 | 
						|
#define MSG_LEVEL_BED_CANCEL                "Cancel"
 | 
						|
#define MSG_SET_HOME_OFFSETS                "Set home offsets"
 | 
						|
#define MSG_HOME_OFFSETS_APPLIED            "Offsets applied"
 | 
						|
#define MSG_SET_ORIGIN                      "Hasiera ipini"
 | 
						|
#define MSG_PREHEAT_1                       "Aurreberotu PLA"
 | 
						|
#define MSG_PREHEAT_1_N                     "Aurreberotu PLA "
 | 
						|
#define MSG_PREHEAT_1_ALL                   "Berotu PLA Guztia"
 | 
						|
#define MSG_PREHEAT_1_BEDONLY               "Berotu PLA Ohea"
 | 
						|
#define MSG_PREHEAT_1_SETTINGS              "Berotu PLA Konfig"
 | 
						|
#define MSG_PREHEAT_2                       "Aurreberotu ABS"
 | 
						|
#define MSG_PREHEAT_2_N                     "Aurreberotu ABS "
 | 
						|
#define MSG_PREHEAT_2_ALL                   "Berotu ABS Guztia"
 | 
						|
#define MSG_PREHEAT_2_BEDONLY               "Berotu ABS Ohea"
 | 
						|
#define MSG_PREHEAT_2_SETTINGS              "Berotu ABS Konfig"
 | 
						|
#define MSG_COOLDOWN                        "Hoztu"
 | 
						|
#define MSG_SWITCH_PS_ON                    "Energia piztu"
 | 
						|
#define MSG_SWITCH_PS_OFF                   "Energia itzali"
 | 
						|
#define MSG_EXTRUDE                         "Estruitu"
 | 
						|
#define MSG_RETRACT                         "Atzera eragin"
 | 
						|
#define MSG_MOVE_AXIS                       "Ardatzak mugitu"
 | 
						|
#define MSG_MOVE_X                          "Mugitu X"
 | 
						|
#define MSG_MOVE_Y                          "Mugitu Y"
 | 
						|
#define MSG_MOVE_Z                          "Mugitu Z"
 | 
						|
#define MSG_MOVE_E                          "Estrusorea"
 | 
						|
#define MSG_MOVE_01MM                       "Mugitu 0.1mm"
 | 
						|
#define MSG_MOVE_1MM                        "Mugitu 1mm"
 | 
						|
#define MSG_MOVE_10MM                       "Mugitu 10mm"
 | 
						|
#define MSG_SPEED                           "Abiadura"
 | 
						|
#define MSG_NOZZLE                          "Pita"
 | 
						|
#define MSG_BED                             "Ohea"
 | 
						|
#define MSG_FAN_SPEED                       "Haizagailua"
 | 
						|
#define MSG_FLOW                            "Fluxua"
 | 
						|
#define MSG_CONTROL                         "Kontrola"
 | 
						|
#define MSG_MIN                             LCD_STR_THERMOMETER " Min"
 | 
						|
#define MSG_MAX                             LCD_STR_THERMOMETER " Max"
 | 
						|
#define MSG_FACTOR                          LCD_STR_THERMOMETER " Faktorea"
 | 
						|
#define MSG_AUTOTEMP                        "Auto tenperatura"
 | 
						|
#define MSG_ON                              "On "
 | 
						|
#define MSG_OFF                             "Off"
 | 
						|
#define MSG_PID_P                           "PID-P"
 | 
						|
#define MSG_PID_I                           "PID-I"
 | 
						|
#define MSG_PID_D                           "PID-D"
 | 
						|
#define MSG_PID_C                           "PID-C"
 | 
						|
#define MSG_ACC                             "Azelerazioa"
 | 
						|
#define MSG_VXY_JERK                        "Vxy-astindua"
 | 
						|
#define MSG_VZ_JERK                         "Vz-astindua"
 | 
						|
#define MSG_VE_JERK                         "Ve-astindua"
 | 
						|
#define MSG_VMAX                            "Vmax "
 | 
						|
#define MSG_X                               "X"
 | 
						|
#define MSG_Y                               "Y"
 | 
						|
#define MSG_Z                               "Z"
 | 
						|
#define MSG_E                               "E"
 | 
						|
#define MSG_VMIN                            "Vmin"
 | 
						|
#define MSG_VTRAV_MIN                       "VTrav min"
 | 
						|
#define MSG_AMAX                            "Amax "
 | 
						|
#define MSG_A_RETRACT                       "A-retrakt"
 | 
						|
#define MSG_XSTEPS                          "X pausoak/mm"
 | 
						|
#define MSG_YSTEPS                          "Y pausoak/mm"
 | 
						|
#define MSG_ZSTEPS                          "Z pausoak/mm"
 | 
						|
#define MSG_ESTEPS                          "E pausoak/mm"
 | 
						|
#define MSG_TEMPERATURE                     "Tenperatura"
 | 
						|
#define MSG_MOTION                          "Mugimendua"
 | 
						|
#define MSG_VOLUMETRIC                      "Filament"
 | 
						|
#define MSG_VOLUMETRIC_ENABLED              "E in mm3"
 | 
						|
#define MSG_FILAMENT_DIAM                   "Fil. Dia."
 | 
						|
#define MSG_CONTRAST                        "LCD kontrastea"
 | 
						|
#define MSG_STORE_EPROM                     "Gorde memoria"
 | 
						|
#define MSG_LOAD_EPROM                      "Kargatu memoria"
 | 
						|
#define MSG_RESTORE_FAILSAFE                "Larri. berriz."
 | 
						|
#define MSG_REFRESH                         "Berriz kargatu"
 | 
						|
#define MSG_WATCH                           "Pantaila info"
 | 
						|
#define MSG_PREPARE                         "Prestatu"
 | 
						|
#define MSG_TUNE                            "Doitu"
 | 
						|
#define MSG_PAUSE_PRINT                     "Pausatu inprimak."
 | 
						|
#define MSG_RESUME_PRINT                    "Jarraitu inprima."
 | 
						|
#define MSG_STOP_PRINT                      "Gelditu inprima."
 | 
						|
#define MSG_CARD_MENU                       "SD-tik inprimatu"
 | 
						|
#define MSG_NO_CARD                         "Ez dago txartelik"
 | 
						|
#define MSG_DWELL                           "Lo egin..."
 | 
						|
#define MSG_USERWAIT                        "Aginduak zain..."
 | 
						|
#define MSG_RESUMING                        "Jarraitzen inpri."
 | 
						|
#define MSG_PRINT_ABORTED                   "Print aborted"
 | 
						|
#define MSG_NO_MOVE                         "Mugimendu gabe"
 | 
						|
#define MSG_KILLED                          "LARRIALDI GELDIA"
 | 
						|
#define MSG_STOPPED                         "GELDITUTA. "
 | 
						|
#define MSG_CONTROL_RETRACT                 "Atzera egin mm"
 | 
						|
#define MSG_CONTROL_RETRACT_SWAP            "Swap Atzera egin mm"
 | 
						|
#define MSG_CONTROL_RETRACTF                "Atzera egin V"
 | 
						|
#define MSG_CONTROL_RETRACT_ZLIFT           "Igo mm"
 | 
						|
#define MSG_CONTROL_RETRACT_RECOVER         "Atzera egin +mm"
 | 
						|
#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "Swap Atzera egin +mm"
 | 
						|
#define MSG_CONTROL_RETRACT_RECOVERF        "Atzera egin V"
 | 
						|
#define MSG_AUTORETRACT                     "Atzera egin"
 | 
						|
#define MSG_FILAMENTCHANGE                  "Aldatu filament."
 | 
						|
#define MSG_INIT_SDCARD                     "Hasieratu txartela"
 | 
						|
#define MSG_CNG_SDCARD                      "Aldatu txartela"
 | 
						|
#define MSG_ZPROBE_OUT                      "Z ohe hasiera"
 | 
						|
#define MSG_HOME                            "Home"  // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
 | 
						|
#define MSG_FIRST                           "first"
 | 
						|
#define MSG_ZPROBE_ZOFFSET                  "Z konpentsatu"
 | 
						|
#define MSG_BABYSTEP_X                      "Babystep X"
 | 
						|
#define MSG_BABYSTEP_Y                      "Babystep Y"
 | 
						|
#define MSG_BABYSTEP_Z                      "Babystep Z"
 | 
						|
#define MSG_ENDSTOP_ABORT                   "Endstop deuseztat"
 | 
						|
#define MSG_DELTA_CALIBRATE                 "Delta Calibration"
 | 
						|
#define MSG_DELTA_CALIBRATE_X               "Calibrate X"
 | 
						|
#define MSG_DELTA_CALIBRATE_Y               "Calibrate Y"
 | 
						|
#define MSG_DELTA_CALIBRATE_Z               "Calibrate Z"
 | 
						|
#define MSG_DELTA_CALIBRATE_CENTER          "Calibrate Center"
 | 
						|
 | 
						|
#endif // LANGUAGE_EU_H
 |