mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Simplify string
This commit is contained in:
parent
4798975a85
commit
22ae788c39
@ -420,7 +420,7 @@ const char *menu_hash_to_str_de(uint32_t hash)
|
||||
case MENU_LABEL_VALUE_RDB_ENTRY_SHA1:
|
||||
return "SHA1";
|
||||
case MENU_LABEL_VALUE_CONFIGURATIONS:
|
||||
return "Lade Konfigurationsdatei";
|
||||
return "Lade Konfigurationsdatei"; /* FIXME/UPDATE */
|
||||
case MENU_LABEL_VALUE_REWIND_GRANULARITY:
|
||||
return "Genauigkeit des Zurückspulens (Rewind)";
|
||||
case MENU_LABEL_VALUE_REMAP_FILE_LOAD:
|
||||
|
@ -425,7 +425,7 @@ const char *menu_hash_to_str_fr(uint32_t hash)
|
||||
case MENU_LABEL_VALUE_VIDEO_SHADER_NUM_PASSES:
|
||||
return "Nombre de passages";
|
||||
case MENU_LABEL_VALUE_CONFIGURATIONS:
|
||||
return "Charger un fichier de config";
|
||||
return "Charger un fichier de config"; /* FIXME/UPDATE */
|
||||
case MENU_LABEL_VALUE_REWIND_GRANULARITY:
|
||||
return "Précision du rembobinage";
|
||||
case MENU_LABEL_VALUE_REMAP_FILE_LOAD:
|
||||
|
@ -408,7 +408,7 @@ const char *menu_hash_to_str_nl(uint32_t hash)
|
||||
case MENU_LABEL_VALUE_RDB_ENTRY_SHA1:
|
||||
return "SHA1";
|
||||
case MENU_LABEL_VALUE_CONFIGURATIONS:
|
||||
return "Laad Configuratie Bestand";
|
||||
return "Laad Configuratie";
|
||||
case MENU_LABEL_VALUE_REWIND_GRANULARITY:
|
||||
return "Rewind Granulariteit";
|
||||
case MENU_LABEL_VALUE_REMAP_FILE_LOAD:
|
||||
|
@ -975,7 +975,7 @@ const char *menu_hash_to_str_us(uint32_t hash)
|
||||
case MENU_LABEL_VALUE_RDB_ENTRY_SHA1:
|
||||
return "SHA1";
|
||||
case MENU_LABEL_VALUE_CONFIGURATIONS:
|
||||
return "Load Configuration File";
|
||||
return "Load Configuration";
|
||||
case MENU_LABEL_VALUE_REWIND_GRANULARITY:
|
||||
return "Rewind Granularity";
|
||||
case MENU_LABEL_VALUE_REMAP_FILE_LOAD:
|
||||
|
Loading…
x
Reference in New Issue
Block a user