mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
18a81d5d1e
* Sync up to trunk head (r64124). svn path=/branches/shell-experiments/; revision=64126
58 lines
1.6 KiB
Text
58 lines
1.6 KiB
Text
LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
|
|
|
|
IDR_MAINMENU MENU
|
|
BEGIN
|
|
POPUP "&File"
|
|
BEGIN
|
|
MENUITEM "&Apri...\tCtrl+O", IDM_OPEN_FILE
|
|
MENUITEM "&Chiudi\tCtrl+W", IDM_CLOSE_FILE
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Esci", IDM_EXIT
|
|
END
|
|
POPUP "&Play"
|
|
BEGIN
|
|
MENUITEM "Play/&Pause\tCtrl+P", IDC_PLAY
|
|
MENUITEM "St&op\tCtrl+S", IDC_STOP
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Repea&t\tCtrl+T", IDM_REPEAT
|
|
END
|
|
POPUP "&View"
|
|
BEGIN
|
|
MENUITEM "Single-Window &Mode", IDM_SWITCHVIEW
|
|
END
|
|
POPUP "&Device"
|
|
BEGIN
|
|
MENUITEM "&Properties", IDM_DEVPROPS
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Volume Control", IDM_VOLUMECTL
|
|
END
|
|
POPUP "&Aiuto"
|
|
BEGIN
|
|
MENUITEM "&Informazioni...", 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_ALL_TYPES_FILTER "Tutti i tipi supportati (*.wav, *.cda, *.midi, *.mid, *.avi)\0*.wav;*.cda;*.midi;*.mid;*.avi\0"
|
|
IDS_TOOLTIP_PLAY "Riproduci"
|
|
IDS_TOOLTIP_STOP "Interrompi"
|
|
IDS_TOOLTIP_EJECT "Espelli"
|
|
IDS_TOOLTIP_BACKWARD "Precedente"
|
|
IDS_TOOLTIP_SEEKBACK "Riavvolgimento rapido"
|
|
IDS_TOOLTIP_SEEKFORW "Avanzamento rapido"
|
|
IDS_TOOLTIP_FORWARD "Successivo"
|
|
IDS_APPTITLE "Riproduttore multimediale ReactOS"
|
|
IDS_PLAY "Riproduci"
|
|
IDS_DEFAULTMCIERRMSG "No description is available for this error."
|
|
IDS_UNKNOWNFILEEXT "Cannot determine the device type from the given filename extension."
|
|
END
|