mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
ddb3d908c9
svn path=/branches/shell-experiments/; revision=62286
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
|
|
|
|
IDR_MAINMENU MENU
|
|
BEGIN
|
|
POPUP "&Archivo"
|
|
BEGIN
|
|
MENUITEM "&Abrir...", IDM_OPEN_FILE
|
|
MENUITEM "&Cerrar", IDM_CLOSE_FILE
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Salir", IDM_EXIT
|
|
END
|
|
POPUP "&Device"
|
|
BEGIN
|
|
MENUITEM "&Properties", IDM_DEVPROPS
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Volume Control", IDM_VOLUMECTL
|
|
END
|
|
POPUP "Ay&uda"
|
|
BEGIN
|
|
MENUITEM "&Acerca de...", IDM_ABOUT
|
|
END
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_ALL_TYPES_FILTER "Todos los ficheros soportados (*.wav, *.cda, *.midi, *.mid, *.avi)\0*.wav;*.cda;*.midi;*.mid;*.avi\0"
|
|
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 "Marca siguiente"
|
|
IDS_APPTITLE "Reproductor Multimedia de ReactOS"
|
|
IDS_PLAY "Reproducir"
|
|
IDS_DEFAULTMCIERRMSG "No description is available for this error"
|
|
IDS_UNKNOWNFILEEXT "Cannot determine the device type from the given filename extension."
|
|
END
|