diff --git a/menu/intl/menu_hash_it.c b/menu/intl/menu_hash_it.c index 22ba16c4f8..7b9a8590e1 100644 --- a/menu/intl/menu_hash_it.c +++ b/menu/intl/menu_hash_it.c @@ -142,14 +142,29 @@ const char *menu_hash_to_str_it(uint32_t hash) case MENU_VALUE_HORIZONTAL_MENU: /* Don't change. Breaks everything. (Would be: "Menú orizzontale") */ return "Horizontal Menu"; /* Don't change these yet. Breaks everything. */ +#if 0 case MENU_VALUE_SETTINGS_TAB: return "Settaggi scheda"; +#else + case MENU_VALUE_SETTINGS_TAB: + return "Settings tab"; +#endif +#if 0 case MENU_VALUE_HISTORY_TAB: return "Cronologia scheda"; +#else + case MENU_VALUE_HISTORY_TAB: + return "History tab"; +#endif case MENU_VALUE_ADD_TAB: return "Aggiungi scheda"; +#if 0 case MENU_VALUE_PLAYLISTS_TAB: return "Scheda Playlist"; +#else + case MENU_VALUE_PLAYLISTS_TAB: + return "Playlists tab"; +#endif case MENU_LABEL_VALUE_NO_SETTINGS_FOUND: return "Nessun settaggio trovato."; case MENU_LABEL_VALUE_NO_PERFORMANCE_COUNTERS: