From 03e6ad883161effa8b15b82acb672540e3bc6049 Mon Sep 17 00:00:00 2001 From: theheroGAC Date: Tue, 6 Nov 2018 17:50:12 +0100 Subject: [PATCH] Update msg_hash_it.h --- intl/msg_hash_it.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/intl/msg_hash_it.h b/intl/msg_hash_it.h index 5cb6216a58..70e5c77a9a 100644 --- a/intl/msg_hash_it.h +++ b/intl/msg_hash_it.h @@ -3567,28 +3567,28 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_USE_PREFERRED_SYSTEM_COLOR_THEME, MSG_HASH(MENU_ENUM_SUBLABEL_MENU_USE_PREFERRED_SYSTEM_COLOR_THEME, "Utilizza la colorazione dei temi del sistema operativo (se presente) - impostazioni del tema di override.") MSG_HASH(MSG_RESAMPLER_QUALITY_LOWEST, - "Lowest") + "Molto Basso") MSG_HASH(MSG_RESAMPLER_QUALITY_LOWER, - "Lower") + "Basso") MSG_HASH(MSG_RESAMPLER_QUALITY_NORMAL, - "Normal") + "Normale") MSG_HASH(MSG_RESAMPLER_QUALITY_HIGHER, - "Higher") + "Alto") MSG_HASH(MSG_RESAMPLER_QUALITY_HIGHEST, - "Highest") + "Molto Alto") MSG_HASH( MENU_ENUM_LABEL_VALUE_NO_MUSIC_AVAILABLE, - "No music available." + "Nessuna musica disponibile" ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NO_VIDEOS_AVAILABLE, - "No videos available." + "Nessun video disponibile." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NO_IMAGES_AVAILABLE, - "No images available." + "Nessuna immagine disponibile." ) MSG_HASH( MENU_ENUM_LABEL_VALUE_NO_FAVORITES_AVAILABLE, - "No favorites available." + "Nessun preferito disponibile." )