85e600758a98c92a8c8d8b0d8f8ccb207f587cba
[reactos.git] / reactos / dll / cpl / inetcpl / lang / sv-SE.rc
1 /*
2 * Swedish resources for the Internet control panel applet
3 *
4 * Copyright 2010 Anders Jonsson
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 *
20 */
21
22 #pragma code_page(65001)
23
24 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
25
26 STRINGTABLE
27 BEGIN
28 IDS_CPL_NAME "Internet Settings"
29 IDS_CPL_INFO "Configure Wine Internet Browser and related settings"
30 IDS_SEC_SETTINGS "Security settings for zone: "
31 IDS_SEC_LEVEL0 "Custom"
32 IDS_SEC_LEVEL1 "Very Low"
33 IDS_SEC_LEVEL2 "Low"
34 IDS_SEC_LEVEL3 "Medium"
35 IDS_SEC_LEVEL4 "Increased"
36 IDS_SEC_LEVEL5 "High"
37 END
38
39 /* "General" propsheet */
40 IDD_GENERAL DIALOG 0, 0, 320, 220
41 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
42 FONT 8, "MS Shell Dlg"
43 CAPTION "Allmänt"
44 BEGIN
45
46 GROUPBOX "Startsida ", IDC_STATIC, 4, 4, 312, 56
47 LTEXT "Du kan välja vilken adress som ska användas som startsida.",
48 IDC_STATIC, 10, 14, 300, 10
49 EDITTEXT IDC_HOME_EDIT, 10, 26, 300, 12, WS_VISIBLE | ES_AUTOHSCROLL
50 PUSHBUTTON "&Aktuell sida", IDC_HOME_CURRENT, 58, 42, 80, 14
51 PUSHBUTTON "För&vald sida", IDC_HOME_DEFAULT, 144, 42, 80, 14
52 PUSHBUTTON "&Blank sida", IDC_HOME_BLANK, 230, 42, 80, 14
53 GROUPBOX "Bläddringshistorik ", IDC_STATIC, 4, 66, 312, 42
54 LTEXT "Du kan ta bort cachade sidor, kakor och annan data.",
55 IDC_STATIC, 10, 76, 300, 10
56 PUSHBUTTON "Ta bort &filer...", IDC_HISTORY_DELETE, 144, 90, 80, 14
57 PUSHBUTTON "&Inställningar...", IDC_HISTORY_SETTINGS, 230, 90, 80, 14
58
59 END
60
61 /* "Delete browsing history" dialog */
62 IDD_DELETE_HISTORY DIALOG 0, 0, 250, 250
63 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
64 FONT 8, "MS Shell Dlg"
65 CAPTION "Delete browsing history"
66 BEGIN
67
68 AUTOCHECKBOX "Temporary internet files\nCached copies of web pages, images and certificates.",
69 IDC_DELETE_TEMP_FILES, 10, 8, 230, 40, BS_TOP | BS_MULTILINE
70 AUTOCHECKBOX "Cookies\nFiles saved on your computer by websites, which store things like user preferences and login information.",
71 IDC_DELETE_COOKIES, 10, 48, 230, 40, BS_TOP | BS_MULTILINE
72 AUTOCHECKBOX "History\nList of websites you have accessed.",
73 IDC_DELETE_HISTORY, 10, 88, 230, 40, BS_TOP | BS_MULTILINE
74 AUTOCHECKBOX "Form data\nUsernames and other information you have entered into forms.",
75 IDC_DELETE_FORM_DATA, 10, 128, 230, 40, BS_TOP | BS_MULTILINE
76 AUTOCHECKBOX "Passwords\nSaved passwords you have entered into forms.",
77 IDC_DELETE_PASSWORDS, 10, 168, 230, 40, BS_TOP | BS_MULTILINE
78 DEFPUSHBUTTON "Cancel", IDCANCEL, 185, 230, 60, 15, WS_GROUP
79 PUSHBUTTON "Delete", IDOK, 120, 230, 60, 15, WS_GROUP
80
81 END
82
83 /* "Security" propsheet */
84 IDD_SECURITY DIALOG 0, 0, 320, 220
85 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
86 FONT 8, "MS Shell Dlg"
87 CAPTION "Security"
88 BEGIN
89
90 CONTROL "", IDC_SEC_LISTVIEW, "SysListView32",
91 LVS_ICON | LVS_ALIGNLEFT | LVS_AUTOARRANGE | LVS_SINGLESEL | LVS_SHOWSELALWAYS | WS_BORDER | WS_VSCROLL,
92 4, 4, 312, 58
93 LTEXT "", IDC_SEC_ZONE_INFO, 4, 68, 312, 20
94 GROUPBOX "", IDC_SEC_GROUP, 4, 88, 312, 126
95 CONTROL "", IDC_SEC_TRACKBAR, "msctls_trackbar32",
96 TBS_VERT | TBS_AUTOTICKS | TBS_BOTH | TBS_REVERSED, 8, 98, 32, 100
97 LTEXT "", IDC_SEC_LEVEL, 48, 102, 180, 12
98 LTEXT "", IDC_SEC_LEVEL_INFO, 48, 114, 260, 80
99 END
100
101 /* "Content" propsheet */
102 IDD_CONTENT DIALOG 0, 0, 320, 220
103 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
104 FONT 8, "MS Shell Dlg"
105 CAPTION "Innehåll"
106 BEGIN
107
108 GROUPBOX "Certifikat ", IDC_STATIC, 4, 4, 312, 50
109 LTEXT "Certifikat används för din personliga identifikation samt för att identifiera certifikats-auktoriteter och -utgivare.",
110 IDC_STATIC, 58, 14, 252, 18
111 PUSHBUTTON "Certifikat...", IDC_CERT, 146, 34, 80, 14
112 PUSHBUTTON "Utgivare...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
113
114 END