mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(msg_hash_it.c) Cleanups
This commit is contained in:
parent
78cf06adcf
commit
d9eed42ba3
@ -1227,41 +1227,16 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg)
|
|||||||
return "Aggiorna le info dei core";
|
return "Aggiorna le info dei core";
|
||||||
case MENU_ENUM_LABEL_VALUE_USE_BUILTIN_PLAYER:
|
case MENU_ENUM_LABEL_VALUE_USE_BUILTIN_PLAYER:
|
||||||
return "Usa Media Player interno";
|
return "Usa Media Player interno";
|
||||||
#if 0
|
|
||||||
case MENU_ENUM_LABEL_VALUE_HORIZONTAL_MENU:
|
case MENU_ENUM_LABEL_VALUE_HORIZONTAL_MENU:
|
||||||
return "Menú orizzontale";
|
return "Menú orizzontale";
|
||||||
#else
|
|
||||||
case MENU_ENUM_LABEL_VALUE_HORIZONTAL_MENU:
|
|
||||||
return "Horizontal Menu";
|
|
||||||
#endif
|
|
||||||
#if 0
|
|
||||||
case MENU_ENUM_LABEL_VALUE_SETTINGS_TAB:
|
case MENU_ENUM_LABEL_VALUE_SETTINGS_TAB:
|
||||||
return "Settaggi scheda";
|
return "Settaggi scheda";
|
||||||
#else
|
|
||||||
case MENU_ENUM_LABEL_VALUE_SETTINGS_TAB:
|
|
||||||
return "Settings tab";
|
|
||||||
#endif
|
|
||||||
#if 0
|
|
||||||
case MENU_ENUM_LABEL_VALUE_HISTORY_TAB:
|
case MENU_ENUM_LABEL_VALUE_HISTORY_TAB:
|
||||||
return "Cronologia scheda";
|
return "Cronologia scheda";
|
||||||
#else
|
|
||||||
case MENU_ENUM_LABEL_VALUE_HISTORY_TAB:
|
|
||||||
return "History tab";
|
|
||||||
#endif
|
|
||||||
#if 1
|
|
||||||
case MENU_ENUM_LABEL_VALUE_ADD_TAB:
|
|
||||||
return "Add tab";
|
|
||||||
#else
|
|
||||||
case MENU_ENUM_LABEL_VALUE_ADD_TAB:
|
case MENU_ENUM_LABEL_VALUE_ADD_TAB:
|
||||||
return "Aggiungi scheda";
|
return "Aggiungi scheda";
|
||||||
#endif
|
|
||||||
#if 0
|
|
||||||
case MENU_ENUM_LABEL_VALUE_PLAYLISTS_TAB:
|
case MENU_ENUM_LABEL_VALUE_PLAYLISTS_TAB:
|
||||||
return "Scheda Playlist";
|
return "Scheda Playlist";
|
||||||
#else
|
|
||||||
case MENU_ENUM_LABEL_VALUE_PLAYLISTS_TAB:
|
|
||||||
return "Playlists tab";
|
|
||||||
#endif
|
|
||||||
case MENU_ENUM_LABEL_VALUE_NO_SETTINGS_FOUND:
|
case MENU_ENUM_LABEL_VALUE_NO_SETTINGS_FOUND:
|
||||||
return "Nessun settaggio trovato.";
|
return "Nessun settaggio trovato.";
|
||||||
case MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS:
|
case MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS:
|
||||||
@ -1392,10 +1367,6 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg)
|
|||||||
return "Directory Shader Video";
|
return "Directory Shader Video";
|
||||||
case MENU_ENUM_LABEL_VALUE_VIDEO_FILTER_DIR:
|
case MENU_ENUM_LABEL_VALUE_VIDEO_FILTER_DIR:
|
||||||
return "Directory Filtro Video";
|
return "Directory Filtro Video";
|
||||||
case MENU_ENUM_LABEL_VALUE_OVERLAY_DIRECTORY:
|
|
||||||
return "Directory Overlay";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY:
|
|
||||||
return "Directory Overlay OSK";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT:
|
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT:
|
||||||
return "Giocatore 2 usa Controller 1 in rete";
|
return "Giocatore 2 usa Controller 1 in rete";
|
||||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE:
|
case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE:
|
||||||
@ -1532,10 +1503,6 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg)
|
|||||||
return "Intervallo di swap vsync";
|
return "Intervallo di swap vsync";
|
||||||
case MENU_ENUM_LABEL_VALUE_VIDEO_MAX_SWAPCHAIN_IMAGES:
|
case MENU_ENUM_LABEL_VALUE_VIDEO_MAX_SWAPCHAIN_IMAGES:
|
||||||
return "Massimo swapchain di immagini";
|
return "Massimo swapchain di immagini";
|
||||||
case MENU_ENUM_LABEL_VALUE_VIDEO_VSYNC:
|
|
||||||
return "VSync";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_VIDEO_THREADED:
|
|
||||||
return "Threaded Video";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_VIDEO_ROTATION:
|
case MENU_ENUM_LABEL_VALUE_VIDEO_ROTATION:
|
||||||
return "Rotazione";
|
return "Rotazione";
|
||||||
case MENU_ENUM_LABEL_VALUE_VIDEO_GPU_SCREENSHOT:
|
case MENU_ENUM_LABEL_VALUE_VIDEO_GPU_SCREENSHOT:
|
||||||
@ -1816,8 +1783,6 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg)
|
|||||||
return "Opzioni di rimappatura degli input del core";
|
return "Opzioni di rimappatura degli input del core";
|
||||||
case MENU_ENUM_LABEL_VALUE_THUMBNAILS:
|
case MENU_ENUM_LABEL_VALUE_THUMBNAILS:
|
||||||
return "Miniature";
|
return "Miniature";
|
||||||
case MENU_ENUM_LABEL_VALUE_SHADER_OPTIONS:
|
|
||||||
return "Shaders";
|
|
||||||
case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PARAMETERS:
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PARAMETERS:
|
||||||
return "Antemprima Parametri Shader";
|
return "Antemprima Parametri Shader";
|
||||||
case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_PARAMETERS:
|
case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_PARAMETERS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user