Merge pull request #3894 from Ezio-PS/master

Update Italian translation
This commit is contained in:
Twinaphex 2016-10-29 14:28:12 +02:00 committed by GitHub
commit cbb0d4b372
1 changed files with 14 additions and 4 deletions

View File

@ -1396,12 +1396,12 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg)
return "Directory Overlay"; return "Directory Overlay";
case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY: case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY:
return "Directory Overlay OSK"; return "Directory Overlay OSK";
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT: /* TODO: Original string changed */ case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT:
return "Scambia ingressi 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:
return "Abilita spettatore in rete"; return "Abilita spettatore in rete";
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS: /* TODO: Original string changed */ case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS:
return "Indirizzo IP"; return "Indirizzo Server";
case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT: case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT:
return "Porta TCP/UDP Rete"; return "Porta TCP/UDP Rete";
case MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE: case MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE:
@ -1432,6 +1432,14 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg)
return "Supporto touch"; return "Supporto touch";
case MENU_ENUM_LABEL_VALUE_CORE_ENABLE: case MENU_ENUM_LABEL_VALUE_CORE_ENABLE:
return "Mostra nome dei core"; return "Mostra nome dei core";
case MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE_HOST:
return "Comincia ad ospitare";
case MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE_CLIENT:
return "Connetti alla rete ospite";
case MENU_ENUM_LABEL_VALUE_NETPLAY_DISCONNECT:
return "Disconnetti";
case MENU_ENUM_LABEL_VALUE_NETPLAY_SETTINGS:
return "Settaggi di rete";
case MENU_ENUM_LABEL_VALUE_DPI_OVERRIDE_ENABLE: case MENU_ENUM_LABEL_VALUE_DPI_OVERRIDE_ENABLE:
return "Abilita DPI Override"; return "Abilita DPI Override";
case MENU_ENUM_LABEL_VALUE_DPI_OVERRIDE_VALUE: case MENU_ENUM_LABEL_VALUE_DPI_OVERRIDE_VALUE:
@ -1746,6 +1754,8 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg)
return "Lista Obiettivi"; return "Lista Obiettivi";
case MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER: case MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER:
return "Aggiorna Online"; return "Aggiorna Online";
case MENU_ENUM_LABEL_VALUE_NETPLAY:
return "Rete";
case MENU_ENUM_LABEL_VALUE_CORE_INFORMATION: case MENU_ENUM_LABEL_VALUE_CORE_INFORMATION:
return "Informazioni del core"; return "Informazioni del core";
case MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND: case MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND: