* Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
[reactos.git] / base / applications / mplay32 / lang / es-ES.rc
1 LANGUAGE LANG_SPANISH, SUBLANG_NEUTRAL
2
3 IDR_MAINMENU MENU
4 BEGIN
5 POPUP "&Archivo"
6 BEGIN
7 MENUITEM "&Abrir...", IDM_OPEN_FILE
8 MENUITEM "&Cerrar", IDM_CLOSE_FILE
9 MENUITEM SEPARATOR
10 MENUITEM "&Salir", IDM_EXIT
11 END
12 POPUP "&Device"
13 BEGIN
14 MENUITEM "&Properties", IDM_DEVPROPS
15 MENUITEM SEPARATOR
16 MENUITEM "&Volume Control", IDM_VOLUMECTL
17 END
18 POPUP "Ay&uda"
19 BEGIN
20 MENUITEM "&Acerca de...", IDM_ABOUT
21 END
22 END
23
24 STRINGTABLE
25 BEGIN
26 IDS_ALL_TYPES_FILTER "Todos los ficheros soportados (*.wav, *.cda, *.midi, *.mid, *.avi)\0*.wav;*.cda;*.midi;*.mid;*.avi\0"
27 IDS_TOOLTIP_PLAY "Reproducir"
28 IDS_TOOLTIP_STOP "Detener"
29 IDS_TOOLTIP_EJECT "Expulsar"
30 IDS_TOOLTIP_BACKWARD "Marca anterior"
31 IDS_TOOLTIP_SEEKBACK "Rebobinar"
32 IDS_TOOLTIP_SEEKFORW "Avance rĂ¡pido"
33 IDS_TOOLTIP_FORWARD "Marca siguiente"
34 IDS_APPTITLE "Reproductor Multimedia de ReactOS"
35 IDS_PLAY "Reproducir"
36 IDS_DEFAULTMCIERRMSG "No description is available for this error"
37 IDS_UNKNOWNFILEEXT "Cannot determine the device type from the given filename extension."
38 END