Sync with trunk revision 64099.
[reactos.git] / base / applications / mplay32 / lang / it-IT.rc
1 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
2
3 IDR_MAINMENU MENU
4 BEGIN
5 POPUP "&File"
6 BEGIN
7 MENUITEM "&Apri...\tCtrl+O", IDM_OPEN_FILE
8 MENUITEM "&Chiudi\tCtrl+W", IDM_CLOSE_FILE
9 MENUITEM SEPARATOR
10 MENUITEM "&Esci", IDM_EXIT
11 END
12 POPUP "&Play"
13 BEGIN
14 MENUITEM "Play/&Pause\tCtrl+P", IDC_PLAY
15 MENUITEM "St&op\tCtrl+S", IDC_STOP
16 MENUITEM SEPARATOR
17 MENUITEM "Repea&t\tCtrl+T", IDM_REPEAT
18 END
19 POPUP "&View"
20 BEGIN
21 MENUITEM "Single-Window &Mode", IDM_SWITCHVIEW
22 END
23 POPUP "&Device"
24 BEGIN
25 MENUITEM "&Properties", IDM_DEVPROPS
26 MENUITEM SEPARATOR
27 MENUITEM "&Volume Control", IDM_VOLUMECTL
28 END
29 POPUP "&Aiuto"
30 BEGIN
31 MENUITEM "&Informazioni...", IDM_ABOUT
32 END
33 END
34
35 ID_ACCELERATORS ACCELERATORS
36 BEGIN
37 "^O", IDM_OPEN_FILE
38 "^W", IDM_CLOSE_FILE
39 "^P", IDC_PLAY
40 "^S", IDC_STOP
41 "^T", IDM_REPEAT
42 END
43
44 STRINGTABLE
45 BEGIN
46 IDS_ALL_TYPES_FILTER "Tutti i tipi supportati (*.wav, *.cda, *.midi, *.mid, *.avi)\0*.wav;*.cda;*.midi;*.mid;*.avi\0"
47 IDS_TOOLTIP_PLAY "Riproduci"
48 IDS_TOOLTIP_STOP "Interrompi"
49 IDS_TOOLTIP_EJECT "Espelli"
50 IDS_TOOLTIP_BACKWARD "Precedente"
51 IDS_TOOLTIP_SEEKBACK "Riavvolgimento rapido"
52 IDS_TOOLTIP_SEEKFORW "Avanzamento rapido"
53 IDS_TOOLTIP_FORWARD "Successivo"
54 IDS_APPTITLE "Riproduttore multimediale ReactOS"
55 IDS_PLAY "Riproduci"
56 IDS_DEFAULTMCIERRMSG "No description is available for this error."
57 IDS_UNKNOWNFILEEXT "Cannot determine the device type from the given filename extension."
58 END