Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Firmware/language_pl.h')
-rw-r--r--Firmware/language_pl.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/Firmware/language_pl.h b/Firmware/language_pl.h
index d8cae5c1e..3207ce0c9 100644
--- a/Firmware/language_pl.h
+++ b/Firmware/language_pl.h
@@ -276,4 +276,17 @@
#define MSG_TEMP_CALIBRATION "Ciepl. kal. "
#define MSG_TEMP_CALIBRATION_DONE "Cieplna kalibracja zakonczona. Kontynuuj przyciskiem"
#define MSG_TEMP_CALIBRATION_ON "Ciepl. kal. [ON]"
-#define MSG_TEMP_CALIBRATION_OFF "Ciepl. kal. [OFF]" \ No newline at end of file
+#define MSG_TEMP_CALIBRATION_OFF "Ciepl. kal. [OFF]"
+#define MSG_PREPARE_FILAMENT "Przygotuj filament"
+
+#define MSG_LOAD_ALL "Zalad. wszystkie"
+#define MSG_LOAD_FILAMENT_1 "Zaladowac fil. 1"
+#define MSG_LOAD_FILAMENT_2 "Zaladowac fil. 2"
+#define MSG_LOAD_FILAMENT_3 "Zaladowac fil. 3"
+#define MSG_LOAD_FILAMENT_4 "Zaladowac fil. 4"
+#define MSG_UNLOAD_FILAMENT_1 "Wyjac filament 1"
+#define MSG_UNLOAD_FILAMENT_2 "Wyjac filament 2"
+#define MSG_UNLOAD_FILAMENT_3 "Wyjac filament 3"
+#define MSG_UNLOAD_FILAMENT_4 "Wyjac filament 4"
+#define MSG_UNLOAD_ALL "Wyjac wszystkie"
+#define MSG_PREPARE_FILAMENT "Przygotuj filament" \ No newline at end of file