mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Add todos for changed strings in other languages
This commit is contained in:
parent
ff8590b151
commit
07138de69c
@ -586,11 +586,11 @@ const char *msg_hash_to_str_de(enum msg_hash_enums msg)
|
||||
return "Overlay-Verzeichnis";
|
||||
case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY:
|
||||
return "OSK-Overlay-Verzeichnis";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT: /* TODO: Original string changed */
|
||||
return "Tausche Netplay-Eingabe";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE:
|
||||
return "Aktiviere Netplay-Zuschauermodus";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS: /* TODO: Original string changed */
|
||||
return "IP-Addresse für Netplay";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT:
|
||||
return "TCP/UDP-Port für Netplay";
|
||||
|
@ -1670,11 +1670,11 @@ const char *msg_hash_to_str_es(enum msg_hash_enums msg)
|
||||
return "Carpeta de superposiciones";
|
||||
case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY:
|
||||
return "Carpeta de teclados superpuestos";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT: /* TODO: Original string changed */
|
||||
return "Intercambiar entrada en red";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE:
|
||||
return "Permitir espectadores en red";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS: /* TODO: Original string changed */
|
||||
return "Dirección IP";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT:
|
||||
return "Puerto TCP/UDP para juego en red";
|
||||
|
@ -403,11 +403,11 @@ const char *msg_hash_to_str_fr(enum msg_hash_enums msg)
|
||||
return "Dossier des overlays";
|
||||
case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY:
|
||||
return "Dossier des overlays claviers";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT: /* TODO: Original string changed */
|
||||
return "Inverser les entrées du jeu en réseau";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE:
|
||||
return "Activer le mode spectateur";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS: /* TODO: Original string changed */
|
||||
return "Adresse IP";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT:
|
||||
return "Port TCP/UDP du jeu en réseau";
|
||||
|
@ -1411,11 +1411,11 @@ const char *msg_hash_to_str_it(enum msg_hash_enums msg)
|
||||
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: /* TODO: Original string changed */
|
||||
return "Scambia ingressi in rete";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE:
|
||||
return "Abilita spettatore in rete";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS: /* TODO: Original string changed */
|
||||
return "Indirizzo IP";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT:
|
||||
return "Porta TCP/UDP Rete";
|
||||
|
@ -261,11 +261,11 @@ const char *msg_hash_to_str_nl(enum msg_hash_enums msg)
|
||||
return "Overlay Map";
|
||||
case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY:
|
||||
return "OSK Overlay Map";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT: /* TODO: Original string changed */
|
||||
return "Swap Netplay Input";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE:
|
||||
return "Netplay Spectator Activeren";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS: /* TODO: Original string changed */
|
||||
return "IP Adres";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT:
|
||||
return "Netplay TCP/UDP Poort";
|
||||
|
@ -366,11 +366,11 @@ const char *msg_hash_to_str_pl(enum msg_hash_enums msg)
|
||||
return "Katalog nak³adek";
|
||||
case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY:
|
||||
return "Katalog klawiatur ekranowych";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT: /* TODO: Original string changed */
|
||||
return "Zamieñ kontrolery w grze sieciowej";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE:
|
||||
return "Tryb obserwatora gry sieciowej";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS: /* TODO: Original string changed */
|
||||
return "Adres IP";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT:
|
||||
return "Port TCP/UDP gry sieciowej";
|
||||
|
@ -1268,11 +1268,11 @@ const char *msg_hash_to_str_pt(enum msg_hash_enums msg)
|
||||
return "Overlays";
|
||||
case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY:
|
||||
return "Overlays de Teclado";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT: /* TODO: Original string changed */
|
||||
return "Trocar Entradas de Netplay";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE:
|
||||
return "Ativar Espectador de Netplay";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS:
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS: /* TODO: Original string changed */
|
||||
return "Endereço IP";
|
||||
case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT:
|
||||
return "Portas TCP/UDP de Netplay";
|
||||
|
Loading…
x
Reference in New Issue
Block a user