瀏覽代碼

Update language.h so that all languages compile

Some strings still need translation, but at least everything compiles.
Guillaume Seguin 12 年之前
父節點
當前提交
326d2db025
共有 1 個檔案被更改,包括 22 行新增9 行删除
  1. 22
    9
      Marlin/language.h

+ 22
- 9
Marlin/language.h 查看文件

@@ -294,6 +294,8 @@
294 294
 	#define MSG_CONTROL_RETRACT_RECOVERF "Cof. wycof.  F"
295 295
 	#define MSG_AUTORETRACT "Auto. wycofanie"
296 296
 	#define MSG_FILAMENTCHANGE "Change filament"
297
+	#define MSG_INIT_SDCARD "Init. SD-Card"	
298
+	#define MSG_CNG_SDCARD "Change SD-Card"
297 299
 
298 300
 // Serial Console Messages
299 301
 
@@ -427,11 +429,10 @@
427 429
 #define MSG_ZSTEPS " Zpas/mm:"
428 430
 #define MSG_ESTEPS " Epas/mm:"
429 431
 #define MSG_MAIN_WIDE " Principal \003"
430
-#define MSG_RECTRACT_WIDE " Rectractater \x7E"
431
-#define MSG_TEMPERATURE_WIDE " Temperature \x7E"
432
-#define MSG_TEMPERATURE_RTN " Temperature \003"
433
-#define MSG_MOTION_WIDE " Mouvement \x7E"
434
-	#define MSG_CONTRAST "LCD contrast"
432
+#define MSG_RECTRACT "Rectracter"
433
+#define MSG_TEMPERATURE "Temperature"
434
+#define MSG_MOTION "Mouvement"
435
+#define MSG_CONTRAST "LCD contrast"
435 436
 #define MSG_STORE_EPROM " Sauvegarder memoire"
436 437
 #define MSG_LOAD_EPROM " Lire memoire"
437 438
 #define MSG_RESTORE_FAILSAFE " Restaurer memoire"
@@ -449,6 +450,7 @@
449 450
 #define MSG_NO_CARD " Pas de carte"
450 451
 #define MSG_DWELL "Repos..."
451 452
 #define MSG_USERWAIT "Attente de l'utilisateur..."
453
+#define MSG_RESUMING "Reprise de l'impression"
452 454
 #define MSG_NO_MOVE "Aucun mouvement."
453 455
 #define MSG_PART_RELEASE "Relache partielle"
454 456
 #define MSG_KILLED "TUE."
@@ -461,6 +463,8 @@
461 463
 #define MSG_CONTROL_RETRACT_RECOVERF " UnRet F:"
462 464
 #define MSG_AUTORETRACT " Retract. Auto.:"
463 465
 #define MSG_FILAMENTCHANGE "Change filament"
466
+#define MSG_INIT_SDCARD "Init. la carte SD"	
467
+#define MSG_CNG_SDCARD "Changer de carte SD"
464 468
 
465 469
 // Serial Console Messages
466 470
 
@@ -626,6 +630,8 @@
626 630
     #define MSG_CONTROL_RETRACT_RECOVERF "UnRet  F"
627 631
     #define MSG_AUTORETRACT      "AutoRetr."
628 632
     #define MSG_FILAMENTCHANGE "Filament wechseln"
633
+    #define MSG_INIT_SDCARD "Init. SD-Card"	
634
+    #define MSG_CNG_SDCARD "Change SD-Card"
629 635
 	
630 636
 // Serial Console Messages
631 637
 
@@ -944,6 +950,7 @@
944 950
 #define MSG_NO_CARD							" Нет карты"
945 951
 #define MSG_DWELL							"Сон..."
946 952
 #define MSG_USERWAIT						"Нажмите для продолж."
953
+#define MSG_RESUMING "Resuming print"
947 954
 #define MSG_NO_MOVE							"Нет движения.       "
948 955
 #define MSG_PART_RELEASE					" Извлечение принта  "
949 956
 #define MSG_KILLED							"УБИТО. "
@@ -955,6 +962,8 @@
955 962
 #define MSG_CONTROL_RETRACT_RECOVERF		" Возврат  F:"
956 963
 #define MSG_AUTORETRACT						" АвтоОткат:"
957 964
 #define MSG_FILAMENTCHANGE "Change filament"
965
+#define MSG_INIT_SDCARD "Init. SD-Card"	
966
+#define MSG_CNG_SDCARD "Change SD-Card"
958 967
 
959 968
 // Serial Console Messages
960 969
 
@@ -1250,10 +1259,9 @@
1250 1259
 	#define MSG_ZSTEPS " Zpasso/mm:"
1251 1260
 	#define MSG_ESTEPS " Epasso/mm:"
1252 1261
 	#define MSG_MAIN_WIDE " Menu Principal  \003"
1253
-	#define MSG_RECTRACT_WIDE " Retrair    \x7E"
1254
-	#define MSG_TEMPERATURE_WIDE " Temperatura \x7E"
1255
-	#define MSG_TEMPERATURE_RTN " Temperatura  \003"
1256
-	#define MSG_MOTION_WIDE " Movimento     \x7E"
1262
+	#define MSG_RECTRACT "Retrair"
1263
+	#define MSG_TEMPERATURE "Temperatura"
1264
+	#define MSG_MOTION "Movimento"
1257 1265
 	#define MSG_STORE_EPROM " Guardar memoria"
1258 1266
 	#define MSG_LOAD_EPROM " Carregar memoria"
1259 1267
 	#define MSG_RESTORE_FAILSAFE " Rest. de emergencia"
@@ -1271,6 +1279,7 @@
1271 1279
 	#define MSG_NO_CARD " Sem cartao SD"
1272 1280
 	#define MSG_DWELL "Repouso..."
1273 1281
 	#define MSG_USERWAIT "Esperando Ordem..."
1282
+	#define MSG_RESUMING "Resuming print"
1274 1283
 	#define MSG_NO_MOVE "Sem movimento."
1275 1284
 	#define MSG_PART_RELEASE "Lancamento Parcial"
1276 1285
 	#define MSG_KILLED "PARADA DE EMERGENCIA. "
@@ -1284,6 +1293,8 @@
1284 1293
 	#define MSG_AUTORETRACT " AutoRetr.:"
1285 1294
 	#define MSG_SERIAL_ERROR_MENU_STRUCTURE "Algo esta errado na estrutura do Menu."
1286 1295
 	#define MSG_FILAMENTCHANGE "Change filament"
1296
+	#define MSG_INIT_SDCARD "Init. SD-Card"	
1297
+	#define MSG_CNG_SDCARD "Change SD-Card"
1287 1298
 
1288 1299
 // Serial Console Messages
1289 1300
 
@@ -1448,6 +1459,8 @@
1448 1459
 	#define MSG_CONTROL_RETRACT_RECOVERF "UnRet  F"
1449 1460
 	#define MSG_AUTORETRACT "AutoVeto."
1450 1461
 	#define MSG_FILAMENTCHANGE "Change filament"
1462
+	#define MSG_INIT_SDCARD "Init. SD-Card"	
1463
+	#define MSG_CNG_SDCARD "Change SD-Card"
1451 1464
 
1452 1465
 // Serial Console Messages
1453 1466
 

Loading…
取消
儲存