Update msg_hash_es.h according to the latest changes on the US file.
This commit is contained in:
parent
a05ebd4bbc
commit
cde4ecd08b
|
@ -10187,12 +10187,19 @@ MSG_HASH(
|
||||||
MSG_MANUAL_CONTENT_SCAN_END,
|
MSG_MANUAL_CONTENT_SCAN_END,
|
||||||
"Escaneo finalizado: "
|
"Escaneo finalizado: "
|
||||||
)
|
)
|
||||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_ENABLED,
|
MSG_HASH(
|
||||||
"Activar accesibilidad")
|
MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_ENABLED,
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_ACCESSIBILITY_ENABLED,
|
"Activar accesibilidad"
|
||||||
"Activa o desactiva el narrador de accesibilidad en los menús.")
|
)
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_ACCESSIBILITY_NARRATOR_SPEECH_SPEED,
|
MSG_HASH(
|
||||||
"Ajusta la velocidad de lectura del narrador.")
|
MENU_ENUM_SUBLABEL_ACCESSIBILITY_ENABLED,
|
||||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_NARRATOR_SPEECH_SPEED,
|
"Activa o desactiva el narrador de accesibilidad en los menús."
|
||||||
"Velocidad de lectura del narrador")
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_ACCESSIBILITY_NARRATOR_SPEECH_SPEED,
|
||||||
|
"Ajusta la velocidad de lectura del narrador."
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_NARRATOR_SPEECH_SPEED,
|
||||||
|
"Velocidad de lectura del narrador"
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue