Strip never-translated strings from language files

This commit is contained in:
Scott Lahteine
2016-08-11 13:38:27 -07:00
parent 52560e257f
commit d3b432adca
27 changed files with 27 additions and 345 deletions

View File

@ -64,10 +64,6 @@
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 " Sve"
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 " Bed"
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 " conf"
#define MSG_H1 "1"
#define MSG_H2 "2"
#define MSG_H3 "3"
#define MSG_H4 "4"
#define MSG_COOLDOWN "Hlađenje"
#define MSG_SWITCH_PS_ON "Uključi napajanje"
#define MSG_SWITCH_PS_OFF "Isključi napajanje"
@ -79,20 +75,12 @@
#define MSG_MOVE_Y "Miči Y"
#define MSG_MOVE_Z "Miči Z"
#define MSG_MOVE_E "Extruder"
#define MSG_MOVE_E1 "1"
#define MSG_MOVE_E2 "2"
#define MSG_MOVE_E3 "3"
#define MSG_MOVE_E4 "4"
#define MSG_MOVE_01MM "Miči 0.1mm"
#define MSG_MOVE_1MM "Miči 1mm"
#define MSG_MOVE_10MM "Miči 10mm"
#define MSG_SPEED "Brzina"
#define MSG_BED_Z "Bed Z"
#define MSG_NOZZLE "Nozzle"
#define MSG_N1 " 1"
#define MSG_N2 " 2"
#define MSG_N3 " 3"
#define MSG_N4 " 4"
#define MSG_BED "Bed"
#define MSG_FAN_SPEED "Brzina ventilatora"
#define MSG_FLOW "Flow"
@ -107,19 +95,11 @@
#define MSG_PID_I "PID-I"
#define MSG_PID_D "PID-D"
#define MSG_PID_C "PID-C"
#define MSG_E1 " E1"
#define MSG_E2 " E2"
#define MSG_E3 " E3"
#define MSG_E4 " E4"
#define MSG_ACC "Accel"
#define MSG_VXY_JERK "Vxy-jerk"
#define MSG_VZ_JERK "Vz-jerk"
#define MSG_VE_JERK "Ve-jerk"
#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 "
@ -134,10 +114,6 @@
#define MSG_VOLUMETRIC "Filament"
#define MSG_VOLUMETRIC_ENABLED "E in mm3"
#define MSG_FILAMENT_DIAM "Fil. Dia."
#define MSG_DIAM_E1 " 1"
#define MSG_DIAM_E2 " 2"
#define MSG_DIAM_E3 " 3"
#define MSG_DIAM_E4 " 4"
#define MSG_CONTRAST "Kontrast LCD-a"
#define MSG_STORE_EPROM "Pohrani u memoriju"
#define MSG_LOAD_EPROM "Učitaj memoriju"