mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
67 lines
1.8 KiB
Text
67 lines
1.8 KiB
Text
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
IDR_MAINMENU MENU
|
|
BEGIN
|
|
POPUP "&Archivo"
|
|
BEGIN
|
|
MENUITEM "&Abrir...\tCtrl+O", IDM_OPEN_FILE
|
|
MENUITEM "&Cerrar\tCtrl+W", IDM_CLOSE_FILE
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Salir", IDM_EXIT
|
|
END
|
|
POPUP "&Reproducir"
|
|
BEGIN
|
|
MENUITEM "Reproducir/&Pausar\tCtrl+P", IDC_PLAY
|
|
MENUITEM "&Detener\tCtrl+S", IDC_STOP
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Repe&tir\tCtrl+T", IDM_REPEAT
|
|
END
|
|
POPUP "&Ver"
|
|
BEGIN
|
|
MENUITEM "&Modo de ventana única", IDM_SWITCHVIEW
|
|
END
|
|
POPUP "&Dispositivo"
|
|
BEGIN
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Propiedades", IDM_DEVPROPS
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Control de &volumen", IDM_VOLUMECTL
|
|
END
|
|
POPUP "Ay&uda"
|
|
BEGIN
|
|
MENUITEM "&Acerca de", IDM_ABOUT
|
|
END
|
|
END
|
|
|
|
ID_ACCELERATORS ACCELERATORS
|
|
BEGIN
|
|
"^O", IDM_OPEN_FILE
|
|
"^W", IDM_CLOSE_FILE
|
|
"^P", IDC_PLAY
|
|
"^S", IDC_STOP
|
|
"^T", IDM_REPEAT
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_MODE_UNKNOWN "Unknown"
|
|
IDS_MODE_OPEN "Opened"
|
|
IDS_MODE_STOP "Stopped"
|
|
IDS_MODE_PLAY "Playing"
|
|
IDS_MODE_PAUSE "Paused"
|
|
IDS_MODE_RECORD "Recording"
|
|
IDS_MODE_SEEK "Seeking"
|
|
IDS_MODE_NOT_READY "Not ready"
|
|
IDS_ALL_TYPES_FILTER "Todos los archivos soportados"
|
|
IDS_TOOLTIP_PLAY "Reproducir"
|
|
IDS_TOOLTIP_STOP "Detener"
|
|
IDS_TOOLTIP_EJECT "Expulsar"
|
|
IDS_TOOLTIP_BACKWARD "Marca anterior"
|
|
IDS_TOOLTIP_SEEKBACK "Rebobinar"
|
|
IDS_TOOLTIP_SEEKFORW "Avance rápido"
|
|
IDS_TOOLTIP_FORWARD "Siguiente marca"
|
|
IDS_TOOLTIP_PAUSE "Pause"
|
|
IDS_APPTITLE "Reproductor multimedia de ReactOS"
|
|
IDS_PLAY "Reproducir"
|
|
IDS_DEFAULTMCIERRMSG "No hay una descripción disponible para este error."
|
|
END
|