mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
18 lines
390 B
Text
18 lines
390 B
Text
/*
|
|
* PROJECT: ReactOS RAPPS
|
|
* FILE: base\applications\dxdiag\lang\sv-SE.rc
|
|
* PURPOSE: Swedish resource file
|
|
* TRANSLATOR: Jaix Bly
|
|
*/
|
|
|
|
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
|
|
|
|
IDR_POPUP MENU
|
|
BEGIN
|
|
POPUP "popup"
|
|
BEGIN
|
|
MENUITEM "&Inställingar...", ID_PREFERENCES
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "&Avsluta", ID_EXIT
|
|
END
|
|
END
|