mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
ddb3d908c9
svn path=/branches/shell-experiments/; revision=62286
45 lines
1.2 KiB
Text
45 lines
1.2 KiB
Text
/*
|
|
* PROJECT: ReactOS MPlay32
|
|
* FILE: base\applications\mplay32\lang\sv-SE.rc
|
|
* PURPOSE: Swedish resource file
|
|
* TRANSLATOR: Jaix Bly
|
|
*/
|
|
|
|
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
|
|
|
IDR_MAINMENU MENU
|
|
BEGIN
|
|
POPUP "&Arkiv"
|
|
BEGIN
|
|
MENUITEM "&Öppna...", IDM_OPEN_FILE
|
|
MENUITEM "&Stäng", IDM_CLOSE_FILE
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Avsluta", IDM_EXIT
|
|
END
|
|
POPUP "&Device"
|
|
BEGIN
|
|
MENUITEM "&Properties", IDM_DEVPROPS
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Volume Control", IDM_VOLUMECTL
|
|
END
|
|
POPUP "&Hjälp"
|
|
BEGIN
|
|
MENUITEM "&Om...", IDM_ABOUT
|
|
END
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_ALL_TYPES_FILTER "Alla kompaktibla filer (*.wav, *.cda, *.midi, *.mid, *.avi)\0*.wav;*.cda;*.midi;*.mid;*.avi\0"
|
|
IDS_TOOLTIP_PLAY "Spela upp"
|
|
IDS_TOOLTIP_STOP "Stopp"
|
|
IDS_TOOLTIP_EJECT "Mata ut"
|
|
IDS_TOOLTIP_BACKWARD "Spola tillbaka"
|
|
IDS_TOOLTIP_SEEKBACK "Sök bakåt"
|
|
IDS_TOOLTIP_SEEKFORW "Sök framåt"
|
|
IDS_TOOLTIP_FORWARD "Spola fremåt"
|
|
IDS_APPTITLE "ReactOS Multimediaspelare"
|
|
IDS_PLAY "Play"
|
|
IDS_DEFAULTMCIERRMSG "No description is available for this error"
|
|
IDS_UNKNOWNFILEEXT "Cannot determine the device type from the given filename extension."
|
|
END
|