Browse Source

Add italian MSG_RESUMING.

Daniele Sdei 12 years ago
parent
commit
5f82f03ff3
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      Marlin/language.h

+ 2
- 1
Marlin/language.h View File

570
 	#define MSG_NO_CARD          "Keine SDKarte"
570
 	#define MSG_NO_CARD          "Keine SDKarte"
571
 	#define MSG_DWELL            "Warten..."		
571
 	#define MSG_DWELL            "Warten..."		
572
 	#define MSG_USERWAIT         "Warte auf Nutzer..."
572
 	#define MSG_USERWAIT         "Warte auf Nutzer..."
573
-    #define MSG_RESUMING         "Druck fortsetzung"
573
+    #define MSG_RESUMING         "Druck fortsetzung"
574
 	#define MSG_NO_MOVE          "Kein Zug."
574
 	#define MSG_NO_MOVE          "Kein Zug."
575
 	#define MSG_PART_RELEASE     "Stepper tlw frei"
575
 	#define MSG_PART_RELEASE     "Stepper tlw frei"
576
 	#define MSG_KILLED           "KILLED"
576
 	#define MSG_KILLED           "KILLED"
1035
 	#define MSG_NO_CARD              " No Card"
1035
 	#define MSG_NO_CARD              " No Card"
1036
 	#define MSG_DWELL                " Sospensione..."
1036
 	#define MSG_DWELL                " Sospensione..."
1037
 	#define MSG_USERWAIT             "Attendi utente..."
1037
 	#define MSG_USERWAIT             "Attendi utente..."
1038
+	#define MSG_RESUMING             "Riprendi stampa"
1038
 	#define MSG_NO_MOVE              "Nessun movimento."
1039
 	#define MSG_NO_MOVE              "Nessun movimento."
1039
 	#define MSG_PART_RELEASE         "Rilascio Parziale"
1040
 	#define MSG_PART_RELEASE         "Rilascio Parziale"
1040
 	#define MSG_KILLED               "UCCISO. "
1041
 	#define MSG_KILLED               "UCCISO. "

Loading…
Cancel
Save