Browse Source

Add Croatian language

Robert Marko 8 years ago
parent
commit
884bc63fbe
1 changed files with 204 additions and 0 deletions
  1. 204
    0
      Marlin/language_hr.h

+ 204
- 0
Marlin/language_hr.h View File

@@ -0,0 +1,204 @@
1
+/**
2
+ * Marlin 3D Printer Firmware
3
+ * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
+ *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ *
21
+ */
22
+
23
+/**
24
+ * Croatian(Hrvatski)
25
+ *
26
+ * LCD Menu Messages
27
+ * See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
28
+ *
29
+ */
30
+#ifndef LANGUAGE_HR_H
31
+#define LANGUAGE_HR_H
32
+
33
+#if DISABLED(MAPPER_NON) && DISABLED(MAPPER_C2C3) && DISABLED(MAPPER_D0D1) && DISABLED(MAPPER_D0D1_MOD) && DISABLED(MAPPER_E382E383)
34
+  #define MAPPER_NON         // For direct ascii codes
35
+#endif
36
+
37
+//#define SIMULATE_ROMFONT //Comment in to see what is seen on the character based displays
38
+#if DISABLED(SIMULATE_ROMFONT) && DISABLED(DISPLAY_CHARSET_ISO10646_1) && DISABLED(DISPLAY_CHARSET_ISO10646_5) && DISABLED(DISPLAY_CHARSET_ISO10646_KANA) && DISABLED(DISPLAY_CHARSET_ISO10646_CN)
39
+  #define DISPLAY_CHARSET_ISO10646_1 // use the better font on full graphic displays.
40
+#endif
41
+
42
+
43
+#define WELCOME_MSG                         MACHINE_NAME " spreman."
44
+#define MSG_SD_INSERTED                     "SD kartica umetnuta"
45
+#define MSG_SD_REMOVED                      "SD kartica uklonjena"
46
+#define MSG_LCD_ENDSTOPS                    "Endstops" // Max length 8 characters
47
+#define MSG_MAIN                            "Main"
48
+#define MSG_AUTOSTART                       "Automatsko pokretanje"
49
+#define MSG_DISABLE_STEPPERS                "Ugasi steppere"
50
+#define MSG_AUTO_HOME                       "Automatski homing"
51
+#define MSG_AUTO_HOME_X                     "Home-aj X"
52
+#define MSG_AUTO_HOME_Y                     "Home-aj Y"
53
+#define MSG_AUTO_HOME_Z                     "Home-aj Z"
54
+#define MSG_LEVEL_BED_HOMING                "Home-aj XYZ"
55
+#define MSG_LEVEL_BED_WAITING               "Click to Begin"
56
+#define MSG_LEVEL_BED_NEXT_POINT            "Sljedeća točka"
57
+#define MSG_LEVEL_BED_DONE                  "Niveliranje gotovo!"
58
+#define MSG_LEVEL_BED_CANCEL                "Otkaži"
59
+#define MSG_SET_HOME_OFFSETS                "Postavi home offsete"
60
+#define MSG_HOME_OFFSETS_APPLIED            "Offsets postavljeni"
61
+#define MSG_SET_ORIGIN                      "Postavi ishodište"
62
+#define MSG_PREHEAT_PLA                     "Predgrij PLA"
63
+#define MSG_PREHEAT_PLA_N                   MSG_PREHEAT_PLA " "
64
+#define MSG_PREHEAT_PLA_ALL                 MSG_PREHEAT_PLA " Sve"
65
+#define MSG_PREHEAT_PLA_BEDONLY             MSG_PREHEAT_PLA " Bed"
66
+#define MSG_PREHEAT_PLA_SETTINGS            MSG_PREHEAT_PLA " conf"
67
+#define MSG_PREHEAT_ABS                     "Predgrij ABS"
68
+#define MSG_PREHEAT_ABS_N                   MSG_PREHEAT_ABS " "
69
+#define MSG_PREHEAT_ABS_ALL                 MSG_PREHEAT_ABS " Sve"
70
+#define MSG_PREHEAT_ABS_BEDONLY             MSG_PREHEAT_ABS " Bed"
71
+#define MSG_PREHEAT_ABS_SETTINGS            MSG_PREHEAT_ABS " conf"
72
+#define MSG_H1                              "1"
73
+#define MSG_H2                              "2"
74
+#define MSG_H3                              "3"
75
+#define MSG_H4                              "4"
76
+#define MSG_COOLDOWN                        "Hlađenje"
77
+#define MSG_SWITCH_PS_ON                    "Uključi napajanje"
78
+#define MSG_SWITCH_PS_OFF                   "Isključi napajanje"
79
+#define MSG_EXTRUDE                         "Extrude"
80
+#define MSG_RETRACT                         "Retract"
81
+#define MSG_MOVE_AXIS                       "Miči os"
82
+#define MSG_LEVEL_BED                       "Niveliraj bed"
83
+#define MSG_MOVE_X                          "Miči X"
84
+#define MSG_MOVE_Y                          "Miči Y"
85
+#define MSG_MOVE_Z                          "Miči Z"
86
+#define MSG_MOVE_E                          "Extruder"
87
+#define MSG_MOVE_E1                         "1"
88
+#define MSG_MOVE_E2                         "2"
89
+#define MSG_MOVE_E3                         "3"
90
+#define MSG_MOVE_E4                         "4"
91
+#define MSG_MOVE_01MM                       "Miči 0.1mm"
92
+#define MSG_MOVE_1MM                        "Miči 1mm"
93
+#define MSG_MOVE_10MM                       "Miči 10mm"
94
+#define MSG_SPEED                           "Brzina"
95
+#define MSG_BED_Z                           "Bed Z"
96
+#define MSG_NOZZLE                          "Nozzle"
97
+#define MSG_N1                              " 1"
98
+#define MSG_N2                              " 2"
99
+#define MSG_N3                              " 3"
100
+#define MSG_N4                              " 4"
101
+#define MSG_BED                             "Bed"
102
+#define MSG_FAN_SPEED                       "Brzina ventilatora"
103
+#define MSG_FLOW                            "Flow"
104
+#define MSG_CONTROL                         "Control"
105
+#define MSG_MIN                             " " LCD_STR_THERMOMETER " Min"
106
+#define MSG_MAX                             " " LCD_STR_THERMOMETER " Max"
107
+#define MSG_FACTOR                          " " LCD_STR_THERMOMETER " Fact"
108
+#define MSG_AUTOTEMP                        "Autotemp"
109
+#define MSG_ON                              "On "
110
+#define MSG_OFF                             "Off"
111
+#define MSG_PID_P                           "PID-P"
112
+#define MSG_PID_I                           "PID-I"
113
+#define MSG_PID_D                           "PID-D"
114
+#define MSG_PID_C                           "PID-C"
115
+#define MSG_E1                              " E1"
116
+#define MSG_E2                              " E2"
117
+#define MSG_E3                              " E3"
118
+#define MSG_E4                              " E4"
119
+#define MSG_ACC                             "Accel"
120
+#define MSG_VXY_JERK                        "Vxy-jerk"
121
+#define MSG_VZ_JERK                         "Vz-jerk"
122
+#define MSG_VE_JERK                         "Ve-jerk"
123
+#define MSG_VMAX                            "Vmax "
124
+#define MSG_X                               "X"
125
+#define MSG_Y                               "Y"
126
+#define MSG_Z                               "Z"
127
+#define MSG_E                               "E"
128
+#define MSG_VMIN                            "Vmin"
129
+#define MSG_VTRAV_MIN                       "VTrav min"
130
+#define MSG_AMAX                            "Amax "
131
+#define MSG_A_RETRACT                       "A-retract"
132
+#define MSG_A_TRAVEL                        "A-travel"
133
+#define MSG_XSTEPS                          "Xsteps/mm"
134
+#define MSG_YSTEPS                          "Ysteps/mm"
135
+#define MSG_ZSTEPS                          "Zsteps/mm"
136
+#define MSG_ESTEPS                          "Esteps/mm"
137
+#define MSG_TEMPERATURE                     "Temperature"
138
+#define MSG_MOTION                          "Motion"
139
+#define MSG_VOLUMETRIC                      "Filament"
140
+#define MSG_VOLUMETRIC_ENABLED              "E in mm3"
141
+#define MSG_FILAMENT_DIAM                   "Fil. Dia."
142
+#define MSG_DIAM_E1                         " 1"
143
+#define MSG_DIAM_E2                         " 2"
144
+#define MSG_DIAM_E3                         " 3"
145
+#define MSG_DIAM_E4                         " 4"
146
+#define MSG_CONTRAST                        "Kontrast LCD-a"
147
+#define MSG_STORE_EPROM                     "Pohrani u memoriju"
148
+#define MSG_LOAD_EPROM                      "Učitaj memoriju"
149
+#define MSG_RESTORE_FAILSAFE                "Učitaj failsafe"
150
+#define MSG_REFRESH                         "Osvježi"
151
+#define MSG_WATCH                           "Info screen"
152
+#define MSG_PREPARE                         "Pripremi"
153
+#define MSG_TUNE                            "Tune"
154
+#define MSG_PAUSE_PRINT                     "Pauziraj print"
155
+#define MSG_RESUME_PRINT                    "Nastavi print"
156
+#define MSG_STOP_PRINT                      "Zaustavi print"
157
+#define MSG_CARD_MENU                       "Printaj s SD kartice"
158
+#define MSG_NO_CARD                         "Nema SD kartice"
159
+#define MSG_DWELL                           "Sleep..."
160
+#define MSG_USERWAIT                        "Čekaj korisnika..."
161
+#define MSG_RESUMING                        "Nastavljam print"
162
+#define MSG_PRINT_ABORTED                   "Print otkazan"
163
+#define MSG_NO_MOVE                         "No move."
164
+#define MSG_KILLED                          "KILLED. "
165
+#define MSG_STOPPED                         "ZAUSTAVLJEN. "
166
+#define MSG_CONTROL_RETRACT                 "Retract mm"
167
+#define MSG_CONTROL_RETRACT_SWAP            "Swap Re.mm"
168
+#define MSG_CONTROL_RETRACTF                "Retract  V"
169
+#define MSG_CONTROL_RETRACT_ZLIFT           "Hop mm"
170
+#define MSG_CONTROL_RETRACT_RECOVER         "UnRet +mm"
171
+#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "S UnRet+mm"
172
+#define MSG_CONTROL_RETRACT_RECOVERF        "UnRet  V"
173
+#define MSG_AUTORETRACT                     "AutoRetr."
174
+#define MSG_FILAMENTCHANGE                  "Promijeni filament"
175
+#define MSG_INIT_SDCARD                     "Init. SD karticu"
176
+#define MSG_CNG_SDCARD                      "Promijeni SD karticu"
177
+#define MSG_ZPROBE_OUT                      "Z probe out. bed"
178
+#define MSG_YX_UNHOMED                      "Home-aj X/Y prije Z"
179
+#define MSG_XYZ_UNHOMED                     "Home-aj XYZ prvo"
180
+#define MSG_ZPROBE_ZOFFSET                  "Z Offset"
181
+#define MSG_BABYSTEP_X                      "Babystep X"
182
+#define MSG_BABYSTEP_Y                      "Babystep Y"
183
+#define MSG_BABYSTEP_Z                      "Babystep Z"
184
+#define MSG_ENDSTOP_ABORT                   "Endstop abort"
185
+#define MSG_HEATING_FAILED_LCD              "Heating failed"
186
+#define MSG_ERR_REDUNDANT_TEMP              "Err: REDUNDANT TEMP"
187
+#define MSG_THERMAL_RUNAWAY                 "THERMAL RUNAWAY"
188
+#define MSG_ERR_MAXTEMP                     "Err: MAXTEMP"
189
+#define MSG_ERR_MINTEMP                     "Err: MINTEMP"
190
+#define MSG_ERR_MAXTEMP_BED                 "Err: MAXTEMP BED"
191
+#define MSG_ERR_MINTEMP_BED                 "Err: MINTEMP BED"
192
+#define MSG_END_HOUR                        "sati"
193
+#define MSG_END_MINUTE                      "minuta"
194
+#define MSG_HEATING                         "Grijanje..."
195
+#define MSG_HEATING_COMPLETE                "Grijanje gotovo."
196
+#define MSG_BED_HEATING                     "Grijanje Bed-a."
197
+#define MSG_BED_DONE                        "Bed gotov."
198
+#define MSG_DELTA_CALIBRATE                 "Delta Kalibracija"
199
+#define MSG_DELTA_CALIBRATE_X               "Kalibriraj X"
200
+#define MSG_DELTA_CALIBRATE_Y               "Kalibriraj Y"
201
+#define MSG_DELTA_CALIBRATE_Z               "Kalibriraj Z"
202
+#define MSG_DELTA_CALIBRATE_CENTER          "Kalibriraj Središte"
203
+
204
+#endif // LANGUAGE_HR_H

Loading…
Cancel
Save