Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
f896b5eb
Commit
f896b5eb
authored
Oct 08, 2010
by
Sven Baars
Committed by
Alexandre Julliard
Oct 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcpl.cpl: Update the Dutch translation.
parent
5fb9e908
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
1 deletion
+33
-1
cpl_Nl.rc
dlls/inetcpl.cpl/cpl_Nl.rc
+33
-1
No files found.
dlls/inetcpl.cpl/cpl_Nl.rc
View file @
f896b5eb
...
...
@@ -26,5 +26,37 @@ LANGUAGE LANG_DUTCH, SUBLANG_NEUTRAL
STRINGTABLE DISCARDABLE
BEGIN
IDS_CPL_NAME "Internet-instellingen"
IDS_CPL_INFO "Configureer Wine Internet Browser en gerelateerde instellingen"
IDS_CPL_INFO "Configureer Wine Internet Browser en gerelateerde instellingen"
END
/* "General" propsheet */
IDD_GENERAL DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
FONT 8, "MS Shell Dlg"
CAPTION "Algemeen"
BEGIN
GROUPBOX " Startpagina ", IDC_STATIC, 4, 4, 312, 52
LTEXT "Hier kunt u het adres kiezen dat gebruikt wordt als uw startpagina.",
IDC_STATIC, 58, 10, 252, 10
EDITTEXT IDC_HOME_EDIT, 58, 22, 252, 12, WS_VISIBLE | ES_AUTOHSCROLL
PUSHBUTTON "&Huidige pagina", IDC_HOME_CURRENT, 58, 36, 80, 14
PUSHBUTTON "&Standaardpagina", IDC_HOME_DEFAULT, 144, 36, 80, 14
PUSHBUTTON "&Lege pagina", IDC_HOME_BLANK, 230, 36, 80, 14
END
/* "Content" propsheet */
IDD_CONTENT DIALOG 0, 0, 320, 220
STYLE WS_CAPTION | WS_CHILD | WS_DISABLED
FONT 8, "MS Shell Dlg"
CAPTION "Inhoud"
BEGIN
GROUPBOX " Certificaten ", IDC_STATIC, 4, 4, 312, 50
LTEXT "Certificaten worden gebruikt voor uw persoonlijke identificatie en om certificaat-autoriteiten en uitgevers te identificeren.",
IDC_STATIC, 58, 14, 252, 18
PUSHBUTTON "Certificaten...", IDC_CERT, 146, 34, 80, 14
PUSHBUTTON "Uitgevers...", IDC_CERT_PUBLISHER, 230, 34, 80, 14
END
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment