mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
commit
87c13a4f5f
@ -673,6 +673,18 @@ MSG_HASH(
|
|||||||
MENU_ENUM_LABEL_VALUE_CORE_LIST,
|
MENU_ENUM_LABEL_VALUE_CORE_LIST,
|
||||||
"Cargar núcleo"
|
"Cargar núcleo"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_LIST,
|
||||||
|
"Instalar or Restaurar un núcleo"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_ERROR,
|
||||||
|
"Falló la instalación del núcleo"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_SUCCESS,
|
||||||
|
"Núcleo instalado exitosamente"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_CORE_OPTIONS,
|
MENU_ENUM_LABEL_VALUE_CORE_OPTIONS,
|
||||||
"Opciones"
|
"Opciones"
|
||||||
@ -759,7 +771,7 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_DISK_CYCLE_TRAY_STATUS,
|
MENU_ENUM_LABEL_VALUE_DISK_CYCLE_TRAY_STATUS,
|
||||||
"Estado de la bandeja de discos"
|
"Abrir/Cerrar la bandeja de discos"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_DISK_IMAGE_APPEND,
|
MENU_ENUM_LABEL_VALUE_DISK_IMAGE_APPEND,
|
||||||
@ -845,6 +857,10 @@ MSG_HASH(
|
|||||||
MENU_ENUM_LABEL_VALUE_FPS_SHOW,
|
MENU_ENUM_LABEL_VALUE_FPS_SHOW,
|
||||||
"Mostrar FPS"
|
"Mostrar FPS"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_MEMORY_SHOW,
|
||||||
|
"Incluir detalles de memoria"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_ENABLE,
|
MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_ENABLE,
|
||||||
"Limitar velocidad máxima de ejecución"
|
"Limitar velocidad máxima de ejecución"
|
||||||
@ -1249,6 +1265,10 @@ MSG_HASH(
|
|||||||
MENU_ENUM_LABEL_VALUE_INPUT_META_FRAMEADVANCE,
|
MENU_ENUM_LABEL_VALUE_INPUT_META_FRAMEADVANCE,
|
||||||
"Avanzar frame"
|
"Avanzar frame"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_INPUT_META_FPS_TOGGLE,
|
||||||
|
"Mostrar FPS"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_INPUT_META_FULLSCREEN_TOGGLE_KEY,
|
MENU_ENUM_LABEL_VALUE_INPUT_META_FULLSCREEN_TOGGLE_KEY,
|
||||||
"Pantalla completa"
|
"Pantalla completa"
|
||||||
@ -1297,10 +1317,17 @@ MSG_HASH(
|
|||||||
MENU_ENUM_LABEL_VALUE_INPUT_META_PAUSE_TOGGLE,
|
MENU_ENUM_LABEL_VALUE_INPUT_META_PAUSE_TOGGLE,
|
||||||
"Pausar"
|
"Pausar"
|
||||||
)
|
)
|
||||||
|
#ifdef HAVE_LAKKA
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_INPUT_META_QUIT_KEY,
|
||||||
|
"Reiniciar RetroArch"
|
||||||
|
)
|
||||||
|
#else
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_INPUT_META_QUIT_KEY,
|
MENU_ENUM_LABEL_VALUE_INPUT_META_QUIT_KEY,
|
||||||
"Cerrar RetroArch"
|
"Cerrar RetroArch"
|
||||||
)
|
)
|
||||||
|
#endif
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_INPUT_META_RESET,
|
MENU_ENUM_LABEL_VALUE_INPUT_META_RESET,
|
||||||
"Resetear juego"
|
"Resetear juego"
|
||||||
@ -2049,10 +2076,17 @@ MSG_HASH(
|
|||||||
MENU_ENUM_LABEL_VALUE_MIDI_SETTINGS,
|
MENU_ENUM_LABEL_VALUE_MIDI_SETTINGS,
|
||||||
"MIDI"
|
"MIDI"
|
||||||
)
|
)
|
||||||
|
#ifdef HAVE_LAKKA
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH,
|
||||||
|
"Reiniciar RetroArch"
|
||||||
|
)
|
||||||
|
#else
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH,
|
MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH,
|
||||||
"Cerrar RetroArch"
|
"Cerrar RetroArch"
|
||||||
)
|
)
|
||||||
|
#endif
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ANALOG,
|
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ANALOG,
|
||||||
"Soporte de analógico"
|
"Soporte de analógico"
|
||||||
@ -2920,10 +2954,58 @@ MSG_HASH(
|
|||||||
MENU_ENUM_SUBLABEL_TIMEDATE_STYLE,
|
MENU_ENUM_SUBLABEL_TIMEDATE_STYLE,
|
||||||
"Cambia la forma en que se muestra la fecha y hora"
|
"Cambia la forma en que se muestra la fecha y hora"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_TIMEDATE_STYLE_YMD_HMS,
|
||||||
|
"YYYY-MM-DD HH:MM:SS"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_TIMEDATE_STYLE_YMD_HM,
|
||||||
|
"YYYY-MM-DD HH:MM"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_TIMEDATE_STYLE_MDYYYY,
|
||||||
|
"MM-DD-YYYY HH:MM"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_TIMEDATE_STYLE_HMS,
|
||||||
|
"HH:MM:SS"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_TIMEDATE_STYLE_HM,
|
||||||
|
"HH:MM"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_TIMEDATE_STYLE_DM_HM,
|
||||||
|
"DD/MM HH:MM"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_TIMEDATE_STYLE_MD_HM,
|
||||||
|
"MM/DD HH:MM"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_TIMEDATE_STYLE_AM_PM,
|
||||||
|
"HH:MM:SS (AM/PM)"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_TITLE_COLOR,
|
MENU_ENUM_LABEL_VALUE_TITLE_COLOR,
|
||||||
"Color de títulos del menú"
|
"Color de títulos del menú"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_BG_DARK_COLOR,
|
||||||
|
"Color oscuro del fondo del menú"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_BG_LIGHT_COLOR,
|
||||||
|
"Color claro del fondo del menú"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_BORDER_DARK_COLOR,
|
||||||
|
"Color oscuro del borde del menú"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_BORDER_LIGHT_COLOR,
|
||||||
|
"Color claro del borde del menú"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_TRUE,
|
MENU_ENUM_LABEL_VALUE_TRUE,
|
||||||
"Activado"
|
"Activado"
|
||||||
@ -3176,6 +3258,10 @@ MSG_HASH(
|
|||||||
MENU_ENUM_LABEL_VALUE_VIDEO_SCALE,
|
MENU_ENUM_LABEL_VALUE_VIDEO_SCALE,
|
||||||
"Escala en ventana"
|
"Escala en ventana"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_VIDEO_RECORD_THREADS,
|
||||||
|
"Hilos de grabación (Threads)"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_VIDEO_SCALE_INTEGER,
|
MENU_ENUM_LABEL_VALUE_VIDEO_SCALE_INTEGER,
|
||||||
"Escalar usando enteros"
|
"Escalar usando enteros"
|
||||||
@ -3486,7 +3572,8 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_CHEEVOS_HARDCORE_MODE_ENABLE,
|
MENU_ENUM_SUBLABEL_CHEEVOS_HARDCORE_MODE_ENABLE,
|
||||||
"Duplica puntos pero desactiva guardado rápido, trucos, rebobinar, y cámara lenta para todos los juegos"
|
"Duplica puntos pero desactiva guardado rápido, trucos, rebobinar, y cámara lenta."
|
||||||
|
"Cambiar esto reiniciará el juego."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_CHEEVOS_LEADERBOARDS_ENABLE,
|
MENU_ENUM_SUBLABEL_CHEEVOS_LEADERBOARDS_ENABLE,
|
||||||
@ -3596,6 +3683,14 @@ MSG_HASH(
|
|||||||
MENU_ENUM_SUBLABEL_FPS_SHOW,
|
MENU_ENUM_SUBLABEL_FPS_SHOW,
|
||||||
"Muestra la velocidad de cuadros por segundo"
|
"Muestra la velocidad de cuadros por segundo"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_FRAMECOUNT_SHOW,
|
||||||
|
"Muestra el contador de frames"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_MEMORY_SHOW,
|
||||||
|
"Muestra la cantidad de memoria usada/total"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_INPUT_HOTKEY_BINDS,
|
MENU_ENUM_SUBLABEL_INPUT_HOTKEY_BINDS,
|
||||||
"Opciones de teclas rápidas (hotkeys)"
|
"Opciones de teclas rápidas (hotkeys)"
|
||||||
@ -4838,6 +4933,14 @@ MSG_HASH(
|
|||||||
MENU_ENUM_SUBLABEL_CORE_LIST,
|
MENU_ENUM_SUBLABEL_CORE_LIST,
|
||||||
"Seleccionar que núcleo usar"
|
"Seleccionar que núcleo usar"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_DOWNLOAD_CORE,
|
||||||
|
"Instalar un núcleo desde el Actualizador en línea"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_SIDELOAD_CORE_LIST,
|
||||||
|
"Instalr o restaurar un núcleo desde la carpeta de descargas"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_LOAD_CONTENT_LIST,
|
MENU_ENUM_SUBLABEL_LOAD_CONTENT_LIST,
|
||||||
"Seleccionar que contenido iniciar"
|
"Seleccionar que contenido iniciar"
|
||||||
@ -4850,10 +4953,17 @@ MSG_HASH(
|
|||||||
MENU_ENUM_SUBLABEL_SYSTEM_INFORMATION,
|
MENU_ENUM_SUBLABEL_SYSTEM_INFORMATION,
|
||||||
"Mostrar información especifica del dispositivo"
|
"Mostrar información especifica del dispositivo"
|
||||||
)
|
)
|
||||||
|
#ifdef HAVE_LAKKA
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_QUIT_RETROARCH,
|
||||||
|
"Reiniciar el programa"
|
||||||
|
)
|
||||||
|
#else
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_QUIT_RETROARCH,
|
MENU_ENUM_SUBLABEL_QUIT_RETROARCH,
|
||||||
"Salir del programa"
|
"Salir del programa"
|
||||||
)
|
)
|
||||||
|
#endif
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_WIDTH,
|
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_WIDTH,
|
||||||
"Establece el ancho de la ventana. Al dejarlo en 0 hará que intente ser lo mas grande posible"
|
"Establece el ancho de la ventana. Al dejarlo en 0 hará que intente ser lo mas grande posible"
|
||||||
@ -4862,6 +4972,10 @@ MSG_HASH(
|
|||||||
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_HEIGHT,
|
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_HEIGHT,
|
||||||
"Establece el alto de la ventana. Al dejarlo en 0 hará que intente ser lo mas grande posible"
|
"Establece el alto de la ventana. Al dejarlo en 0 hará que intente ser lo mas grande posible"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_SAVE_POSITION,
|
||||||
|
"Tomará precedencia sobre Escala en Ventana"
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_VIDEO_FULLSCREEN_X,
|
MENU_ENUM_SUBLABEL_VIDEO_FULLSCREEN_X,
|
||||||
"Establece el ancho en pantalla completa. Al dejarlo en 0 se usará la resolución del escritorio"
|
"Establece el ancho en pantalla completa. Al dejarlo en 0 se usará la resolución del escritorio"
|
||||||
@ -6037,14 +6151,25 @@ MSG_HASH(
|
|||||||
MENU_ENUM_SUBLABEL_MENU_SHOW_HELP,
|
MENU_ENUM_SUBLABEL_MENU_SHOW_HELP,
|
||||||
"Mostrar/ocultar la opción de 'Ayuda'"
|
"Mostrar/ocultar la opción de 'Ayuda'"
|
||||||
)
|
)
|
||||||
|
#ifdef HAVE_LAKKA
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_MENU_SHOW_QUIT_RETROARCH,
|
MENU_ENUM_LABEL_VALUE_MENU_SHOW_QUIT_RETROARCH,
|
||||||
"Mostrar salir de RetroArch"
|
"Mostrar Reiniciar RetroArch"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_MENU_SHOW_QUIT_RETROARCH,
|
MENU_ENUM_SUBLABEL_MENU_SHOW_QUIT_RETROARCH,
|
||||||
"Mostrar/ocultar la opción de 'Salir de RetroArch'"
|
"Mostrar/ocultar la opción de 'Reiniciar RetroArch'"
|
||||||
)
|
)
|
||||||
|
#else
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_MENU_SHOW_QUIT_RETROARCH,
|
||||||
|
"Mostrar Cerrar RetroArch"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_MENU_SHOW_QUIT_RETROARCH,
|
||||||
|
"Muestrar/Ocultar la opción de 'Cerrar RetroArch'"
|
||||||
|
)
|
||||||
|
#endif
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_MENU_SHOW_REBOOT,
|
MENU_ENUM_LABEL_VALUE_MENU_SHOW_REBOOT,
|
||||||
"Mostrar reiniciar"
|
"Mostrar reiniciar"
|
||||||
@ -6103,27 +6228,27 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_START_RECORDING,
|
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_START_RECORDING,
|
||||||
"Show Start Recording"
|
"Mostrar Comenzar grabación"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_START_RECORDING,
|
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_START_RECORDING,
|
||||||
"Show/hide the 'Start Recording' option."
|
"Mostrar/ocultar la opción de 'Comenzar grabación'"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_START_STREAMING,
|
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_START_STREAMING,
|
||||||
"Show Start Streaming"
|
"Mostrar Comenzar Streamingg"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_START_STREAMING,
|
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_START_STREAMING,
|
||||||
"Show/hide the 'Start Streaming' option."
|
"Mostrar/ocultar la opción de 'Comenzar Streaming'"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_RESET_CORE_ASSOCIATION,
|
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_RESET_CORE_ASSOCIATION,
|
||||||
"Show Reset Core Association"
|
"Mostrar Restablecer asociación de núcleo"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_RESET_CORE_ASSOCIATION,
|
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_RESET_CORE_ASSOCIATION,
|
||||||
"Show/hide the 'Reset Core Association' option."
|
"Mostrar/ocultar la opción de 'Restablecer asociación de núcleo'"
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_OPTIONS,
|
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_OPTIONS,
|
||||||
@ -7576,7 +7701,8 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_VIDEO_ADAPTIVE_VSYNC,
|
MENU_ENUM_SUBLABEL_VIDEO_ADAPTIVE_VSYNC,
|
||||||
"V-Sync está activado hasta que el rendimiento sea inferior al necesario para mantener el refresco de pantalla. Puede minimizar los tirones cuando hay caidas de fps y es més eficiente energeticamente."
|
"V-Sync está activado hasta que el rendimiento sea inferior al necesario para mantener el refresco de pantalla.\n"
|
||||||
|
"Puede minimizar los tirones cuando hay caidas de fps y es més eficiente energeticamente."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_CRT_SWITCHRES_SETTINGS,
|
MENU_ENUM_LABEL_VALUE_CRT_SWITCHRES_SETTINGS,
|
||||||
@ -7774,5 +7900,11 @@ MSG_HASH(
|
|||||||
MSG_MISSING_ASSETS,
|
MSG_MISSING_ASSETS,
|
||||||
"ADVERTENCIA: Faltan recursos, use el Actualizador si está disponible"
|
"ADVERTENCIA: Faltan recursos, use el Actualizador si está disponible"
|
||||||
)
|
)
|
||||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SAVE_POSITION,
|
MSG_HASH(
|
||||||
"Remember Window Position and Size")
|
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SAVE_POSITION,
|
||||||
|
"Recordar posición y tamaño de la ventana"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_HOLD_START,
|
||||||
|
"Mantener Start (2 segundos)"
|
||||||
|
)
|
@ -3572,7 +3572,8 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_CHEEVOS_HARDCORE_MODE_ENABLE,
|
MENU_ENUM_SUBLABEL_CHEEVOS_HARDCORE_MODE_ENABLE,
|
||||||
"Enables hardcore mode, this will enable or disable savestates, cheats, rewind, pause, and slow-motion.\nToggling this setting at runtime will restart your game."
|
"Enables hardcore mode, this will enable or disable savestates, cheats, rewind, pause, and slow-motion.\n"
|
||||||
|
"Toggling this setting at runtime will restart your game."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_CHEEVOS_LEADERBOARDS_ENABLE,
|
MENU_ENUM_SUBLABEL_CHEEVOS_LEADERBOARDS_ENABLE,
|
||||||
@ -4953,11 +4954,15 @@ MSG_HASH(
|
|||||||
"Show information specific to the device."
|
"Show information specific to the device."
|
||||||
)
|
)
|
||||||
#ifdef HAVE_LAKKA
|
#ifdef HAVE_LAKKA
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_QUIT_RETROARCH,
|
MSG_HASH(
|
||||||
"Restart the program.")
|
MENU_ENUM_SUBLABEL_QUIT_RETROARCH,
|
||||||
|
"Restart the program."
|
||||||
|
)
|
||||||
#else
|
#else
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_QUIT_RETROARCH,
|
MSG_HASH(
|
||||||
"Quit the program.")
|
MENU_ENUM_SUBLABEL_QUIT_RETROARCH,
|
||||||
|
"Quit the program."
|
||||||
|
)
|
||||||
#endif
|
#endif
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_WIDTH,
|
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_WIDTH,
|
||||||
@ -6147,15 +6152,23 @@ MSG_HASH(
|
|||||||
"Show/hide the 'Help' option."
|
"Show/hide the 'Help' option."
|
||||||
)
|
)
|
||||||
#ifdef HAVE_LAKKA
|
#ifdef HAVE_LAKKA
|
||||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_SHOW_QUIT_RETROARCH,
|
MSG_HASH(
|
||||||
"Show Restart RetroArch")
|
MENU_ENUM_LABEL_VALUE_MENU_SHOW_QUIT_RETROARCH,
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_MENU_SHOW_QUIT_RETROARCH,
|
"Show Restart RetroArch"
|
||||||
"Show/hide the 'Restart RetroArch' option.")
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_MENU_SHOW_QUIT_RETROARCH,
|
||||||
|
"Show/hide the 'Restart RetroArch' option."
|
||||||
|
)
|
||||||
#else
|
#else
|
||||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_MENU_SHOW_QUIT_RETROARCH,
|
MSG_HASH(
|
||||||
"Show Quit RetroArch")
|
MENU_ENUM_LABEL_VALUE_MENU_SHOW_QUIT_RETROARCH,
|
||||||
MSG_HASH(MENU_ENUM_SUBLABEL_MENU_SHOW_QUIT_RETROARCH,
|
"Show Quit RetroArch"
|
||||||
"Show/hide the 'Quit RetroArch' option.")
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_MENU_SHOW_QUIT_RETROARCH,
|
||||||
|
"Show/hide the 'Quit RetroArch' option."
|
||||||
|
)
|
||||||
#endif
|
#endif
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_MENU_SHOW_REBOOT,
|
MENU_ENUM_LABEL_VALUE_MENU_SHOW_REBOOT,
|
||||||
@ -7688,7 +7701,8 @@ MSG_HASH(
|
|||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_VIDEO_ADAPTIVE_VSYNC,
|
MENU_ENUM_SUBLABEL_VIDEO_ADAPTIVE_VSYNC,
|
||||||
"V-Sync is enabled until performance falls below the target refresh rate. Can minimize stuttering when performance falls below realtime, and can be more energy efficient."
|
"V-Sync is enabled until performance falls below the target refresh rate.\n"
|
||||||
|
"This can minimize stuttering when performance falls below realtime, and can be more energy efficient."
|
||||||
)
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_CRT_SWITCHRES_SETTINGS,
|
MENU_ENUM_LABEL_VALUE_CRT_SWITCHRES_SETTINGS,
|
||||||
@ -7886,7 +7900,11 @@ MSG_HASH(
|
|||||||
MSG_MISSING_ASSETS,
|
MSG_MISSING_ASSETS,
|
||||||
"Warning: Missing assets, use the Online Updater if available"
|
"Warning: Missing assets, use the Online Updater if available"
|
||||||
)
|
)
|
||||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SAVE_POSITION,
|
MSG_HASH(
|
||||||
"Remember Window Position and Size")
|
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SAVE_POSITION,
|
||||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_HOLD_START,
|
"Remember Window Position and Size"
|
||||||
"Hold Start (2 seconds)")
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_HOLD_START,
|
||||||
|
"Hold Start (2 seconds)"
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user