[TRANSLATIONS] Update the email address and add a note in the Turkish translation...
[reactos.git] / dll / shellext / acppage / lang / sv-SE.rc
1 /* Swedish translation by Andreas Bjerkeholt (harteex@gmail.com) */
2
3 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
4
5 IDD_ACPPAGESHEET DIALOGEX 0, 0, 224, 226
6 STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION
7 CAPTION "Kompatibilitet"
8 FONT 8, "MS Shell Dlg", 0, 0, 0x0
9 BEGIN
10 LTEXT "Ifall du har problem med att köra det här programmet i ReactOS, välj det operativsystem som ReactOS ska rapportera till programmet.\nPlease note that this is a work in progress.", -1, 7, 7, 210, 31
11 GROUPBOX "Kompatibilitetsläge", IDC_COMPATGROUP, 7, 41, 210, 49
12 CHECKBOX "Kör det här programmet i kompatibilitetsläge för:", IDC_CHKRUNCOMPATIBILITY, 18, 57, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
13 COMBOBOX IDC_COMPATIBILITYMODE, 18, 70, 188, 85, CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED
14 GROUPBOX "Inställningar", -1, 7, 99, 210, 61, BS_GROUPBOX
15 CHECKBOX "Använd 256 färger", IDC_CHKRUNIN256COLORS, 18, 114, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
16 CHECKBOX "Kör i skärmupplösningen 640 x 480", IDC_CHKRUNIN640480RES, 18, 129, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
17 CHECKBOX "Inaktivera teman", IDC_CHKDISABLEVISUALTHEMES, 18, 144, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP
18 PUSHBUTTON "&Redigera kompatibilitetslägen...", IDC_EDITCOMPATIBILITYMODES, 117, 167, 100, 15
19 CONTROL "Lär dig mer om <A>program-kompatibilitet</A>.", IDC_INFOLINK, "SysLink", WS_CHILD | WS_TABSTOP | WS_VISIBLE, 7, 207, 210, 10, WS_EX_NOPARENTNOTIFY
20 END
21
22 IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 230, 139
23 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
24 CAPTION "Redigera kompatibilitetslägen"
25 FONT 8, "MS Shell Dlg", 0, 0, 0x0
26 BEGIN
27 COMBOBOX IDC_NEWCOMPATIBILITYMODE, 9, 6, 148, 14, CBS_HASSTRINGS | CBS_DROPDOWN | WS_VSCROLL
28 LISTBOX IDC_COMPATIBILITYMODE, 9, 25, 148, 86, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT | WS_BORDER
29 PUSHBUTTON "&Lägg till...", IDC_ADD, 162, 6, 60, 14, WS_DISABLED
30 PUSHBUTTON "&Ändra...", IDC_EDIT, 162, 24, 60, 14, WS_DISABLED
31 PUSHBUTTON "&Ta bort", IDC_DELETE, 162, 42, 60, 14, WS_DISABLED
32 PUSHBUTTON "&OK", IDOK, 95, 116, 60, 14
33 PUSHBUTTON "&Avbryt", IDCANCEL, 162, 116, 60, 14
34 END
35
36 STRINGTABLE
37 BEGIN
38 IDS_TABTITLE "Kompabilitet"
39 IDS_FAILED_NETWORK "Compatibility modes cannot be set on this program because it is on a network drive."
40 IDS_FAILED_PROTECTED "Compatibility modes cannot be set on this program because it is a part of ReactOS."
41 IDS_YOU_DID_NOT_ADD "You did not add the mode, do you want to add it now?"
42 END