1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-26 06:40:39 +00:00

Update Spanish

This commit is contained in:
Alfrix 2018-09-27 17:38:33 -03:00
parent 7c2291cc62
commit 9dfa48395e

@ -2153,6 +2153,10 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORD_CONFIG,
"Cargar configuración de grabación..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STREAM_CONFIG,
"Cargar configuración de Streaming..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORD_DRIVER,
"Controlador de grabación"
@ -4531,7 +4535,8 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_REFRESH_RATE,
"Frecuencia de actualización/tasa de refresco vertical, usada para calcular la velocidad de audio.\nNota: Se ignorará si 'Video por hilos' esta activado"
"Frecuencia de actualización/tasa de refresco vertical, usada para calcular la velocidad de audio.\n"
"Nota: Se ignorará si 'Video por hilos' esta activado"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_ENABLE,
@ -6913,6 +6918,14 @@ MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_GT_VALUE,
"Mayor al valor de vibración"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_INCREASE_BY_VALUE,
"Incremeta por el valor de vibración"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_DECREASE_BY_VALUE,
"Disminuye por el valor de vibración"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_MEMORY_SIZE_1,
"1-bit, valor máx. = 0x01"
@ -7229,6 +7242,10 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_DELETE_PLAYLIST,
"Borrar Playlist"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_RENAME_PLAYLIST,
"Renombrar Playlist"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CONFIRM_DELETE_PLAYLIST,
"¿Está seguro que desea borrar la playlist \"%1\"?"
@ -7523,27 +7540,31 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_RECORDING_TOGGLE,
"Recording toggle"
"Comenzar/Detener Grabación"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_STREAMING_TOGGLE,
"Streaming toggle"
"Comenzar/Detener Streaming"
)
MSG_HASH(
MSG_CHEEVOS_HARDCORE_MODE_DISABLED,
"Detectado un guardado rápido, Los logros hardcore se desactivaron para está sesión. Reinicia para habilitarlos"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_RECORD_QUALITY,
"Record Quality"
"Calidad de grabación"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_STREAM_QUALITY,
"Stream Quality"
"Calidad del Stream"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STREAMING_URL,
"Streaming URL"
"URL del Stream"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UDP_STREAM_PORT,
"UDP Stream Port"
"Puerto del Stream UDP"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCOUNTS_TWITCH,
@ -7553,11 +7574,19 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCOUNTS_YOUTUBE,
"YouTube"
)
MSG_HASH(MENU_ENUM_LABEL_VALUE_TWITCH_STREAM_KEY,
"Twitch Stream Key")
MSG_HASH(MENU_ENUM_LABEL_VALUE_YOUTUBE_STREAM_KEY,
"YouTube Stream Key")
MSG_HASH(MENU_ENUM_LABEL_VALUE_STREAMING_MODE,
"Streaming Mode")
MSG_HASH(MENU_ENUM_LABEL_VALUE_STREAMING_TITLE,
"Title of Stream")
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TWITCH_STREAM_KEY,
"Twitch Stream Key"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_YOUTUBE_STREAM_KEY,
"YouTube Stream Key"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STREAMING_MODE,
"Modo de Streaming"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STREAMING_TITLE,
"Título del Stream"
)