cryptdlg: Add Swedish translation.
[wine.git] / dlls / inetcpl.cpl / cpl_De.rc
blob549776f92e73a08dcea2aac3f7cc42dd85d466db
1 /*
2  * German resources for the Internet control panel applet
3  *
4  * Copyright 2010 Detlef Riekenberg
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  */
22 #include "inetcpl.h"
24 #pragma code_page(65001)
26 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
28 STRINGTABLE DISCARDABLE
29 BEGIN
30     IDS_CPL_NAME        "Internet Einstellungen"
31     IDS_CPL_INFO        "Wine Internet Browser und zugehörige Einstellungen anpassen." 
32 END
34 /* "General" propsheet */
35 IDD_GENERAL DIALOG  0, 0, 320, 220
36 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
37 FONT 8, "MS Shell Dlg"
38 CAPTION "Allgemein"
39 BEGIN
41     GROUPBOX    " Startseite ", IDC_STATIC, 4, 4, 312, 52
42     LTEXT       "Sie können eine Addresse wählen, die als Startseite verwendet wird.",
43                 IDC_STATIC, 58, 10, 252, 10
44     EDITTEXT    IDC_HOME_EDIT, 58, 22, 252, 12, WS_VISIBLE | ES_AUTOHSCROLL
45     PUSHBUTTON  "A&ktuelle Seite", IDC_HOME_CURRENT, 58, 36, 80, 14
46     PUSHBUTTON  "&Standardseite", IDC_HOME_DEFAULT, 144, 36, 80, 14
47     PUSHBUTTON  "&Leere Seite", IDC_HOME_BLANK, 230, 36, 80, 14
49 END
52 /* "Content" propsheet */
53 IDD_CONTENT DIALOG  0, 0, 320, 220
54 STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
55 FONT 8, "MS Shell Dlg"
56 CAPTION "Inhalte"
57 BEGIN
59     GROUPBOX    " Zertifikate ", IDC_STATIC, 4, 4, 312, 50
60     LTEXT       "Zertifikate werden benutzt, um sich persönlich, Zertifizierungsstellen und Herausgeber von Zertifikaten zu identifizieren.",
61                 IDC_STATIC, 58, 14, 252, 18
62     PUSHBUTTON  "Zertifikate...", IDC_CERT, 146, 34, 80, 14
63     PUSHBUTTON  "Herausgeber...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
65 END