Browse Source

Merge pull request #5409 from thinkyhead/rc_croatian_update

Updates to Croatian language
Scott Lahteine 8 years ago
parent
commit
66f1b7cce3
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      Marlin/language_hr.h

+ 4
- 3
Marlin/language_hr.h View File

37
 #define MSG_SD_REMOVED                      "SD kartica uklonjena"
37
 #define MSG_SD_REMOVED                      "SD kartica uklonjena"
38
 #define MSG_LCD_ENDSTOPS                    "Endstops" // Max length 8 characters
38
 #define MSG_LCD_ENDSTOPS                    "Endstops" // Max length 8 characters
39
 #define MSG_MAIN                            "Main"
39
 #define MSG_MAIN                            "Main"
40
-#define MSG_AUTOSTART                       "Automatsko pokretanje"
40
+#define MSG_AUTOSTART                       "Auto pokretanje"
41
 #define MSG_DISABLE_STEPPERS                "Ugasi steppere"
41
 #define MSG_DISABLE_STEPPERS                "Ugasi steppere"
42
 #define MSG_AUTO_HOME                       "Automatski homing"
42
 #define MSG_AUTO_HOME                       "Automatski homing"
43
 #define MSG_AUTO_HOME_X                     "Home-aj X"
43
 #define MSG_AUTO_HOME_X                     "Home-aj X"
92
 #define MSG_PID_I                           "PID-I"
92
 #define MSG_PID_I                           "PID-I"
93
 #define MSG_PID_D                           "PID-D"
93
 #define MSG_PID_D                           "PID-D"
94
 #define MSG_PID_C                           "PID-C"
94
 #define MSG_PID_C                           "PID-C"
95
+#define MSG_SELECT                          "Odaberi"
95
 #define MSG_ACC                             "Accel"
96
 #define MSG_ACC                             "Accel"
96
 #define MSG_VX_JERK                         "Vx-jerk"
97
 #define MSG_VX_JERK                         "Vx-jerk"
97
 #define MSG_VY_JERK                         "Vy-jerk"
98
 #define MSG_VY_JERK                         "Vy-jerk"
189
 #if LCD_WIDTH >= 20
190
 #if LCD_WIDTH >= 20
190
   #define MSG_INFO_PRINT_COUNT              "Broj printova"
191
   #define MSG_INFO_PRINT_COUNT              "Broj printova"
191
   #define MSG_INFO_COMPLETED_PRINTS         "Završeni"
192
   #define MSG_INFO_COMPLETED_PRINTS         "Završeni"
192
-  #define MSG_INFO_PRINT_TIME               "Ukupno vrijeme printanja"
193
-  #define MSG_INFO_PRINT_LONGEST            "Trajanje najdužeg printa"
193
+  #define MSG_INFO_PRINT_TIME               "Ukupno printanja"
194
+  #define MSG_INFO_PRINT_LONGEST            "Najduži print"
194
   #define MSG_INFO_PRINT_FILAMENT           "Extrudirano ukupno"
195
   #define MSG_INFO_PRINT_FILAMENT           "Extrudirano ukupno"
195
 #else
196
 #else
196
   #define MSG_INFO_PRINT_COUNT              "Printovi"
197
   #define MSG_INFO_PRINT_COUNT              "Printovi"

Loading…
Cancel
Save