Browse Source

Fixed finnish translation

- Fixed Few finnish transalations
- Removed duplicate contrast define
Tommi Lamberg 11 years ago
parent
commit
15d1b8d719
1 changed files with 4 additions and 5 deletions
  1. 4
    5
      Marlin/language.h

+ 4
- 5
Marlin/language.h View File

@@ -1564,8 +1564,8 @@
1564 1564
 	#define MSG_PREHEAT_ABS "Esilammita ABS"
1565 1565
 	#define MSG_PREHEAT_ABS_SETTINGS "Esilamm. ABS konf"
1566 1566
 	#define MSG_COOLDOWN "Jaahdyta"
1567
-	#define MSG_SWITCH_PS_ON "Switch Power On"
1568
-	#define MSG_SWITCH_PS_OFF "Switch Power Off"
1567
+	#define MSG_SWITCH_PS_ON "Virta paalle"
1568
+	#define MSG_SWITCH_PS_OFF "Virta pois"
1569 1569
 	#define MSG_EXTRUDE "Pursota"
1570 1570
 	#define MSG_RETRACT "Veda takaisin"
1571 1571
 	#define MSG_MOVE_AXIS "Liikuta akseleita"
@@ -1649,7 +1649,6 @@
1649 1649
 	#define MSG_BABYSTEP_Y "Babystep Y"
1650 1650
 	#define MSG_BABYSTEP_Z "Babystep Z"
1651 1651
 	#define MSG_ENDSTOP_ABORT "Endstop abort"
1652
-	#define MSG_CONTRAST "Contrast"
1653 1652
 
1654 1653
 // Serial Console Messages
1655 1654
 
@@ -1725,8 +1724,8 @@
1725 1724
 	#define MSG_BABYSTEPPING_Y "Babystepping Y"
1726 1725
 	#define MSG_BABYSTEPPING_Z "Babystepping Z"
1727 1726
 	#define MSG_ENDSTOP_ABORT "Endstop abort"
1728
-	#define MSG_CONTRAST "Contrast"
1729
-	#define MSG_SERIAL_ERROR_MENU_STRUCTURE "Error in menu structure"
1727
+	#define MSG_CONTRAST "Kontrasti"
1728
+	#define MSG_SERIAL_ERROR_MENU_STRUCTURE "Virhe valikon rakenteessa"
1730 1729
 
1731 1730
 #endif
1732 1731
 

Loading…
Cancel
Save