mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Update menu/intl/
This commit is contained in:
parent
67edc97ff1
commit
808ca58b0a
@ -38,7 +38,7 @@ const char *menu_hash_to_str_de(uint32_t hash)
|
||||
case MENU_LABEL_VALUE_INFORMATION_LIST:
|
||||
return "Information";
|
||||
case MENU_LABEL_VALUE_USE_BUILTIN_PLAYER:
|
||||
return "Verwende integrierten Player";
|
||||
return "Verwende integrierten Player"; /* FIXME/UPDATE */
|
||||
case MENU_LABEL_VALUE_CONTENT_SETTINGS:
|
||||
return "Content-Einstellungen"; /* FIXME */
|
||||
case MENU_LABEL_VALUE_RDB_ENTRY_CRC32:
|
||||
|
@ -35,7 +35,7 @@ const char *menu_hash_to_str_fr(uint32_t hash)
|
||||
case MENU_LABEL_VALUE_INFORMATION_LIST:
|
||||
return "Informations";
|
||||
case MENU_LABEL_VALUE_USE_BUILTIN_PLAYER:
|
||||
return "Utiliser le lecteur embarqué";
|
||||
return "Utiliser le lecteur embarqué"; /* FIXME/UPDATE */
|
||||
case MENU_LABEL_VALUE_CONTENT_SETTINGS:
|
||||
return "Menu rapide";
|
||||
case MENU_LABEL_VALUE_RDB_ENTRY_CRC32:
|
||||
|
@ -28,7 +28,7 @@ const char *menu_hash_to_str_nl(uint32_t hash)
|
||||
case MENU_LABEL_VALUE_INFORMATION_LIST:
|
||||
return "Informatie";
|
||||
case MENU_LABEL_VALUE_USE_BUILTIN_PLAYER:
|
||||
return "Gebruik Ingebouwde Speler";
|
||||
return "Gebruik Ingebouwde Media Speler";
|
||||
case MENU_LABEL_VALUE_CONTENT_SETTINGS:
|
||||
return "Snelmenu";
|
||||
case MENU_LABEL_VALUE_RDB_ENTRY_CRC32:
|
||||
|
@ -36,7 +36,7 @@ const char *menu_hash_to_str_pt(uint32_t hash)
|
||||
case MENU_LABEL_VALUE_INFORMATION_LIST:
|
||||
return "Informação";
|
||||
case MENU_LABEL_VALUE_USE_BUILTIN_PLAYER:
|
||||
return "Usar Player Interno";
|
||||
return "Usar Player Interno"; /* TODO/FIXME */
|
||||
case MENU_LABEL_VALUE_CONTENT_SETTINGS:
|
||||
return "Menu Rápido";
|
||||
case MENU_LABEL_VALUE_RDB_ENTRY_CRC32:
|
||||
|
@ -595,7 +595,7 @@ const char *menu_hash_to_str_us(uint32_t hash)
|
||||
case MENU_LABEL_VALUE_INFORMATION_LIST:
|
||||
return "Information";
|
||||
case MENU_LABEL_VALUE_USE_BUILTIN_PLAYER:
|
||||
return "Use Builtin Player";
|
||||
return "Use Builtin Media Player";
|
||||
case MENU_LABEL_VALUE_CONTENT_SETTINGS:
|
||||
return "Quick Menu";
|
||||
case MENU_LABEL_VALUE_RDB_ENTRY_CRC32:
|
||||
|
Loading…
x
Reference in New Issue
Block a user