Skip to content

Commit

Permalink
Update Italian language (MarlinFirmware#19953)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMagician authored and thinkyhead committed Apr 26, 2021
1 parent ff4bdf2 commit c26a59e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Marlin/src/lcd/language/language_it.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
*
* LCD Menu Messages
* See also https://marlinfw.org/docs/development/lcd_language.html
*
* Substitutions are applied for the following characters when used
* in menu items that call lcd_put_u8str_ind_P with an index:
*
* = displays '0'....'10' for indexes 0 - 10
* ~ displays '1'....'11' for indexes 0 - 10
* * displays 'E1'...'E11' for indexes 0 - 10 (By default. Uses LCD_FIRST_TOOL)
*/

#define DISPLAY_CHARSET_ISO10646_1
Expand Down Expand Up @@ -65,6 +72,9 @@ namespace Language_it {
PROGMEM Language_Str MSG_AUTO_HOME_Z = _UxGT("Home asse Z");
PROGMEM Language_Str MSG_AUTO_Z_ALIGN = _UxGT("Allineam.automat. Z");
PROGMEM Language_Str MSG_ASSISTED_TRAMMING = _UxGT("Tramming assistito");
PROGMEM Language_Str MSG_ITERATION = _UxGT("Iterazione G34: %i");
PROGMEM Language_Str MSG_DECREASING_ACCURACY = _UxGT("Precis.in calo!");
PROGMEM Language_Str MSG_ACCURACY_ACHIEVED = _UxGT("Precis.raggiunta");
PROGMEM Language_Str MSG_LEVEL_BED_HOMING = _UxGT("Home assi XYZ");
PROGMEM Language_Str MSG_LEVEL_BED_WAITING = _UxGT("Premi per iniziare");
PROGMEM Language_Str MSG_LEVEL_BED_NEXT_POINT = _UxGT("Punto successivo");
Expand Down Expand Up @@ -652,4 +662,5 @@ namespace Language_it {
PROGMEM Language_Str MSG_REHEATING = _UxGT("Riscaldando...");

PROGMEM Language_Str MSG_PROBE_WIZARD = _UxGT("Proc.guid.sonda Z");
PROGMEM Language_Str MSG_SOUND = _UxGT("Suono");
}

0 comments on commit c26a59e

Please sign in to comment.