mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[INETCPL] Update German translation
This commit is contained in:
parent
f1d4a83bf7
commit
4e5301d09f
1 changed files with 8 additions and 8 deletions
|
@ -120,16 +120,16 @@ END
|
|||
IDD_CONNECTIONS DIALOG 0, 0, 320, 220
|
||||
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
|
||||
FONT 8, "MS Shell Dlg"
|
||||
CAPTION "Connections"
|
||||
CAPTION "Verbindungen"
|
||||
BEGIN
|
||||
GROUPBOX "Automatic configuration", IDC_STATIC, 4, 4, 312, 56
|
||||
AUTOCHECKBOX "Use Web Proxy Auto-Discovery (WPAD)", IDC_USE_WPAD, 10, 14, 200, 14, BS_TOP
|
||||
AUTOCHECKBOX "Use Proxy Auto-Config (PAC) script", IDC_USE_PAC_SCRIPT, 10, 28, 200, 14, BS_TOP
|
||||
LTEXT "Address:", IDC_STATIC, 10, 42, 40, 14
|
||||
GROUPBOX "Automatische Konfiguration", IDC_STATIC, 4, 4, 312, 56
|
||||
AUTOCHECKBOX "Web Proxy Auto-Discovery (WPAD) benutzen", IDC_USE_WPAD, 10, 14, 200, 14, BS_TOP
|
||||
AUTOCHECKBOX "Proxy Auto-Config (PAC) Skript benutzen", IDC_USE_PAC_SCRIPT, 10, 28, 200, 14, BS_TOP
|
||||
LTEXT "Adresse:", IDC_STATIC, 10, 42, 40, 14
|
||||
EDITTEXT IDC_EDIT_PAC_SCRIPT, 50, 42, 160, 14, WS_VISIBLE | ES_AUTOHSCROLL | WS_DISABLED
|
||||
GROUPBOX "Proxy server", IDC_STATIC, 4, 66, 312, 42
|
||||
AUTOCHECKBOX "Use a proxy server", IDC_USE_PROXY_SERVER, 10, 76, 200, 14, BS_TOP | BS_MULTILINE
|
||||
LTEXT "Address:", IDC_STATIC, 10, 90, 40, 14
|
||||
GROUPBOX "Proxyserver", IDC_STATIC, 4, 66, 312, 42
|
||||
AUTOCHECKBOX "Proxyserver benutzen", IDC_USE_PROXY_SERVER, 10, 76, 200, 14, BS_TOP | BS_MULTILINE
|
||||
LTEXT "Adresse:", IDC_STATIC, 10, 90, 40, 14
|
||||
EDITTEXT IDC_EDIT_PROXY_SERVER, 50, 90, 80, 14, WS_VISIBLE | ES_AUTOHSCROLL | WS_DISABLED
|
||||
LTEXT "Port:", IDC_STATIC, 140, 90, 30, 14
|
||||
EDITTEXT IDC_EDIT_PROXY_PORT, 170, 90, 40, 14, WS_VISIBLE | ES_AUTOHSCROLL | WS_DISABLED | ES_NUMBER
|
||||
|
|
Loading…
Reference in a new issue